#include <TEveWindowEditor.h>
Inheritance diagram for TEveWindowEditor:
Public Member Functions | |
TEveWindowEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
virtual | ~TEveWindowEditor () |
virtual void | SetModel (TObject *obj) |
void | DoShowTitleBar () |
ClassDef (TEveWindowEditor, 0) | |
TEveWindowEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
virtual | ~TEveWindowEditor () |
virtual void | SetModel (TObject *obj) |
void | DoShowTitleBar () |
ClassDef (TEveWindowEditor, 0) | |
Protected Attributes | |
TEveWindow * | fM |
TGCheckButton * | fShowTitleBar |
TEveWindow * | fM |
TGCheckButton * | fShowTitleBar |
Private Member Functions | |
TEveWindowEditor (const TEveWindowEditor &) | |
TEveWindowEditor & | operator= (const TEveWindowEditor &) |
TEveWindowEditor (const TEveWindowEditor &) | |
TEveWindowEditor & | operator= (const TEveWindowEditor &) |
Definition at line 24 of file TEveWindowEditor.h.
TEveWindowEditor::TEveWindowEditor | ( | const TEveWindowEditor & | ) | [private] |
TEveWindowEditor::TEveWindowEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 170 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
Definition at line 33 of file TEveWindowEditor.cxx.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), fShowTitleBar, and TGedFrame::MakeTitle().
virtual TEveWindowEditor::~TEveWindowEditor | ( | ) | [inline, virtual] |
Definition at line 38 of file TEveWindowEditor.h.
TEveWindowEditor::TEveWindowEditor | ( | const TEveWindowEditor & | ) | [private] |
TEveWindowEditor::TEveWindowEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 170 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
virtual TEveWindowEditor::~TEveWindowEditor | ( | ) | [inline, virtual] |
Definition at line 38 of file TEveWindowEditor.h.
TEveWindowEditor& TEveWindowEditor::operator= | ( | const TEveWindowEditor & | ) | [private] |
void TEveWindowEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 52 of file TEveWindowEditor.cxx.
References fM, fShowTitleBar, TEveWindow::GetShowTitleBar(), kButtonDown, kButtonUp, and TGCheckButton::SetState().
void TEveWindowEditor::DoShowTitleBar | ( | ) |
Definition at line 62 of file TEveWindowEditor.cxx.
References fM, fShowTitleBar, TGCheckButton::IsOn(), TEveWindow::SetShowTitleBar(), and TGedFrame::Update().
TEveWindowEditor::ClassDef | ( | TEveWindowEditor | , | |
0 | ||||
) |
TEveWindowEditor& TEveWindowEditor::operator= | ( | const TEveWindowEditor & | ) | [private] |
void TEveWindowEditor::DoShowTitleBar | ( | ) |
TEveWindowEditor::ClassDef | ( | TEveWindowEditor | , | |
0 | ||||
) |
TEveWindow* TEveWindowEditor::fM [protected] |
TGCheckButton* TEveWindowEditor::fShowTitleBar [protected] |
Definition at line 33 of file TEveWindowEditor.h.
Referenced by DoShowTitleBar(), SetModel(), and TEveWindowEditor().
TEveWindow* TEveWindowEditor::fM [protected] |
Definition at line 31 of file TEveWindowEditor.h.
TGCheckButton* TEveWindowEditor::fShowTitleBar [protected] |
Definition at line 33 of file TEveWindowEditor.h.