|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4CondArrayPainter.h>
Inheritance diagram for TGo4CondArrayPainter:Public Member Functions | |
| TGo4CondArrayPainter () | |
| TGo4CondArrayPainter (const char *name) | |
| virtual | ~TGo4CondArrayPainter () |
| void | PaintCondition (Option_t *opt="") override |
| Display condition with plain root canvas and in go4 viewpanel. | |
| void | PaintLabel (Option_t *opt="") override |
| To suppress the label of the array, we overwrite method here. | |
| void | UnPaintCondition (Option_t *opt="") override |
| Erase condition view. | |
Public Member Functions inherited from TGo4ConditionPainter | |
| TGo4ConditionPainter () | |
| TGo4ConditionPainter (const char *name, const char *title=nullptr) | |
| virtual | ~TGo4ConditionPainter () |
| void | PaintLabel (Option_t *opt="") override |
| 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. | |
Public Member Functions inherited from TGo4LabelPainter | |
| TGo4LabelPainter () | |
| TGo4LabelPainter (const char *name, const char *title=nullptr) | |
| virtual | ~TGo4LabelPainter () |
| void | AddToLabel (const char *txt) |
| virtual void | DisplayToFront (Option_t *opt="") |
| pop all components to the front of the pad | |
| Double_t | GetLabelXlo () |
| Reference coordinate x of label box (lower left corner) | |
| Double_t | GetLabelXup () |
| Reference coordinate x of label box (upper right corner) | |
| Double_t | GetLabelYlo () |
| Reference coordinate y of label box (lower left corner) | |
| Double_t | GetLabelYup () |
| Reference coordinate y of label box (upper right corner) | |
| void | InitAttributes () |
| Initialize the label attributes. | |
| virtual void | RePaintLabel (Option_t *opt="") |
| refresh painting of label with current attributes | |
| void | SetCaption (const char *txt) |
| void | SetHeight (Double_t h=0.) |
| void | SetWidth (Double_t w=0.) |
| void | SetX0 (Double_t x=0.) |
| void | SetY0 (Double_t y=0.) |
| virtual void | UnPaintLabel (Option_t *opt="") |
| Erase the label. | |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ConditionPainter | |
| TGo4Condition * | fxCondition {nullptr} |
| Condition to be painted. | |
Definition at line 19 of file TGo4CondArrayPainter.h.
| TGo4CondArrayPainter::TGo4CondArrayPainter | ( | ) |
Definition at line 21 of file TGo4CondArrayPainter.cxx.
References TGo4ConditionPainter::TGo4ConditionPainter().
|
virtual |
Definition at line 31 of file TGo4CondArrayPainter.cxx.
References UnPaintCondition().
| TGo4CondArrayPainter::TGo4CondArrayPainter | ( | const char * | name | ) |
Definition at line 26 of file TGo4CondArrayPainter.cxx.
References TGo4ConditionPainter::TGo4ConditionPainter().
|
overridevirtual |
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented from TGo4ConditionPainter.
Definition at line 36 of file TGo4CondArrayPainter.cxx.
References TGo4CondArray::At(), TGo4ConditionPainter::fxCondition, TGo4CondArray::GetCurrentIndex(), TGo4CondArray::GetNumber(), TGo4Condition::GetWorkHistogram(), TGo4Condition::IsMultiEdit(), TGo4Condition::Paint(), TGo4Condition::SetOwnedByEditor(), and TGo4Condition::SetWorkHistogram().
|
overridevirtual |
To suppress the label of the array, we overwrite method here.
Reimplemented from TGo4LabelPainter.
Definition at line 86 of file TGo4CondArrayPainter.cxx.
|
overridevirtual |
Erase condition view.
Reimplemented from TGo4ConditionPainter.
Definition at line 71 of file TGo4CondArrayPainter.cxx.
References TGo4CondArray::At(), TGo4ConditionPainter::fxCondition, TGo4CondArray::GetNumber(), and TGo4Condition::UnDraw().
Referenced by ~TGo4CondArrayPainter().