ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes
TransFrameError Class Reference

#include <TransientFrame.h>

Inheritance diagram for TransFrameError:
Inheritance graph
[legend]
Collaboration diagram for TransFrameError:
Collaboration graph
[legend]

Public Member Functions

 TransFrameError (const TGWindow *p, const TGWindow *main, const GUIException &fError)
 
- Public Member Functions inherited from TransFrameGUI
 TransFrameGUI (const TGWindow *p, const TGWindow *main)
 
 ~TransFrameGUI ()
 

Protected Member Functions

virtual void BuildInterface ()
 need overwrite by all sub-classes More...
 
- Protected Member Functions inherited from TransFrameGUI
virtual void CreateButtons (unsigned int mode=1)
 called by all sub-classes More...
 
virtual Bool_t ProcessMessage (Long_t msg, Long_t parm1, Long_t)
 
virtual void FinalizeTransGUI ()
 
 ClassDef (TransFrameGUI, 0)
 

Protected Attributes

TGLabel * fLabel
 specific to this subclass More...
 
- Protected Attributes inherited from TransFrameGUI
TGVerticalFramefvframe0
 
TGLayoutHints * fL1
 Layout for global, date entry and label. More...
 
TGHorizontalFramefValid
 Button for Validation. More...
 
TGTextButton * fBcancel
 
TGTextButton * fBvalid
 
TGTextButton * fBretry
 

Detailed Description

Definition at line 74 of file TransientFrame.h.

Constructor & Destructor Documentation

TransFrameError::TransFrameError ( const TGWindow *  p,
const TGWindow *  main,
const GUIException fError 
)

Definition at line 172 of file TransientFrame.cxx.

References BuildInterface(), TransFrameGUI::CreateButtons(), TransFrameGUI::FinalizeTransGUI(), fLabel, and GUIException::what().

Here is the call graph for this function:

Member Function Documentation

void TransFrameError::BuildInterface ( )
protectedvirtual

need overwrite by all sub-classes

Implements TransFrameGUI.

Definition at line 203 of file TransientFrame.cxx.

References TransFrameGUI::fL1, fLabel, and TransFrameGUI::fvframe0.

Referenced by TransFrameError().

Here is the caller graph for this function:

Field Documentation

TGLabel* TransFrameError::fLabel
protected

specific to this subclass

Definition at line 87 of file TransientFrame.h.

Referenced by BuildInterface(), and TransFrameError().


The documentation for this class was generated from the following files: