PT-Cooling-Log 1.0
PTCoolingLogViewer
|
class for PT cooling event log view [詳細]
#include <PtEventView.hh>
Public メソッド | |
virtual void | query (LogViewer *lv) |
Draw a frame ( call from PtView::run() );. | |
virtual void | setRange () |
set y-axis range | |
virtual void | drawGraph () |
Draw a legend ( call from PtView::draw() );. | |
virtual void | drawLegend () |
Draw a frame ( call from PtView::draw() );. | |
Static Public メソッド | |
static int | parseEventLog (void *NotUsed, int argc, char **argv, char **azColName) |
Static Public 変数 | |
static std::map< double, std::string > | events |
class for PT cooling event log view
PtEventView.hh の 17 行で定義されています。
void PtEventView::query | ( | LogViewer * | lv | ) | [virtual] |
Draw a frame ( call from PtView::run() );.
query data from the given LogViewer
This method tries to query data with LogViewer object, using filed names of stored PtViewEntry from a table/view, PtView::name().
If one needs to query from the different source, or different method, one has to over-write in a child class.
(This method will be called from PtView::run() method.
PtViewを再定義しています。
PtEventView.cc の 79 行で定義されています。
void PtEventView::setRange | ( | ) | [virtual] |
set y-axis range
This method set a lower and upper edge of the y-axis, taking the lower and maimum value of the every PtViewEntry of this object.
If one has to set the different value for the lower or upper edge, this method has to be over-write in a child class.
(This method will be called from PtView::draw() method.)
PtViewを再定義しています。
PtEventView.cc の 40 行で定義されています。