1 #ifndef _QG_CANVAS_SETUP_FRAME_HH_
2 #define _QG_CANVAS_SETUP_FRAME_HH_
15 class TGPictureButton;
Part of a canvas window for doing setup tasks.
void HandleSaveSessionButton()
Handle save session button.
void HandleListOpenFilesButton()
Handle list open files button.
virtual ~QGCanvasSetupFrame()
Destructor.
void OpenSession()
Pop up the session open dialog.
TGPictureButton * fListOpenFilesButton
Button to list open files.
TGPictureButton * fCloseFilesButton
Button to close files.
void OpenFile()
Pop up the file open dialog.
QGCanvasWindow * fCanvasWindow
Parent canvas window.
TGPictureButton * fSaveSessionButton
Button to save a session.
QGCanvasSetupFrame(QGCanvasWindow *p, UInt_t w, UInt_t h)
Private constructor.
TGPictureButton * fOpenFileButton
Button to open a file.
void HandleCloseFilesButton()
Handle close files button.
TGPictureButton * fOpenSessionButton
Button to open a session.
void SetDisplay()
Set the display based on the current state.
Window containing a ROOT canvas.