#include <TGo4PolyCondPainter.h>
Inheritance diagram for TGo4PolyCondPainter:
Public Methods | |
TGo4PolyCondPainter () | |
~TGo4PolyCondPainter () | |
TGo4PolyCondPainter (const Text_t *name) | |
TGo4PolyCondPainter (const Text_t *name, const Text_t *title) | |
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 | SetCondition (TGo4Condition *con) |
Not inline, because we overwrite this for polygon condition. More... | |
Private Attributes | |
TGo4PolyCondView * | fxCutView |
Cut used for polygon display. More... |
|
Definition at line 35 of file TGo4PolyCondPainter.cxx. |
|
Definition at line 41 of file TGo4PolyCondPainter.cxx. References UnPaintCondition(). |
|
Definition at line 29 of file TGo4PolyCondPainter.cxx. |
|
Definition at line 23 of file TGo4PolyCondPainter.cxx. |
|
Display condition with plain root canvas and in go4 viewpanel.
Reimplemented from TGo4ConditionPainter. Definition at line 47 of file TGo4PolyCondPainter.cxx. References fxCutView, TGo4PolyCond::GetCut(), TGo4Condition::IsVisible(), TGo4PolyCondView::SetCondition(), TGo4PolyCondView::SetCut(), UnPaintCondition(), and TGo4PolyCondView::UpdateCondition(). |
|
Erase condition view.
Reimplemented from TGo4ConditionPainter. Definition at line 102 of file TGo4PolyCondPainter.cxx. References fxCutView. Referenced by PaintCondition(), and ~TGo4PolyCondPainter(). |
|
Not inline, because we overwrite this for polygon condition.
Reimplemented from TGo4ConditionPainter. Definition at line 118 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 39 of file TGo4PolyCondPainter.h. Referenced by PaintCondition(), SetCondition(), and UnPaintCondition(). |