TGGotoDialog Class Reference

#include <TGTextEditDialogs.h>

Inheritance diagram for TGGotoDialog:

TGTransientFrame TGTransientFrame TGMainFrame TGMainFrame TGMainFrame TGMainFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame TGCompositeFrame List of all members.

Public Member Functions

 TGGotoDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1, Long_t *ret_code=0, UInt_t options=kVerticalFrame)
virtual ~TGGotoDialog ()
virtual void CloseWindow ()
virtual Bool_t ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2)
 TGGotoDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1, Long_t *ret_code=0, UInt_t options=kVerticalFrame)
virtual ~TGGotoDialog ()
virtual void CloseWindow ()
virtual Bool_t ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2)

Protected Attributes

TGCompositeFramefF1
TGCompositeFramefF2
TGButtonfGotoButton
TGButtonfCancelButton
TGLayoutHintsfL1
TGLayoutHintsfL5
TGLayoutHintsfL6
TGLayoutHintsfL21
TGTextEntryfGoTo
TGTextBufferfBGoTo
TGLabelfLGoTo
Long_tfRetCode
TGCompositeFramefF1
TGButtonfGotoButton
TGButtonfCancelButton
TGLayoutHintsfL1
TGTextEntryfGoTo
TGTextBufferfBGoTo
TGLabelfLGoTo
Long_tfRetCode

Detailed Description

Definition at line 121 of file TGTextEditDialogs.h.


Constructor & Destructor Documentation

TGGotoDialog::TGGotoDialog ( const TGWindow p = 0,
const TGWindow main = 0,
UInt_t  w = 1,
UInt_t  h = 1,
Long_t ret_code = 0,
UInt_t  options = kVerticalFrame 
)

Definition at line 478 of file TGTextEditDialogs.cxx.

References TGCompositeFrame::AddFrame(), TGTextBuffer::AddText(), TGWidget::Associate(), TGTransientFrame::CenterOnParent(), TGCompositeFrame::ChangeOptions(), fBGoTo, fCancelButton, TGObject::fClient, TGWindow::fEditDisabled, fF1, fF2, fGoTo, fGotoButton, fL1, fL21, fL5, fL6, fLGoTo, fRetCode, TGCompositeFrame::GetDefaultHeight(), TGFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGFrame::GetDefaultWidth(), TGFrame::GetOptions(), kButtonDisabled, TGWindow::kEditDisable, kFixedWidth, kHorizontalFrame, kLHintsCenterY, kLHintsExpandX, kLHintsLeft, kLHintsRight, kLHintsTop, kMWMDecorAll, kMWMDecorMaximize, kMWMDecorMenu, kMWMFuncAll, kMWMFuncMaximize, kMWMFuncResize, kMWMInputModeless, kVerticalFrame, main(), TObject::MakeZombie(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), p, TGWindow::RequestFocus(), TGFrame::Resize(), TGTextEntry::SelectAll(), TGMainFrame::SetIconName(), TGMainFrame::SetMWMHints(), TGButton::SetState(), TGMainFrame::SetWindowName(), snprintf, TGCompositeFrame::TGCompositeFrame(), and TGClient::WaitFor().

TGGotoDialog::~TGGotoDialog (  )  [virtual]

Definition at line 553 of file TGTextEditDialogs.cxx.

References fCancelButton, fF1, fF2, fGoTo, fGotoButton, fL1, fL21, fL5, fL6, fLGoTo, and TObject::IsZombie().

TGGotoDialog::TGGotoDialog ( const TGWindow p = 0,
const TGWindow main = 0,
UInt_t  w = 1,
UInt_t  h = 1,
Long_t ret_code = 0,
UInt_t  options = kVerticalFrame 
)

virtual TGGotoDialog::~TGGotoDialog (  )  [virtual]


Member Function Documentation

void TGGotoDialog::CloseWindow (  )  [virtual]

Reimplemented from TGMainFrame.

Definition at line 567 of file TGTextEditDialogs.cxx.

References TGFrame::DeleteWindow().

Referenced by ProcessMessage().

Bool_t TGGotoDialog::ProcessMessage ( Long_t  msg,
Long_t  parm1,
Long_t  parm2 
) [virtual]

Reimplemented from TGCompositeFrame.

Definition at line 576 of file TGTextEditDialogs.cxx.

References CloseWindow(), fBGoTo, fGotoButton, fRetCode, GET_MSG(), GET_SUBMSG(), TGTextBuffer::GetString(), kButtonDisabled, kButtonUp, kC_COMMAND, kC_TEXTENTRY, kCM_BUTTON, kTE_ENTER, kTE_TEXTCHANGED, kTRUE, and TGButton::SetState().

virtual void TGGotoDialog::CloseWindow (  )  [virtual]

Reimplemented from TGMainFrame.

virtual Bool_t TGGotoDialog::ProcessMessage ( Long_t  msg,
Long_t  parm1,
Long_t  parm2 
) [virtual]

Reimplemented from TGCompositeFrame.


Member Data Documentation

TGCompositeFrame* TGGotoDialog::fF1 [protected]

Definition at line 124 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGCompositeFrame * TGGotoDialog::fF2 [protected]

Definition at line 124 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGButton* TGGotoDialog::fGotoButton [protected]

Definition at line 125 of file TGTextEditDialogs.h.

Referenced by ProcessMessage(), TGGotoDialog(), and ~TGGotoDialog().

TGButton* TGGotoDialog::fCancelButton [protected]

Definition at line 126 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGLayoutHints* TGGotoDialog::fL1 [protected]

Definition at line 127 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGLayoutHints * TGGotoDialog::fL5 [protected]

Definition at line 127 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGLayoutHints * TGGotoDialog::fL6 [protected]

Definition at line 127 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGLayoutHints * TGGotoDialog::fL21 [protected]

Definition at line 127 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGTextEntry* TGGotoDialog::fGoTo [protected]

Definition at line 128 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

TGTextBuffer* TGGotoDialog::fBGoTo [protected]

Definition at line 129 of file TGTextEditDialogs.h.

Referenced by ProcessMessage(), and TGGotoDialog().

TGLabel* TGGotoDialog::fLGoTo [protected]

Definition at line 130 of file TGTextEditDialogs.h.

Referenced by TGGotoDialog(), and ~TGGotoDialog().

Long_t* TGGotoDialog::fRetCode [protected]

Definition at line 131 of file TGTextEditDialogs.h.

Referenced by ProcessMessage(), and TGGotoDialog().

TGCompositeFrame* TGGotoDialog::fF1 [protected]

Definition at line 124 of file TGTextEditDialogs.h.

TGButton* TGGotoDialog::fGotoButton [protected]

Definition at line 125 of file TGTextEditDialogs.h.

TGButton* TGGotoDialog::fCancelButton [protected]

Definition at line 126 of file TGTextEditDialogs.h.

TGLayoutHints* TGGotoDialog::fL1 [protected]

Definition at line 127 of file TGTextEditDialogs.h.

TGTextEntry* TGGotoDialog::fGoTo [protected]

Definition at line 128 of file TGTextEditDialogs.h.

TGTextBuffer* TGGotoDialog::fBGoTo [protected]

Definition at line 129 of file TGTextEditDialogs.h.

TGLabel* TGGotoDialog::fLGoTo [protected]

Definition at line 130 of file TGTextEditDialogs.h.

Long_t* TGGotoDialog::fRetCode [protected]

Definition at line 131 of file TGTextEditDialogs.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:39:17 2011 for ROOT_528-00b_version by  doxygen 1.5.1