Public Member Functions | |
virtual | ~QGCanvasSetupFrame () |
Destructor. | |
void | HandleCloseFilesButton () |
Handle close files button. | |
void | HandleListOpenFilesButton () |
Handle list open files button. | |
void | HandleSaveSessionButton () |
Handle save session button. | |
void | OpenFile () |
Pop up the file open dialog. | |
void | OpenSession () |
Pop up the session open dialog. | |
void | SetDisplay () |
Set the display based on the current state. | |
Private Member Functions | |
QGCanvasSetupFrame (QGCanvasWindow *p, UInt_t w, UInt_t h) | |
Private constructor. | |
Private Attributes | |
QGCanvasWindow * | fCanvasWindow |
Parent canvas window. | |
TGPictureButton * | fCloseFilesButton |
Button to close files. | |
TGPictureButton * | fListOpenFilesButton |
Button to list open files. | |
TGIcon * | fLogo |
Logo. | |
TGPictureButton * | fOpenFileButton |
Button to open a file. | |
TGPictureButton * | fOpenSessionButton |
Button to open a session. | |
TGPictureButton * | fSaveSessionButton |
Button to save a session. | |
Friends | |
class | QGCanvasWindow |