#include <TGo4ConditionPainter.h>
Inheritance diagram for TGo4ConditionPainter:
Public Methods | |
TGo4ConditionPainter () | |
TGo4ConditionPainter (const Text_t *name) | |
TGo4ConditionPainter (const Text_t *name, const Text_t *title) | |
virtual | ~TGo4ConditionPainter () |
virtual void | PaintCondition (Option_t *opt="") |
Display condition with plain root canvas and in go4 viewpanel. More... | |
virtual void | UnPaintCondition (Option_t *opt="") |
Display condition with plain root canvas and in go4 viewpanel. More... | |
virtual void | PaintLabel (Option_t *opt="") |
Display statistics label for this condition with respect to working histogram. More... | |
virtual void | SetCondition (TGo4Condition *con) |
Not inline, because we overwrite this for polygon condition. More... | |
Protected Attributes | |
TGo4Condition * | fxCondition |
Condition to be painted. More... |
|
Definition at line 36 of file TGo4ConditionPainter.cxx. |
|
Definition at line 30 of file TGo4ConditionPainter.cxx. |
|
Definition at line 24 of file TGo4ConditionPainter.cxx. |
|
Definition at line 42 of file TGo4ConditionPainter.cxx. References UnPaintCondition(). |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented in TGo4CondArrayPainter, TGo4PolyCondPainter, and TGo4WinCondPainter. Definition at line 49 of file TGo4ConditionPainter.cxx. Referenced by TGo4Condition::Paint(). |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented in TGo4CondArrayPainter, TGo4PolyCondPainter, and TGo4WinCondPainter. Definition at line 55 of file TGo4ConditionPainter.cxx. Referenced by TGo4Condition::UnDraw(), and ~TGo4ConditionPainter(). |
|
|
Not inline, because we overwrite this for polygon condition.
Reimplemented in TGo4PolyCondPainter. Definition at line 181 of file TGo4ConditionPainter.cxx. References fxCondition. Referenced by TGo4WinCond::CreatePainter(), TGo4PolyCond::CreatePainter(), TGo4CondArray::CreatePainter(), TGo4WinCond::SetPainter(), and TGo4PolyCond::SetPainter(). |
|
Condition to be painted.
Definition at line 44 of file TGo4ConditionPainter.h. Referenced by PaintLabel(), TGo4PolyCondPainter::SetCondition(), and SetCondition(). |