#include <TGo4ConditionPainter.h>
Inheritance diagram for TGo4ConditionPainter:
Public Member Functions | |
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. | |
virtual void | UnPaintCondition (Option_t *opt="") |
Display condition with plain root canvas and in go4 viewpanel. | |
virtual void | PaintLabel (Option_t *opt="") |
Display statistics label for this condition with respect to working histogram. | |
virtual void | SetCondition (TGo4Condition *con) |
Not inline, because we overwrite this for polygon condition. | |
Protected Attributes | |
TGo4Condition * | fxCondition |
Condition to be painted. |
|
Definition at line 39 of file TGo4ConditionPainter.cxx. |
|
Definition at line 33 of file TGo4ConditionPainter.cxx. |
|
Definition at line 27 of file TGo4ConditionPainter.cxx. |
|
Definition at line 45 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 52 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 58 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 191 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 TGo4WinCondPainter::PaintCondition(), TGo4PolyCondPainter::PaintCondition(), TGo4CondArrayPainter::PaintCondition(), PaintLabel(), TGo4PolyCondPainter::SetCondition(), SetCondition(), and TGo4CondArrayPainter::UnPaintCondition(). |