Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / XGUI / XGUI_SalomeConnector.h
index c06bd3e5223e2b0f8293b9147eb78f092d41aab2..414ac4d66d07c793251863a6c5d81c5847ddad4c 100644 (file)
@@ -34,6 +34,9 @@ class XGUI_EXPORT XGUI_SalomeConnector
                               const QString& theTitle, const QString& theTip, const QIcon& theIcon,
                               const QKeySequence& theKeys, bool isCheckable) = 0;
 
+  //! Creates a feature (command) in SALOME desktop
+  //! \param theWBName - name of toolbar (workbench)
+  //! \param theInfo - information about action (icon, text, etc)
   virtual QAction* addFeature(const QString& theWBName,
                               const ActionInfo& theInfo) = 0;