Salome HOME
The selection problem with an object deactivate:
[modules/shaper.git] / src / ModuleBase / ModuleBase_IModule.h
index 7ba5cfe1e09693d931618d6f73c189f268fdc02e..65a5c5a5a8b66b5b4541c54693604c673f24e928 100644 (file)
@@ -120,6 +120,10 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
   /// \returns true if the action is processed\r
   virtual bool deleteObjects() { return false; };\r
 \r
+  /// Returns a list of modes, where the AIS objects should be activated\r
+  /// \param theModes a list of modes\r
+  virtual void activeSelectionModes(QIntList& theModes) {};\r
+\r
 public slots:\r
   /// Called on call of command corresponded to a feature\r
   void onFeatureTriggered();\r