library: libGui
#include "TRootHelpDialog.h"

TRootHelpDialog


class description - header file - source file - inheritance tree (.pdf)

class TRootHelpDialog : public TGTransientFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGTransientFrame
<-
TRootHelpDialog

    protected:
TRootHelpDialog(const TRootHelpDialog&) TRootHelpDialog& operator=(const TRootHelpDialog&) public:
TRootHelpDialog(const TGWindow* main = 0, const char* title = "ROOT Help Dialog", UInt_t w = 1, UInt_t h = 1) virtual ~TRootHelpDialog() void AddText(const char* helpText) static TClass* Class() virtual void CloseWindow() virtual TClass* IsA() const void Popup() virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2) void SetText(const char* helpText) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGTextView* fView text view TGTextButton* fOK OK button TGLayoutHints* fL1 layout of TGTextView TGLayoutHints* fL2 layout of OK button

Class Description

                                                                      
 TRootHelpDialog                                                      
                                                                      
 A TRootHelpDialog is used to display help text (or any text in a     
 dialog window). There is on OK button to popdown the dialog.         
                                                                      

TRootHelpDialog(const TGWindow *main, const char *title, UInt_t w, UInt_t h)
 Create a help text dialog.
TRootHelpDialog(const TRootHelpDialog& rd)
copy constructor
TRootHelpDialog& operator=(const TRootHelpDialog& rd)
assignment operator
~TRootHelpDialog()
 Delete help text dialog.
void Popup()
 Show help dialog.
void SetText(const char *helpText)
 Set help text from helpText buffer in TGTextView.
void AddText(const char *helpText)
 Add help text from helpText buffer to already existing text in TGTextView.
void CloseWindow()
 Called when closed via window manager action.
Bool_t ProcessMessage(Long_t msg, Long_t, Long_t)
 Process OK button.

Author: Fons Rademakers 24/02/98
Last update: root/gui:$Name: $:$Id: TRootHelpDialog.cxx,v 1.10 2006/07/09 05:27:54 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.