Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TGo4WinCondView Class Reference

#include <TGo4WinCondView.h>

List of all members.

Public Member Functions

 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)
TGo4WinCondGetCondition ()
const char * GetName () const
void SetName (const Text_t *nam)
void SetToLimits (Double_t x1, Double_t x2, Double_t y1=0, Double_t y2=0)
 Delete condition instead of view:.
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.
void ResetLabel ()
 Will reset label position to defaults.

Private Attributes

TGo4WinCondfxWinCondition
 pointer to viewed condition for update after graphical action


Constructor & Destructor Documentation

TGo4WinCondView::TGo4WinCondView Double_t  x1,
Double_t  y1,
Double_t  x2,
Double_t  y2
 

Definition at line 26 of file TGo4WinCondView.cxx.

TGo4WinCondView::TGo4WinCondView  ) 
 

Definition at line 32 of file TGo4WinCondView.cxx.

TGo4WinCondView::~TGo4WinCondView  )  [virtual]
 

Definition at line 38 of file TGo4WinCondView.cxx.


Member Function Documentation

void TGo4WinCondView::Paint Option_t *  opt = ""  )  [virtual]
 

Definition at line 42 of file TGo4WinCondView.cxx.

References fxWinCondition.

void TGo4WinCondView::ExecuteEvent Int_t  event,
Int_t  px,
Int_t  py
[virtual]
 

Definition at line 52 of file TGo4WinCondView.cxx.

References fxWinCondition, TGo4Condition::GetUpdateEpsilon(), TGo4WinCond::GetValues(), TGo4Condition::ResetLabel(), TGo4Condition::SetChanged(), and TGo4WinCond::SetValues().

void TGo4WinCondView::SetCondition TGo4WinCond condition  )  [inline]
 

Definition at line 35 of file TGo4WinCondView.h.

References fxWinCondition.

TGo4WinCond* TGo4WinCondView::GetCondition  )  [inline]
 

Definition at line 39 of file TGo4WinCondView.h.

References fxWinCondition.

const char * TGo4WinCondView::GetName  )  const
 

Definition at line 135 of file TGo4WinCondView.cxx.

References fxWinCondition.

void TGo4WinCondView::SetName const Text_t *  nam  ) 
 

Definition at line 144 of file TGo4WinCondView.cxx.

References fxWinCondition.

void TGo4WinCondView::SetToLimits Double_t  x1,
Double_t  x2,
Double_t  y1 = 0,
Double_t  y2 = 0
 

Delete condition instead of view:.

Definition at line 149 of file TGo4WinCondView.cxx.

References fxWinCondition, TGo4Condition::GetDimension(), and TGo4WinCond::SetValues().

void TGo4WinCondView::SetLabelDraw Bool_t  on  ) 
 

Definition at line 159 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetLabelDraw().

void TGo4WinCondView::SetLimitsDraw Bool_t  on  ) 
 

Definition at line 163 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetLimitsDraw().

void TGo4WinCondView::SetIntDraw Bool_t  on  ) 
 

Definition at line 168 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetIntDraw().

void TGo4WinCondView::SetXMeanDraw Bool_t  on  ) 
 

Definition at line 173 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetXMeanDraw().

void TGo4WinCondView::SetXRMSDraw Bool_t  on  ) 
 

Definition at line 183 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetXRMSDraw().

void TGo4WinCondView::SetYMeanDraw Bool_t  on  ) 
 

Definition at line 178 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetYMeanDraw().

void TGo4WinCondView::SetYRMSDraw Bool_t  on  ) 
 

Definition at line 188 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetYRMSDraw().

void TGo4WinCondView::SetXMaxDraw Bool_t  on  ) 
 

Definition at line 193 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetXMaxDraw().

void TGo4WinCondView::SetYMaxDraw Bool_t  on  ) 
 

Definition at line 198 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetYMaxDraw().

void TGo4WinCondView::SetCMaxDraw Bool_t  on  ) 
 

Definition at line 203 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SetCMaxDraw().

void TGo4WinCondView::SaveLabelStyle  ) 
 

This will save draw flags into static default setup.

Definition at line 217 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::SaveLabelStyle().

void TGo4WinCondView::ResetLabel  ) 
 

Will reset label position to defaults.

Definition at line 222 of file TGo4WinCondView.cxx.

References fxWinCondition, and TGo4Condition::ResetLabel().


Member Data Documentation

TGo4WinCond* TGo4WinCondView::fxWinCondition [private]
 

pointer to viewed condition for update after graphical action

Definition at line 63 of file TGo4WinCondView.h.

Referenced by ExecuteEvent(), GetCondition(), GetName(), Paint(), ResetLabel(), SaveLabelStyle(), SetCMaxDraw(), SetCondition(), SetIntDraw(), SetLabelDraw(), SetLimitsDraw(), SetName(), SetToLimits(), SetXMaxDraw(), SetXMeanDraw(), SetXRMSDraw(), SetYMaxDraw(), SetYMeanDraw(), and SetYRMSDraw().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 13:01:30 2008 for Go4-v3.04-1 by  doxygen 1.4.2