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

Public Member Functions | |
| TFrameEditor (const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| virtual | ~TFrameEditor () |
| virtual void | SetModel (TObject *obj) |
| virtual void | DoBorderMode () |
| virtual void | DoBorderSize (Int_t size) |
| TFrameEditor (const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| virtual | ~TFrameEditor () |
| virtual void | SetModel (TObject *obj) |
| virtual void | DoBorderMode () |
| virtual void | DoBorderSize (Int_t size) |
Protected Member Functions | |
| virtual void | ConnectSignals2Slots () |
| virtual void | ConnectSignals2Slots () |
Protected Attributes | |
| TFrame * | fFrame |
| TGRadioButton * | fBmode |
| TGRadioButton * | fBmode0 |
| TGRadioButton * | fBmode1 |
| TGLayoutHints * | fBmodelh |
| TGLineWidthComboBox * | fBsize |
| TFrame * | fFrame |
| TGRadioButton * | fBmode |
| TGRadioButton * | fBmode0 |
| TGRadioButton * | fBmode1 |
| TGLayoutHints * | fBmodelh |
| TGLineWidthComboBox * | fBsize |
Definition at line 35 of file TFrameEditor.h.
| TFrameEditor::TFrameEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 140, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
Definition at line 46 of file TFrameEditor.cxx.
References TGCompositeFrame::AddFrame(), TGWidget::Associate(), TGCompositeFrame::ChangeOptions(), f2, fBmode, fBmode0, fBmode1, fBmodelh, fBsize, kChildFrame, kFitWidth, kHorizontalFrame, kLHintsCenterY, kLHintsLeft, kLHintsTop, kTRUE, kVerticalFrame, TGFrame::Resize(), TGButtonGroup::SetButton(), TGButtonGroup::SetLayoutHints(), TGButtonGroup::SetRadioButtonExclusive(), TGButton::SetToolTipText(), TGButtonGroup::Show(), and TGCompositeFrame::TGCompositeFrame().
| TFrameEditor::~TFrameEditor | ( | ) | [virtual] |
| TFrameEditor::TFrameEditor | ( | const TGWindow * | p = 0, |
|
| Int_t | width = 140, |
|||
| Int_t | height = 30, |
|||
| UInt_t | options = kChildFrame, |
|||
| Pixel_t | back = GetDefaultFrameBackground() | |||
| ) |
| virtual TFrameEditor::~TFrameEditor | ( | ) | [virtual] |
| void TFrameEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
Definition at line 92 of file TFrameEditor.cxx.
References TQObject::Connect(), fBmode, fBmode0, fBmode1, fBsize, TGedFrame::fInit, and kFALSE.
Referenced by SetModel().
| void TFrameEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 105 of file TFrameEditor.cxx.
References ConnectSignals2Slots(), fBmode, fBmode0, fBmode1, fBsize, fFrame, TGedFrame::fInit, TWbox::GetBorderMode(), TWbox::GetBorderSize(), kButtonDown, kFALSE, kTRUE, par, TGComboBox::Select(), and TGRadioButton::SetState().
| void TFrameEditor::DoBorderMode | ( | ) | [virtual] |
Definition at line 127 of file TFrameEditor.cxx.
References fBmode, fBmode0, fBsize, fFrame, TGButton::GetState(), gPad, kButtonDown, kFALSE, kTRUE, TWbox::SetBorderMode(), TGComboBox::SetEnabled(), and TGedFrame::Update().
| void TFrameEditor::DoBorderSize | ( | Int_t | size | ) | [virtual] |
Definition at line 148 of file TFrameEditor.cxx.
References fFrame, TWbox::SetBorderSize(), and TGedFrame::Update().
| virtual void TFrameEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
| virtual void TFrameEditor::DoBorderMode | ( | ) | [virtual] |
| virtual void TFrameEditor::DoBorderSize | ( | Int_t | size | ) | [virtual] |
TFrame* TFrameEditor::fFrame [protected] |
Definition at line 38 of file TFrameEditor.h.
Referenced by DoBorderMode(), DoBorderSize(), and SetModel().
TGRadioButton* TFrameEditor::fBmode [protected] |
Definition at line 39 of file TFrameEditor.h.
Referenced by ConnectSignals2Slots(), DoBorderMode(), SetModel(), TFrameEditor(), and ~TFrameEditor().
TGRadioButton* TFrameEditor::fBmode0 [protected] |
Definition at line 40 of file TFrameEditor.h.
Referenced by ConnectSignals2Slots(), DoBorderMode(), SetModel(), TFrameEditor(), and ~TFrameEditor().
TGRadioButton* TFrameEditor::fBmode1 [protected] |
Definition at line 41 of file TFrameEditor.h.
Referenced by ConnectSignals2Slots(), SetModel(), TFrameEditor(), and ~TFrameEditor().
TGLayoutHints* TFrameEditor::fBmodelh [protected] |
TGLineWidthComboBox* TFrameEditor::fBsize [protected] |
Definition at line 43 of file TFrameEditor.h.
Referenced by ConnectSignals2Slots(), DoBorderMode(), SetModel(), and TFrameEditor().
TFrame* TFrameEditor::fFrame [protected] |
Definition at line 38 of file TFrameEditor.h.
TGRadioButton* TFrameEditor::fBmode [protected] |
Definition at line 39 of file TFrameEditor.h.
TGRadioButton* TFrameEditor::fBmode0 [protected] |
Definition at line 40 of file TFrameEditor.h.
TGRadioButton* TFrameEditor::fBmode1 [protected] |
Definition at line 41 of file TFrameEditor.h.
TGLayoutHints* TFrameEditor::fBmodelh [protected] |
Definition at line 42 of file TFrameEditor.h.
TGLineWidthComboBox* TFrameEditor::fBsize [protected] |
Definition at line 43 of file TFrameEditor.h.
1.5.1