X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_OperationMgr.h;h=e7e715128b6e7e07e20876cd28a589875a3ad2f9;hb=5544702339b340e6e612420ecbab44a033828d87;hp=d6172b8946225cd29f414203d68ac9b4dd266ca0;hpb=34afe547352180006fee9600173c4dc93dc1f6c3;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_OperationMgr.h b/src/XGUI/XGUI_OperationMgr.h index d6172b894..e7e715128 100755 --- a/src/XGUI/XGUI_OperationMgr.h +++ b/src/XGUI/XGUI_OperationMgr.h @@ -98,15 +98,6 @@ Q_OBJECT /// \param theOperation an aborted operation void abortOperation(ModuleBase_Operation* theOperation); - /// Returns enable apply state - /// \return theEnabled a boolean value - bool isApplyEnabled() const; - - /// Returns valid state of the parent operation. If the current operation is the last one - /// it returns the valid state of the operation - /// \return boolean value - bool isParentOperationValid() const; - public slots: /// Slot that commits the current operation. void onCommitOperation(); @@ -142,11 +133,6 @@ signals: /// Signal is emitted after the key released click. void keyEnterReleased(); - protected: - /// Sets apply state to the value and emit signal about this state is changed - /// \param theEnabled the state value - void setApplyEnabled(const bool theEnabled); - public: // TEMPORARY, it should be protected and be performed automatically /// Emits nestedStateChange for operations with an information about validity of the operation /// \param theOperation the sent operation. If it is NULL, all operations in the stack are sent. @@ -219,9 +205,6 @@ private: /// Current workshop ModuleBase_IWorkshop* myWorkshop; - - /// Lock/Unlock access to Ok button in property panel - bool myIsApplyEnabled; }; #endif