#include <TGo4WinCondView.h>
Public Methods | |
TGo4WinCondView (Double_t x1, Double_t y1, Double_t x2, Double_t y2) | |
TGo4WinCondView () | |
virtual | ~TGo4WinCondView () |
virtual void | Paint (Option_t *opt="") |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
void | SetCondition (TGo4WinCond *condition) |
TGo4WinCond * | GetCondition () |
const char * | GetName () const |
void | SetName (const Text_t *nam) |
void | DeleteRegion () |
Delete condition instead of view:. More... | |
void | SetToLimits (Double_t x1, Double_t x2, Double_t y1=0, Double_t y2=0) |
void | SetLabelDraw (Bool_t on) |
void | SetLimitsDraw (Bool_t on) |
void | SetIntDraw (Bool_t on) |
void | SetXMeanDraw (Bool_t on) |
void | SetXRMSDraw (Bool_t on) |
void | SetYMeanDraw (Bool_t on) |
void | SetYRMSDraw (Bool_t on) |
void | SetXMaxDraw (Bool_t on) |
void | SetYMaxDraw (Bool_t on) |
void | SetCMaxDraw (Bool_t on) |
void | SaveLabelStyle () |
This will save draw flags into static default setup. More... | |
void | ResetLabel () |
Will reset label position to defaults. More... | |
Private Attributes | |
TGo4WinCond * | fxWinCondition |
pointer to viewed condition for update after graphical action. More... |
|
Definition at line 25 of file TGo4WinCondView.cxx. |
|
Definition at line 30 of file TGo4WinCondView.cxx. |
|
Definition at line 35 of file TGo4WinCondView.cxx. |
|
Definition at line 39 of file TGo4WinCondView.cxx. Referenced by TGo4WinCondPainter::PaintCondition(). |
|
Definition at line 49 of file TGo4WinCondView.cxx. References fxWinCondition, TGo4Condition::GetUpdateEpsilon(), TGo4WinCond::GetValues(), TGo4Condition::SetChanged(), and TGo4WinCond::SetValues(). |
|
Definition at line 34 of file TGo4WinCondView.h. References fxWinCondition. Referenced by TGo4WinCondPainter::PaintCondition(). |
|
Definition at line 38 of file TGo4WinCondView.h. References fxWinCondition. Referenced by TGo4PreviewPanelSlots::ActivateSelectedObject(). |
|
Definition at line 129 of file TGo4WinCondView.cxx. References fxWinCondition. |
|
Definition at line 138 of file TGo4WinCondView.cxx. References fxWinCondition. |
|
Delete condition instead of view:.
Definition at line 202 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::IsOwnedByEditor(). |
|
Definition at line 143 of file TGo4WinCondView.cxx. References fxWinCondition, TGo4Condition::GetDimension(), and TGo4WinCond::SetValues(). |
|
Definition at line 153 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetLabelDraw(). |
|
Definition at line 157 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetLimitsDraw(). |
|
Definition at line 162 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetIntDraw(). |
|
Definition at line 167 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetXMeanDraw(). |
|
Definition at line 177 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetXRMSDraw(). |
|
Definition at line 172 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetYMeanDraw(). |
|
Definition at line 182 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetYRMSDraw(). |
|
Definition at line 187 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetXMaxDraw(). |
|
Definition at line 192 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetYMaxDraw(). |
|
Definition at line 197 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SetCMaxDraw(). |
|
This will save draw flags into static default setup.
Definition at line 208 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::SaveLabelStyle(). |
|
Will reset label position to defaults.
Definition at line 213 of file TGo4WinCondView.cxx. References fxWinCondition, and TGo4Condition::ResetLabel(). |
|
pointer to viewed condition for update after graphical action.
Definition at line 62 of file TGo4WinCondView.h. Referenced by DeleteRegion(), ExecuteEvent(), GetCondition(), GetName(), ResetLabel(), SaveLabelStyle(), SetCMaxDraw(), SetCondition(), SetIntDraw(), SetLabelDraw(), SetLimitsDraw(), SetName(), SetToLimits(), SetXMaxDraw(), SetXMeanDraw(), SetXRMSDraw(), SetYMaxDraw(), SetYMeanDraw(), and SetYRMSDraw(). |