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


Public Member Functions | |
| TransFrameGUI (const TGWindow *p, const TGWindow *main) | |
| ~TransFrameGUI () | |
Protected Member Functions | |
| virtual void | BuildInterface ()=0 |
| need overwrite by all sub-classes More... | |
| 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 | |
| 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 40 of file TransientFrame.h.
| TransFrameGUI::TransFrameGUI | ( | const TGWindow * | p, |
| const TGWindow * | main | ||
| ) |
|
inline |
Definition at line 46 of file TransientFrame.h.
|
protectedpure virtual |
need overwrite by all sub-classes
Implemented in TransDateBox, and TransFrameError.
|
protected |
|
protectedvirtual |
called by all sub-classes
Definition at line 31 of file TransientFrame.cxx.
References fBcancel, fBvalid, fValid, and fvframe0.
Referenced by TransDateBox::TransDateBox(), and TransFrameError::TransFrameError().

|
protectedvirtual |
Definition at line 102 of file TransientFrame.cxx.
Referenced by TransDateBox::TransDateBox(), and TransFrameError::TransFrameError().

|
protectedvirtual |
Reimplemented in TransDateBox.
Definition at line 61 of file TransientFrame.cxx.
|
protected |
Definition at line 60 of file TransientFrame.h.
Referenced by CreateButtons().
|
protected |
Definition at line 60 of file TransientFrame.h.
|
protected |
Definition at line 60 of file TransientFrame.h.
Referenced by CreateButtons().
|
protected |
Layout for global, date entry and label.
Definition at line 56 of file TransientFrame.h.
Referenced by TransFrameError::BuildInterface(), and TransDateBox::BuildInterface().
|
protected |
Button for Validation.
Definition at line 59 of file TransientFrame.h.
Referenced by CreateButtons().
|
protected |
Definition at line 54 of file TransientFrame.h.
Referenced by TransFrameError::BuildInterface(), TransDateBox::BuildInterface(), and CreateButtons().
1.8.6