#include <TEveLineEditor.h>
Inheritance diagram for TEveLineEditor:
Definition at line 23 of file TEveLineEditor.h.
TEveLineEditor::TEveLineEditor | ( | const TEveLineEditor & | ) | [private] |
TEveLineEditor::TEveLineEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 170 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
Definition at line 36 of file TEveLineEditor.cxx.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), TGedFrame::fPriority, fRnrLine, fRnrPoints, fSmooth, kLHintsLeft, kLHintsNormal, and kLHintsTop.
virtual TEveLineEditor::~TEveLineEditor | ( | ) | [inline, virtual] |
Definition at line 38 of file TEveLineEditor.h.
TEveLineEditor::TEveLineEditor | ( | const TEveLineEditor & | ) | [private] |
TEveLineEditor::TEveLineEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 170 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
virtual TEveLineEditor::~TEveLineEditor | ( | ) | [inline, virtual] |
Definition at line 38 of file TEveLineEditor.h.
TEveLineEditor& TEveLineEditor::operator= | ( | const TEveLineEditor & | ) | [private] |
void TEveLineEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 68 of file TEveLineEditor.cxx.
References fM, TEveLine::fRnrLine, fRnrLine, TEveLine::fRnrPoints, fRnrPoints, TEveLine::fSmooth, fSmooth, kButtonDown, kButtonUp, and TGCheckButton::SetState().
void TEveLineEditor::DoRnrLine | ( | ) |
Definition at line 82 of file TEveLineEditor.cxx.
References fM, fRnrLine, TGCheckButton::IsOn(), TEveLine::SetRnrLine(), and TGedFrame::Update().
void TEveLineEditor::DoRnrPoints | ( | ) |
Definition at line 91 of file TEveLineEditor.cxx.
References fM, fRnrPoints, TGCheckButton::IsOn(), TEveLine::SetRnrPoints(), and TGedFrame::Update().
void TEveLineEditor::DoSmooth | ( | ) |
Definition at line 100 of file TEveLineEditor.cxx.
References fM, fSmooth, TGCheckButton::IsOn(), TEveLine::SetSmooth(), and TGedFrame::Update().
TEveLineEditor::ClassDef | ( | TEveLineEditor | , | |
0 | ||||
) |
TEveLineEditor& TEveLineEditor::operator= | ( | const TEveLineEditor & | ) | [private] |
void TEveLineEditor::DoRnrLine | ( | ) |
void TEveLineEditor::DoRnrPoints | ( | ) |
void TEveLineEditor::DoSmooth | ( | ) |
TEveLineEditor::ClassDef | ( | TEveLineEditor | , | |
0 | ||||
) |
TEveLine* TEveLineEditor::fM [protected] |
Definition at line 30 of file TEveLineEditor.h.
Referenced by DoRnrLine(), DoRnrPoints(), DoSmooth(), and SetModel().
TGCheckButton* TEveLineEditor::fRnrLine [protected] |
Definition at line 32 of file TEveLineEditor.h.
Referenced by DoRnrLine(), SetModel(), and TEveLineEditor().
TGCheckButton* TEveLineEditor::fRnrPoints [protected] |
Definition at line 33 of file TEveLineEditor.h.
Referenced by DoRnrPoints(), SetModel(), and TEveLineEditor().
TGCheckButton* TEveLineEditor::fSmooth [protected] |
Definition at line 34 of file TEveLineEditor.h.
Referenced by DoSmooth(), SetModel(), and TEveLineEditor().
TEveLine* TEveLineEditor::fM [protected] |
Definition at line 30 of file TEveLineEditor.h.
TGCheckButton* TEveLineEditor::fRnrLine [protected] |
Definition at line 32 of file TEveLineEditor.h.
TGCheckButton* TEveLineEditor::fRnrPoints [protected] |
Definition at line 33 of file TEveLineEditor.h.
TGCheckButton* TEveLineEditor::fSmooth [protected] |
Definition at line 34 of file TEveLineEditor.h.