#include <TGo4CondArrayPainter.h>
Inheritance diagram for TGo4CondArrayPainter:
Public Methods | |
TGo4CondArrayPainter () | |
virtual | ~TGo4CondArrayPainter () |
TGo4CondArrayPainter (const Text_t *name) | |
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... | |
virtual void | PaintLabel (Option_t *opt="") |
To suppress the label of the array, we overwrite method here. More... |
|
Definition at line 25 of file TGo4CondArrayPainter.cxx. |
|
Definition at line 35 of file TGo4CondArrayPainter.cxx. References UnPaintCondition(). |
|
Definition at line 30 of file TGo4CondArrayPainter.cxx. |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented from TGo4ConditionPainter. Definition at line 40 of file TGo4CondArrayPainter.cxx. References TGo4CondArray::At(), TGo4CondArray::GetCurrentIndex(), TGo4CondArray::GetNumber(), TGo4Condition::GetWorkHistogram(), i, TGo4Condition::IsMultiEdit(), TGo4Condition::Paint(), TGo4Condition::SetOwnedByEditor(), and TGo4Condition::SetWorkHistogram(). |
|
Erase condition view.
Reimplemented from TGo4ConditionPainter. Definition at line 86 of file TGo4CondArrayPainter.cxx. References TGo4CondArray::At(), TGo4CondArray::GetNumber(), i, and TGo4Condition::UnDraw(). Referenced by ~TGo4CondArrayPainter(). |
|
To suppress the label of the array, we overwrite method here.
Reimplemented from TGo4ConditionPainter. Definition at line 101 of file TGo4CondArrayPainter.cxx. |