1 #ifndef _QG_CUTS_EDITOR_WINDOW_HH_
2 #define _QG_CUTS_EDITOR_WINDOW_HH_
14 class TGHorizontalFrame;
15 class TGPictureButton;
33 void Save(
const std::string& filename);
Window used to manage writing cuts to a file.
TGPictureButton * fPasteButton
Paste button.
QGCutsEditorWindow(const TGWindow *p=0, UInt_t w=600, UInt_t h=600)
Constructor.
TGTextEdit * fTextEditor
Text editor.
TGPictureButton * fSaveButton
Save button.
void HandleSaveButton()
Handle save button.
ClassDef(QGCutsEditorWindow, 0)
void Save(const std::string &filename)
Save cuts to file.
virtual ~QGCutsEditorWindow()
Destructor.
void HandlePasteButton()
Handle paste button.
TGHorizontalFrame * fButtonsFrame
Buttons frame.
Base class for GUI windows.