#include <TRootHelpDialog.h>
Inheritance diagram for TRootHelpDialog:
Public Member Functions | |
TRootHelpDialog (const TGWindow *main=0, const char *title="ROOT Help Dialog", UInt_t w=1, UInt_t h=1) | |
virtual | ~TRootHelpDialog () |
void | SetText (const char *helpText) |
void | AddText (const char *helpText) |
void | Popup () |
void | CloseWindow () |
Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
TRootHelpDialog (const TGWindow *main=0, const char *title="ROOT Help Dialog", UInt_t w=1, UInt_t h=1) | |
virtual | ~TRootHelpDialog () |
void | SetText (const char *helpText) |
void | AddText (const char *helpText) |
void | Popup () |
void | CloseWindow () |
Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
Private Member Functions | |
TRootHelpDialog (const TRootHelpDialog &) | |
TRootHelpDialog & | operator= (const TRootHelpDialog &) |
TRootHelpDialog (const TRootHelpDialog &) | |
TRootHelpDialog & | operator= (const TRootHelpDialog &) |
Private Attributes | |
TGTextView * | fView |
TGTextButton * | fOK |
TGLayoutHints * | fL1 |
TGLayoutHints * | fL2 |
TGTextView * | fView |
TGTextButton * | fOK |
TGLayoutHints * | fL1 |
TGLayoutHints * | fL2 |
Definition at line 33 of file TRootHelpDialog.h.
TRootHelpDialog::TRootHelpDialog | ( | const TRootHelpDialog & | ) | [private] |
TRootHelpDialog::TRootHelpDialog | ( | const TGWindow * | main = 0 , |
|
const char * | title = "ROOT Help Dialog" , |
|||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 | |||
) |
TRootHelpDialog::~TRootHelpDialog | ( | ) | [virtual] |
TRootHelpDialog::TRootHelpDialog | ( | const TRootHelpDialog & | ) | [private] |
TRootHelpDialog::TRootHelpDialog | ( | const TGWindow * | main = 0 , |
|
const char * | title = "ROOT Help Dialog" , |
|||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 | |||
) |
virtual TRootHelpDialog::~TRootHelpDialog | ( | ) | [virtual] |
TRootHelpDialog& TRootHelpDialog::operator= | ( | const TRootHelpDialog & | ) | [private] |
void TRootHelpDialog::SetText | ( | const char * | helpText | ) |
Definition at line 74 of file TRootHelpDialog.cxx.
References fView, and TGTextView::LoadBuffer().
Referenced by TStyleManager::DoHelp(), TRootBrowser::HandleMenu(), TRootGuiBuilder::HandleMenu(), DNDMainFrame::HandleMenu(), TViewerX3D::ProcessFrameMessage(), TTreeViewer::ProcessMessage(), TGRootIDE::ProcessMessage(), TRootBrowserLite::ProcessMessage(), TGTextEditor::ProcessMessage(), RootShower::ProcessMessage(), TRootCanvas::ProcessMessage(), SettingsDialog::ProcessMessage(), RootShowerMsgBox::ProcessMessage(), RootShower::ShowInfos(), and testHelpDialog().
void TRootHelpDialog::AddText | ( | const char * | helpText | ) |
Definition at line 82 of file TRootHelpDialog.cxx.
References TGTextView::AddText(), fView, and TGText::LoadBuffer().
Referenced by TGLSAViewer::ProcessFrameMessage().
void TRootHelpDialog::Popup | ( | ) |
Definition at line 66 of file TRootHelpDialog.cxx.
References TGFrame::MapWindow().
Referenced by TStyleManager::DoHelp(), TRootBrowser::HandleMenu(), TRootGuiBuilder::HandleMenu(), DNDMainFrame::HandleMenu(), TViewerX3D::ProcessFrameMessage(), TGLSAViewer::ProcessFrameMessage(), TTreeViewer::ProcessMessage(), TGRootIDE::ProcessMessage(), TRootBrowserLite::ProcessMessage(), RootShower::ProcessMessage(), TGTextEditor::ProcessMessage(), SettingsDialog::ProcessMessage(), TRootCanvas::ProcessMessage(), RootShowerMsgBox::ProcessMessage(), RootShower::ShowInfos(), and testHelpDialog().
void TRootHelpDialog::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Definition at line 92 of file TRootHelpDialog.cxx.
References TGFrame::DeleteWindow().
Reimplemented from TGCompositeFrame.
Definition at line 100 of file TRootHelpDialog.cxx.
References TGFrame::DeleteWindow(), GET_MSG(), GET_SUBMSG(), kC_COMMAND, kCM_BUTTON, and kTRUE.
TRootHelpDialog& TRootHelpDialog::operator= | ( | const TRootHelpDialog & | ) | [private] |
void TRootHelpDialog::SetText | ( | const char * | helpText | ) |
void TRootHelpDialog::AddText | ( | const char * | helpText | ) |
void TRootHelpDialog::Popup | ( | ) |
void TRootHelpDialog::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Reimplemented from TGCompositeFrame.
TGTextView* TRootHelpDialog::fView [private] |
Definition at line 36 of file TRootHelpDialog.h.
Referenced by AddText(), SetText(), and ~TRootHelpDialog().
TGTextButton* TRootHelpDialog::fOK [private] |
TGLayoutHints* TRootHelpDialog::fL1 [private] |
TGLayoutHints* TRootHelpDialog::fL2 [private] |
TGTextView* TRootHelpDialog::fView [private] |
Definition at line 36 of file TRootHelpDialog.h.
TGTextButton* TRootHelpDialog::fOK [private] |
Definition at line 37 of file TRootHelpDialog.h.
TGLayoutHints* TRootHelpDialog::fL1 [private] |
Definition at line 38 of file TRootHelpDialog.h.
TGLayoutHints* TRootHelpDialog::fL2 [private] |
Definition at line 39 of file TRootHelpDialog.h.