PT-Cooling-Log 1.0
PTCoolingLogViewer
|
Public メソッド | |
void | setRange () |
set y-axis range | |
void | drawGraph () |
Draw a legend ( call from PtView::draw() );. |
PtMwView.hh の 9 行で定義されています。
void PtMwView::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を再定義しています。
PtMwView.cc の 24 行で定義されています。