GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ConditionPainter.h>
Public Member Functions | |
TGo4ConditionPainter () | |
TGo4ConditionPainter (const char *name, const char *title=0) | |
virtual | ~TGo4ConditionPainter () |
virtual void | PaintCondition (Option_t *opt="") |
virtual void | UnPaintCondition (Option_t *opt="") |
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="") |
virtual void | DisplayToFront (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 () |
Protected Attributes | |
TGo4Condition * | fxCondition |
Definition at line 21 of file TGo4ConditionPainter.h.
TGo4ConditionPainter::TGo4ConditionPainter | ( | ) |
Definition at line 25 of file TGo4ConditionPainter.cxx.
TGo4ConditionPainter::TGo4ConditionPainter | ( | const char * | name, |
const char * | title = 0 |
||
) |
Definition at line 30 of file TGo4ConditionPainter.cxx.
|
virtual |
Definition at line 35 of file TGo4ConditionPainter.cxx.
References UnPaintCondition().
|
virtual |
Display condition with plain root canvas and in go4 viewpanel
Reimplemented in TGo4PolyCondPainter, TGo4WinCondPainter, and TGo4CondArrayPainter.
Definition at line 42 of file TGo4ConditionPainter.cxx.
Referenced by TGo4Condition::Paint().
|
virtual |
Display statistics label for this condition with respect to working histogram
Reimplemented from TGo4LabelPainter.
Reimplemented in TGo4CondArrayPainter.
Definition at line 53 of file TGo4ConditionPainter.cxx.
References TGo4LabelPainter::AddToLabel(), fxCondition, TGo4Condition::GetCMax(), TGo4PolyCond::GetCut(), TGo4Condition::GetDimension(), TGo4Condition::GetIntegral(), TGo4Condition::GetLabelNumFormat(), TGo4Condition::GetMean(), TGo4Condition::GetRMS(), TGo4WinCond::GetValues(), TGo4Condition::GetWorkHistogram(), TGo4Condition::GetXLow(), TGo4Condition::GetXMax(), TGo4Condition::GetXUp(), TGo4Condition::GetYLow(), TGo4Condition::GetYMax(), TGo4Condition::GetYUp(), TGo4Condition::IsArrayType(), TGo4Condition::IsCMaxDraw(), TGo4Condition::IsIntDraw(), TGo4Condition::IsLabelDraw(), TGo4Condition::IsLimitsDraw(), TGo4Condition::IsMultiEdit(), TGo4Condition::IsVisible(), TGo4Condition::IsXMaxDraw(), TGo4Condition::IsXMeanDraw(), TGo4Condition::IsXRMSDraw(), TGo4Condition::IsYMaxDraw(), TGo4Condition::IsYMeanDraw(), TGo4Condition::IsYRMSDraw(), TGo4LabelPainter::PaintLabel(), TGo4LabelPainter::RePaintLabel(), TGo4LabelPainter::SetCaption(), TGo4LabelPainter::SetX0(), TGo4LabelPainter::SetY0(), and TGo4LabelPainter::UnPaintLabel().
Referenced by TGo4Condition::Paint(), and TGo4Condition::ResetLabel().
|
virtual |
Not inline, because we overwrite this for polygon condition.
Reimplemented in TGo4PolyCondPainter.
Definition at line 151 of file TGo4ConditionPainter.cxx.
References fxCondition.
Referenced by TGo4WinCond::CreatePainter(), TGo4PolyCond::CreatePainter(), TGo4CondArray::CreatePainter(), TGo4Condition::Paint(), TGo4WinCond::SetPainter(), and TGo4PolyCond::SetPainter().
|
virtual |
Display condition with plain root canvas and in go4 viewpanel
Reimplemented in TGo4PolyCondPainter, TGo4WinCondPainter, and TGo4CondArrayPainter.
Definition at line 48 of file TGo4ConditionPainter.cxx.
Referenced by TGo4Condition::UnDraw(), and ~TGo4ConditionPainter().
|
protected |
Condition to be painted.
Definition at line 41 of file TGo4ConditionPainter.h.
Referenced by TGo4CondArrayPainter::PaintCondition(), TGo4WinCondPainter::PaintCondition(), TGo4PolyCondPainter::PaintCondition(), PaintLabel(), SetCondition(), TGo4PolyCondPainter::SetCondition(), and TGo4CondArrayPainter::UnPaintCondition().