]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IModule.h
Salome HOME
Preparations for Split operation. It includes:
[modules/shaper.git] / src / ModuleBase / ModuleBase_IModule.h
index ad8132e4ac212d4367dc8fdab50f80e94df4f7ea..e0937f09e21e600298048c02dfd1cd71fe38d697 100755 (executable)
@@ -82,8 +82,7 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
 \r
   /// Creates an operation and send it to loop\r
   /// \param theCmdId the operation name\r
-  /// \param isUpdatePropertyPanel if false, the property panel filling might be postponed\r
-  virtual void launchOperation(const QString& theCmdId, const bool isUpdatePropertyPanel = true);\r
+  virtual void launchOperation(const QString& theCmdId);\r
 \r
   /// Executes feature as a modal dialog box\r
   /// \param theCmdId the operation name\r
@@ -239,11 +238,6 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
   /// \param theCmdId the operation name\r
   virtual ModuleBase_Operation* createOperation(const std::string& theCmdId);\r
 \r
-  /// Sends the operation for launching\r
-  /// \param theOperation the operation\r
-  /// \param isUpdatePropertyPanel if false, the property panel filling might be postponed\r
-  virtual void sendOperation(ModuleBase_Operation* theOperation, const bool isUpdatePropertyPanel = true);\r
-\r
   /// Create specific for the module presentation\r
   /// \param theResult an object for presentation\r
   /// \return created presentation or NULL(default value)\r
@@ -292,10 +286,6 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
   /// \param thePreviousAttributeID an index of the previous active attribute\r
   virtual bool processEnter(const std::string& thePreviousAttributeID) { return false; };\r
 \r
-  /// Performs some GUI actions after an operation transaction is opened\r
-  /// Default realization is empty\r
-  virtual void beforeOperationStarted(ModuleBase_Operation* theOperation) {};\r
-\r
   /// Performs some GUI actions before an operation transaction is stopped\r
   /// Default realization is empty\r
   virtual void beforeOperationStopped(ModuleBase_Operation* theOperation) {};\r