Salome HOME
Code documentation update
[modules/shaper.git] / src / ModuleBase / ModuleBase_OperationDescription.h
index bd9f525517ca61e06d5e8bf73076fc33058f7018..65c87285dfec8b0cb09659134fec6c3118953327 100644 (file)
@@ -23,7 +23,7 @@
 \r
 /*!\r
  * \class ModuleBase_OperationDescription\r
- *\r
+ * Description of operation from XML\r
  */\r
 class MODULEBASE_EXPORT ModuleBase_OperationDescription\r
 {\r
@@ -38,10 +38,6 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription
   /// \return string name of the operation.\r
   const QString& operationId() const;\r
 \r
-  /// Returns XML representation of the operation's widget.\r
-  /// \return XML QString\r
-  //const QString& xmlRepresentation() const;\r
-\r
   /// Returns a short description of operation (will be\r
   /// inserted in title of property panel)\r
   const QString& description() const;\r
@@ -50,15 +46,6 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription
   /// inserted in title of property panel)\r
   void setDescription(const QString& theDescription);\r
 \r
-  /// Sets a list of model widgets, according to the operation feature xml definition\r
-  /// \param theWidgets a list of widgets\r
-  //void setModelWidgets(const std::string& theXmlRepresentation,\r
-  //                     const QList<ModuleBase_ModelWidget*>& theWidgets);\r
-\r
-  /// Sets a list of model widgets, according to the operation feature xml definition\r
-  /// \param theWidgets a list of widgets\r
-  //const QList<ModuleBase_ModelWidget*>& modelWidgets() const;\r
-\r
   /// Returns XML representation of the operation's widget.\r
   /// \return XML QString\r
   const QString& xmlRepresentation() const;\r
@@ -73,10 +60,14 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription
 \r
  private:\r
   //!< Next fields could be extracted into a subclass;\r
-  QString myOperationId;  /// the operation identifier\r
-  QString myDescription;  /// the short description of the opertaion\r
-  QString myXmlRepresentation;  /// the xml definition\r
-  //QList<ModuleBase_ModelWidget*> myWidgets; /// the list of operation widgets\r
+   /// the operation identifier\r
+  QString myOperationId;  \r
+\r
+  /// the short description of the opertaion\r
+  QString myDescription;  \r
+\r
+  /// the xml definition\r
+  QString myXmlRepresentation;  \r
 };\r
 \r
-#endif //ModuleBase_OperationDescription_H\r
\ No newline at end of file
+#endif //ModuleBase_OperationDescription_H\r