#include <TGo4WinCondPainter.h>
Public Member Functions | |
TGo4WinCondPainter () | |
TGo4WinCondPainter (const char *name, const char *title="Go4 window condition") | |
virtual | ~TGo4WinCondPainter () |
virtual void | PaintCondition (Option_t *opt="") |
virtual void | UnPaintCondition (Option_t *opt="") |
virtual void | DisplayToFront (Option_t *opt="") |
Private Attributes | |
TGo4WinCondView * | fxBox |
Definition at line 21 of file TGo4WinCondPainter.h.
TGo4WinCondPainter::TGo4WinCondPainter | ( | ) |
Definition at line 24 of file TGo4WinCondPainter.cxx.
TGo4WinCondPainter::TGo4WinCondPainter | ( | const char * | name, | |
const char * | title = "Go4 window condition" | |||
) |
Definition at line 30 of file TGo4WinCondPainter.cxx.
TGo4WinCondPainter::~TGo4WinCondPainter | ( | ) | [virtual] |
Definition at line 36 of file TGo4WinCondPainter.cxx.
References fxBox, and UnPaintCondition().
void TGo4WinCondPainter::DisplayToFront | ( | Option_t * | opt = "" |
) | [virtual] |
pop all components to the front of the pad
Reimplemented from TGo4LabelPainter.
Definition at line 164 of file TGo4WinCondPainter.cxx.
References fxBox.
void TGo4WinCondPainter::PaintCondition | ( | Option_t * | opt = "" |
) | [virtual] |
Display condition with plain root canvas and in go4 viewpanel
Reimplemented from TGo4ConditionPainter.
Definition at line 46 of file TGo4WinCondPainter.cxx.
References fxBox, TGo4ConditionPainter::fxCondition, TGo4Condition::GetDimension(), TGo4WinCond::GetValues(), TGo4Condition::IsVisible(), TGo4WinCondView::Paint(), TGo4WinCondView::SetCondition(), TGo4WinCond::SetValues(), and UnPaintCondition().
void TGo4WinCondPainter::UnPaintCondition | ( | Option_t * | opt = "" |
) | [virtual] |
Erase condition view
Reimplemented from TGo4ConditionPainter.
Definition at line 152 of file TGo4WinCondPainter.cxx.
References fxBox.
Referenced by PaintCondition(), and ~TGo4WinCondPainter().
TGo4WinCondView* TGo4WinCondPainter::fxBox [private] |
Window marker box.
Definition at line 41 of file TGo4WinCondPainter.h.
Referenced by DisplayToFront(), PaintCondition(), UnPaintCondition(), and ~TGo4WinCondPainter().