Salome HOME
Issue #1037 : do not find model indices for the same result. If selection mode is...
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 58afc0aa29502ffa87b2ca021efb67fa33273b11..6fc335412048cec2f0445f3057b1f509607bc8d9 100644 (file)
@@ -84,6 +84,14 @@ Q_OBJECT
    /// Update of commands status
   virtual void updateCommandStatus();
 
+  /// Returns Information about feature defined in corresponded XML
+  /// \param theId - id of the feature
+  virtual std::shared_ptr<Config_FeatureMessage> featureInfo(const QString& theId) const;
+
+  /// Return application main window
+  virtual QMainWindow* desktop() const;
+
+
   //! Returns workshop
   XGUI_Workshop* workshop() const { return myWorkshop; }