#include <TEvePointSetArrayEditor.h>
Inheritance diagram for TEvePointSetArrayEditor:

Public Member Functions | |
| TEvePointSetArrayEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| ~TEvePointSetArrayEditor () | |
| virtual void | SetModel (TObject *obj) |
| void | DoRange () |
| ClassDef (TEvePointSetArrayEditor, 1) | |
| TEvePointSetArrayEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| ~TEvePointSetArrayEditor () | |
| virtual void | SetModel (TObject *obj) |
| void | DoRange () |
| ClassDef (TEvePointSetArrayEditor, 1) | |
Protected Attributes | |
| TEvePointSetArray * | fM |
| TEveGDoubleValuator * | fRange |
| TEvePointSetArray * | fM |
| TEveGDoubleValuator * | fRange |
Private Member Functions | |
| TEvePointSetArrayEditor (const TEvePointSetArrayEditor &) | |
| TEvePointSetArrayEditor & | operator= (const TEvePointSetArrayEditor &) |
| TEvePointSetArrayEditor (const TEvePointSetArrayEditor &) | |
| TEvePointSetArrayEditor & | operator= (const TEvePointSetArrayEditor &) |
Definition at line 26 of file TEvePointSetArrayEditor.h.
| TEvePointSetArrayEditor::TEvePointSetArrayEditor | ( | const TEvePointSetArrayEditor & | ) | [private] |
| TEvePointSetArrayEditor::TEvePointSetArrayEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
Definition at line 32 of file TEvePointSetArrayEditor.cxx.
References TGCompositeFrame::AddFrame(), TEveGDoubleValuator::Build(), TQObject::Connect(), fM, fRange, TEveGDoubleValuator::GetSlider(), kLHintsTop, TGedFrame::MakeTitle(), TEveGValuatorBase::SetNELength(), and TGFrame::SetWidth().
| TEvePointSetArrayEditor::~TEvePointSetArrayEditor | ( | ) |
Definition at line 54 of file TEvePointSetArrayEditor.cxx.
| TEvePointSetArrayEditor::TEvePointSetArrayEditor | ( | const TEvePointSetArrayEditor & | ) | [private] |
| TEvePointSetArrayEditor::TEvePointSetArrayEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
| TEvePointSetArrayEditor::~TEvePointSetArrayEditor | ( | ) |
| TEvePointSetArrayEditor& TEvePointSetArrayEditor::operator= | ( | const TEvePointSetArrayEditor & | ) | [private] |
| void TEvePointSetArrayEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 62 of file TEvePointSetArrayEditor.cxx.
References TEvePointSetArray::fCurMax, TEvePointSetArray::fCurMin, fM, TEvePointSetArray::fMax, TEvePointSetArray::fMin, fRange, TGNumberFormat::kNESRealTwo, TEveGDoubleValuator::SetLimits(), and TEveGDoubleValuator::SetValues().
| void TEvePointSetArrayEditor::DoRange | ( | ) |
Definition at line 78 of file TEvePointSetArrayEditor.cxx.
References fM, fRange, TEveGDoubleValuator::GetMax(), TEveGDoubleValuator::GetMin(), TEvePointSetArray::SetRange(), and TGedFrame::Update().
| TEvePointSetArrayEditor::ClassDef | ( | TEvePointSetArrayEditor | , | |
| 1 | ||||
| ) |
| TEvePointSetArrayEditor& TEvePointSetArrayEditor::operator= | ( | const TEvePointSetArrayEditor & | ) | [private] |
| void TEvePointSetArrayEditor::DoRange | ( | ) |
| TEvePointSetArrayEditor::ClassDef | ( | TEvePointSetArrayEditor | , | |
| 1 | ||||
| ) |
TEvePointSetArray* TEvePointSetArrayEditor::fM [protected] |
Definition at line 32 of file TEvePointSetArrayEditor.h.
Referenced by DoRange(), SetModel(), and TEvePointSetArrayEditor().
TEveGDoubleValuator* TEvePointSetArrayEditor::fRange [protected] |
Definition at line 34 of file TEvePointSetArrayEditor.h.
Referenced by DoRange(), SetModel(), and TEvePointSetArrayEditor().
TEvePointSetArray* TEvePointSetArrayEditor::fM [protected] |
Definition at line 32 of file TEvePointSetArrayEditor.h.
TEveGDoubleValuator* TEvePointSetArrayEditor::fRange [protected] |
Definition at line 34 of file TEvePointSetArrayEditor.h.
1.5.1