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

Public Member Functions | |
| TEveTransEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| virtual | ~TEveTransEditor () |
| virtual void | SetModel (TObject *obj) |
| ClassDef (TEveTransEditor, 1) | |
| TEveTransEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| virtual | ~TEveTransEditor () |
| virtual void | SetModel (TObject *obj) |
| ClassDef (TEveTransEditor, 1) | |
Protected Attributes | |
| TEveTrans * | fM |
| TEveTransSubEditor * | fSE |
| TEveTrans * | fM |
| TEveTransSubEditor * | fSE |
Private Member Functions | |
| TEveTransEditor (const TEveTransEditor &) | |
| TEveTransEditor & | operator= (const TEveTransEditor &) |
| TEveTransEditor (const TEveTransEditor &) | |
| TEveTransEditor & | operator= (const TEveTransEditor &) |
Definition at line 68 of file TEveTransEditor.h.
| TEveTransEditor::TEveTransEditor | ( | const TEveTransEditor & | ) | [private] |
| TEveTransEditor::TEveTransEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
Definition at line 235 of file TEveTransEditor.cxx.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), fSE, kLHintsTop, and TGedFrame::MakeTitle().
| virtual TEveTransEditor::~TEveTransEditor | ( | ) | [inline, virtual] |
Definition at line 80 of file TEveTransEditor.h.
| TEveTransEditor::TEveTransEditor | ( | const TEveTransEditor & | ) | [private] |
| TEveTransEditor::TEveTransEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 170, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
| virtual TEveTransEditor::~TEveTransEditor | ( | ) | [inline, virtual] |
Definition at line 80 of file TEveTransEditor.h.
| TEveTransEditor& TEveTransEditor::operator= | ( | const TEveTransEditor & | ) | [private] |
| void TEveTransEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 254 of file TEveTransEditor.cxx.
References fM, fSE, and TEveTransSubEditor::SetModel().
| TEveTransEditor::ClassDef | ( | TEveTransEditor | , | |
| 1 | ||||
| ) |
| TEveTransEditor& TEveTransEditor::operator= | ( | const TEveTransEditor & | ) | [private] |
| TEveTransEditor::ClassDef | ( | TEveTransEditor | , | |
| 1 | ||||
| ) |
TEveTrans* TEveTransEditor::fM [protected] |
TEveTransSubEditor* TEveTransEditor::fSE [protected] |
TEveTrans* TEveTransEditor::fM [protected] |
Definition at line 75 of file TEveTransEditor.h.
TEveTransSubEditor* TEveTransEditor::fSE [protected] |
Definition at line 76 of file TEveTransEditor.h.
1.5.1