#include <TGo4WinCondPainter.h>
Inheritance diagram for TGo4WinCondPainter:
Public Methods | |
TGo4WinCondPainter () | |
~TGo4WinCondPainter () | |
TGo4WinCondPainter (const Text_t *name) | |
TGo4WinCondPainter (const Text_t *name, const Text_t *title) | |
virtual void | PaintCondition (Option_t *opt="") |
Display condition with plain root canvas and in go4 viewpanel. More... | |
virtual void | UnPaintCondition (Option_t *opt="") |
Erase condition view. More... | |
Private Attributes | |
TGo4WinCondView * | fxBox |
Window marker box. More... |
|
Definition at line 37 of file TGo4WinCondPainter.cxx. |
|
Definition at line 43 of file TGo4WinCondPainter.cxx. References UnPaintCondition(). |
|
Definition at line 31 of file TGo4WinCondPainter.cxx. |
|
Definition at line 25 of file TGo4WinCondPainter.cxx. |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented from TGo4ConditionPainter. Definition at line 49 of file TGo4WinCondPainter.cxx. References fxBox, TGo4Condition::GetDimension(), TGo4WinCond::GetValues(), TGo4Condition::IsVisible(), TGo4WinCondView::Paint(), TGo4WinCondView::SetCondition(), TGo4WinCond::SetValues(), and UnPaintCondition(). |
|
Erase condition view.
Reimplemented from TGo4ConditionPainter. Definition at line 153 of file TGo4WinCondPainter.cxx. References fxBox. Referenced by PaintCondition(), and ~TGo4WinCondPainter(). |
|
Window marker box.
Definition at line 39 of file TGo4WinCondPainter.h. Referenced by PaintCondition(), and UnPaintCondition(). |