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

Definition at line 23 of file TEveProjectionAxesEditor.h.
| TEveProjectionAxesEditor::TEveProjectionAxesEditor | ( | const TEveProjectionAxesEditor & | ) | [private] |
| TEveProjectionAxesEditor::TEveProjectionAxesEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
Definition at line 28 of file TEveProjectionAxesEditor.cxx.
References TGComboBox::AddEntry(), TGCompositeFrame::AddFrame(), TQObject::Connect(), TGedFrame::CreateEditorTabSubFrame(), fAxesMode, fCenterFrame, fDrawCenter, fDrawOrigin, fLabMode, TGComboBox::GetListBox(), TGComboBox::GetTextEntry(), TGFrame::GetWidth(), TEveProjectionAxes::kAll, kFixedSize, kFixedWidth, TEveProjectionAxes::kHorizontal, kHorizontalFrame, kLHintsBottom, kLHintsExpandX, kLHintsLeft, kLHintsTop, kOwnBackground, TEveProjectionAxes::kVertical, TGedFrame::MakeTitle(), TGListBox::Resize(), TGFrame::Resize(), TGTextEntry::SetToolTipText(), and TGCompositeFrame::TGCompositeFrame().
| virtual TEveProjectionAxesEditor::~TEveProjectionAxesEditor | ( | ) | [inline, virtual] |
Definition at line 42 of file TEveProjectionAxesEditor.h.
| TEveProjectionAxesEditor::TEveProjectionAxesEditor | ( | const TEveProjectionAxesEditor & | ) | [private] |
| TEveProjectionAxesEditor::TEveProjectionAxesEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
| virtual TEveProjectionAxesEditor::~TEveProjectionAxesEditor | ( | ) | [inline, virtual] |
Definition at line 42 of file TEveProjectionAxesEditor.h.
| TEveProjectionAxesEditor& TEveProjectionAxesEditor::operator= | ( | const TEveProjectionAxesEditor & | ) | [private] |
| void TEveProjectionAxesEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 121 of file TEveProjectionAxesEditor.cxx.
References fAxesMode, fDrawCenter, fDrawOrigin, fLabMode, fM, TEveProjectionAxes::GetAxesMode(), TEveProjectionAxes::GetDrawCenter(), TEveProjectionAxes::GetDrawOrigin(), TEveProjectionAxes::GetLabMode(), kButtonDown, kButtonUp, kFALSE, TGComboBox::Select(), and TGCheckButton::SetState().
| void TEveProjectionAxesEditor::DoLabMode | ( | Int_t | type | ) |
Definition at line 153 of file TEveProjectionAxesEditor.cxx.
References fM, TEveProjectionAxes::SetLabMode(), and TGedFrame::Update().
| void TEveProjectionAxesEditor::DoAxesMode | ( | Int_t | type | ) |
Definition at line 163 of file TEveProjectionAxesEditor.cxx.
References fM, TEveProjectionAxes::SetAxesMode(), and TGedFrame::Update().
| void TEveProjectionAxesEditor::DoDrawCenter | ( | ) |
Definition at line 144 of file TEveProjectionAxesEditor.cxx.
References fDrawCenter, fM, TGCheckButton::IsOn(), TEveProjectionAxes::SetDrawCenter(), and TGedFrame::Update().
| void TEveProjectionAxesEditor::DoDrawOrigin | ( | ) |
Definition at line 135 of file TEveProjectionAxesEditor.cxx.
References fDrawOrigin, fM, TGCheckButton::IsOn(), TEveProjectionAxes::SetDrawOrigin(), and TGedFrame::Update().
| TEveProjectionAxesEditor::ClassDef | ( | TEveProjectionAxesEditor | , | |
| 0 | ||||
| ) |
| TEveProjectionAxesEditor& TEveProjectionAxesEditor::operator= | ( | const TEveProjectionAxesEditor & | ) | [private] |
| void TEveProjectionAxesEditor::DoLabMode | ( | Int_t | type | ) |
| void TEveProjectionAxesEditor::DoAxesMode | ( | Int_t | type | ) |
| void TEveProjectionAxesEditor::DoDrawCenter | ( | ) |
| void TEveProjectionAxesEditor::DoDrawOrigin | ( | ) |
| TEveProjectionAxesEditor::ClassDef | ( | TEveProjectionAxesEditor | , | |
| 0 | ||||
| ) |
TEveProjectionAxes* TEveProjectionAxesEditor::fM [protected] |
Definition at line 30 of file TEveProjectionAxesEditor.h.
Referenced by DoAxesMode(), DoDrawCenter(), DoDrawOrigin(), DoLabMode(), and SetModel().
TGComboBox* TEveProjectionAxesEditor::fLabMode [protected] |
Definition at line 32 of file TEveProjectionAxesEditor.h.
Referenced by SetModel(), and TEveProjectionAxesEditor().
TGComboBox* TEveProjectionAxesEditor::fAxesMode [protected] |
Definition at line 33 of file TEveProjectionAxesEditor.h.
Referenced by SetModel(), and TEveProjectionAxesEditor().
TGVerticalFrame* TEveProjectionAxesEditor::fCenterFrame [protected] |
TGCheckButton* TEveProjectionAxesEditor::fDrawCenter [protected] |
Definition at line 36 of file TEveProjectionAxesEditor.h.
Referenced by DoDrawCenter(), SetModel(), and TEveProjectionAxesEditor().
TGCheckButton* TEveProjectionAxesEditor::fDrawOrigin [protected] |
Definition at line 37 of file TEveProjectionAxesEditor.h.
Referenced by DoDrawOrigin(), SetModel(), and TEveProjectionAxesEditor().
TEveProjectionAxes* TEveProjectionAxesEditor::fM [protected] |
Definition at line 30 of file TEveProjectionAxesEditor.h.
TGComboBox* TEveProjectionAxesEditor::fLabMode [protected] |
Definition at line 32 of file TEveProjectionAxesEditor.h.
TGComboBox* TEveProjectionAxesEditor::fAxesMode [protected] |
Definition at line 33 of file TEveProjectionAxesEditor.h.
TGVerticalFrame* TEveProjectionAxesEditor::fCenterFrame [protected] |
Definition at line 35 of file TEveProjectionAxesEditor.h.
TGCheckButton* TEveProjectionAxesEditor::fDrawCenter [protected] |
Definition at line 36 of file TEveProjectionAxesEditor.h.
TGCheckButton* TEveProjectionAxesEditor::fDrawOrigin [protected] |
Definition at line 37 of file TEveProjectionAxesEditor.h.
1.5.1