#include <TGo4PolyCondPainter.h>
Inheritance diagram for TGo4PolyCondPainter:
Public Member Functions | |
TGo4PolyCondPainter () | |
TGo4PolyCondPainter (const char *name, const char *title="Go4 polygon condition") | |
virtual | ~TGo4PolyCondPainter () |
virtual void | PaintCondition (Option_t *opt="") |
Display condition with plain root canvas and in go4 viewpanel. | |
virtual void | UnPaintCondition (Option_t *opt="") |
Erase condition view. | |
virtual void | DisplayToFront (Option_t *opt="") |
pop all components to the front of the pad | |
virtual void | SetCondition (TGo4Condition *con) |
Not inline, because we overwrite this for polygon condition. | |
Private Attributes | |
TGo4PolyCondView * | fxCutView |
Cut used for polygon display. |
|
Definition at line 25 of file TGo4PolyCondPainter.cxx. |
|
Definition at line 31 of file TGo4PolyCondPainter.cxx. |
|
Definition at line 37 of file TGo4PolyCondPainter.cxx. References fxCutView, and UnPaintCondition(). |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented from TGo4ConditionPainter. Definition at line 47 of file TGo4PolyCondPainter.cxx. References TGo4ConditionPainter::fxCondition, fxCutView, TGo4PolyCond::GetCut(), TGo4Condition::IsVisible(), and UnPaintCondition(). |
|
Erase condition view.
Reimplemented from TGo4ConditionPainter. Definition at line 85 of file TGo4PolyCondPainter.cxx. References fxCutView. Referenced by PaintCondition(), and ~TGo4PolyCondPainter(). |
|
pop all components to the front of the pad
Reimplemented from TGo4LabelPainter. Definition at line 96 of file TGo4PolyCondPainter.cxx. References TGo4LabelPainter::DisplayToFront(), and fxCutView. |
|
Not inline, because we overwrite this for polygon condition.
Reimplemented from TGo4ConditionPainter. Definition at line 104 of file TGo4PolyCondPainter.cxx. References TGo4ConditionPainter::fxCondition, fxCutView, and TGo4PolyCondView::SetCondition(). |
|
Cut used for polygon display. This is buffered copy of condition cutg Definition at line 44 of file TGo4PolyCondPainter.h. Referenced by DisplayToFront(), PaintCondition(), SetCondition(), UnPaintCondition(), and ~TGo4PolyCondPainter(). |