|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
#include <TransientFrame.h>


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 | |
| TGVerticalFrame * | fvframe0 |
| TGLayoutHints * | fL1 |
| Layout for global, date entry and label. More... | |
| TGHorizontalFrame * | fValid |
| Button for Validation. More... | |
| TGTextButton * | fBcancel |
| TGTextButton * | fBvalid |
| TGTextButton * | fBretry |
Definition at line 74 of file TransientFrame.h.
| 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().

|
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().

|
protected |
specific to this subclass
Definition at line 87 of file TransientFrame.h.
Referenced by BuildInterface(), and TransFrameError().
1.8.6