improved the close canvas mechanism (from the global to the object level)

This commit is contained in:
2017-11-30 22:02:25 +01:00
parent be1e47e480
commit 1f73e808b5
3 changed files with 18 additions and 3 deletions

View File

@ -230,6 +230,7 @@ class PMusrCanvas : public TObject, public TQObject
virtual void HandleCmdKey(Int_t event, Int_t x, Int_t y, TObject *selected); // SLOT
virtual void HandleMenuPopup(Int_t id); // SLOT
virtual void LastCanvasClosed(); // SLOT
virtual void WindowClosed(); // SLOT
virtual void SaveGraphicsAndQuit(Char_t *fileName, Char_t *graphicsFormat);
virtual void ExportData(const Char_t *fileName);