PT-Cooling-Log 1.0
PTCoolingLogViewer
Public メソッド | Static Public メソッド | Static Public 変数
クラス PtEventView

class for PT cooling event log view [詳細]

#include <PtEventView.hh>

PtEventViewに対する継承グラフ
PtView

すべてのメンバ一覧

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.hh17 行で定義されています。


関数

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.cc79 行で定義されています。

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.cc40 行で定義されています。


このクラスの説明は次のファイルから生成されました:
 全て クラス ファイル 関数 変数