X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSalomeApp%2FSalomeApp_Application.h;h=97d2e5b62cceb2ffe7b78ab48da0828f2ceba62a;hb=149d28a2f34da9420c4e81ad1a756b75e74eb9b9;hp=d64b1e4c87d59ca072f80a7dc68f80b6e3746c81;hpb=a88279bf3fcd1dc20e57e7265911e9548e1eefbf;p=modules%2Fgui.git diff --git a/src/SalomeApp/SalomeApp_Application.h b/src/SalomeApp/SalomeApp_Application.h index d64b1e4c8..97d2e5b62 100644 --- a/src/SalomeApp/SalomeApp_Application.h +++ b/src/SalomeApp/SalomeApp_Application.h @@ -70,7 +70,6 @@ public: enum { MenuToolsId = 5 }; enum { DumpStudyId = LightApp_Application::UserID, LoadScriptId, PropertiesId, CatalogGenId, RegDisplayId, SaveGUIStateId, ConnectId, DisconnectId, - SimanCheckInId, SimanLocalCheckInId, UserID }; typedef enum { WT_NoteBook = LightApp_Application::WT_User, @@ -95,7 +94,7 @@ public: virtual void contextMenuPopup( const QString&, QMenu*, QString& ); virtual bool checkDataObject(LightApp_DataObject* theObj); - + virtual bool checkExistingDoc(); static CORBA::ORB_var orb(); @@ -118,7 +117,7 @@ public: virtual bool renameAllowed( const QString& ) const; virtual bool renameObject( const QString&, const QString& ); - + public slots: virtual void onLoadDoc(); virtual void onNewWithScript(); @@ -137,16 +136,13 @@ public slots: const QString& theStudyName, bool theIsStudySaved ); - virtual void onCheckIn(); - virtual void onLocalCheckIn(); - virtual void onDockWindowVisibilityChanged( bool ); protected slots: void onStudyCreated( SUIT_Study* ); void onStudyOpened( SUIT_Study* ); void onDesktopMessage( const QString& ); - + protected: virtual void createActions(); virtual SUIT_Study* createNewStudy(); @@ -198,12 +194,11 @@ private: QPointer myNoteBook; // Notebook instance #endif QMap myExtActions; // Map - bool myIsSiman; // application corresponds to the siman study flag bool myIsCloseFromExit; // "Close from Exit" flag signals: - void dumpedStudyClosed( const QString& theDumpScript, - const QString& theStudyName, + void dumpedStudyClosed( const QString& theDumpScript, + const QString& theStudyName, bool theIsStudySaved ); void notebookVarUpdated( QString theVarName );