GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#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="") |
Public Member Functions inherited from TGo4ConditionPainter | |
TGo4ConditionPainter () | |
TGo4ConditionPainter (const char *name, const char *title=0) | |
virtual | ~TGo4ConditionPainter () |
virtual void | PaintLabel (Option_t *opt="") |
virtual void | SetCondition (TGo4Condition *con) |
Public Member Functions inherited from TGo4LabelPainter | |
TGo4LabelPainter () | |
TGo4LabelPainter (const char *name, const char *title=0) | |
virtual | ~TGo4LabelPainter () |
virtual void | UnPaintLabel (Option_t *opt="") |
virtual void | RePaintLabel (Option_t *opt="") |
void | SetCaption (const char *txt) |
void | SetX0 (Double_t x=0) |
void | SetY0 (Double_t y=0) |
void | SetWidth (Double_t w=0) |
void | SetHeight (Double_t h=0) |
void | AddToLabel (const char *txt) |
void | InitAttributes () |
Double_t | GetLabelXlo () |
Double_t | GetLabelYlo () |
Double_t | GetLabelXup () |
Double_t | GetLabelYup () |
Private Attributes | |
TGo4WinCondView * | fxBox |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ConditionPainter | |
TGo4Condition * | fxCondition |
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.
|
virtual |
Definition at line 36 of file TGo4WinCondPainter.cxx.
References fxBox, and UnPaintCondition().
|
virtual |
pop all components to the front of the pad
Reimplemented from TGo4LabelPainter.
Definition at line 167 of file TGo4WinCondPainter.cxx.
References TGo4LabelPainter::DisplayToFront(), and fxBox.
|
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(), TGo4WinCondView::IsAtExecuteMouseEvent(), TGo4Condition::IsVisible(), TGo4WinCondView::Paint(), TGo4WinCondView::SetCondition(), TGo4WinCond::SetValues(), and UnPaintCondition().
|
virtual |
Erase condition view
Reimplemented from TGo4ConditionPainter.
Definition at line 154 of file TGo4WinCondPainter.cxx.
References fxBox.
Referenced by PaintCondition(), and ~TGo4WinCondPainter().
|
private |
Window marker box.
Definition at line 41 of file TGo4WinCondPainter.h.
Referenced by DisplayToFront(), PaintCondition(), UnPaintCondition(), and ~TGo4WinCondPainter().