X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_OperationDescription.h;h=7de7c3288dac0b3e69684bdd98ba6d3702df7b49;hb=f96e7958a6b68c45e722aea764ecc075d0797233;hp=bd9f525517ca61e06d5e8bf73076fc33058f7018;hpb=7bf19255421b34594c7b0a76d0ce28166d0ce895;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_OperationDescription.h b/src/ModuleBase/ModuleBase_OperationDescription.h index bd9f52551..7de7c3288 100644 --- a/src/ModuleBase/ModuleBase_OperationDescription.h +++ b/src/ModuleBase/ModuleBase_OperationDescription.h @@ -23,7 +23,8 @@ /*! * \class ModuleBase_OperationDescription - * + * \ingroup GUI + * Description of operation from XML */ class MODULEBASE_EXPORT ModuleBase_OperationDescription { @@ -38,10 +39,6 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription /// \return string name of the operation. const QString& operationId() const; - /// Returns XML representation of the operation's widget. - /// \return XML QString - //const QString& xmlRepresentation() const; - /// Returns a short description of operation (will be /// inserted in title of property panel) const QString& description() const; @@ -50,15 +47,6 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription /// inserted in title of property panel) void setDescription(const QString& theDescription); - /// Sets a list of model widgets, according to the operation feature xml definition - /// \param theWidgets a list of widgets - //void setModelWidgets(const std::string& theXmlRepresentation, - // const QList& theWidgets); - - /// Sets a list of model widgets, according to the operation feature xml definition - /// \param theWidgets a list of widgets - //const QList& modelWidgets() const; - /// Returns XML representation of the operation's widget. /// \return XML QString const QString& xmlRepresentation() const; @@ -73,10 +61,14 @@ class MODULEBASE_EXPORT ModuleBase_OperationDescription private: //!< Next fields could be extracted into a subclass; - QString myOperationId; /// the operation identifier - QString myDescription; /// the short description of the opertaion - QString myXmlRepresentation; /// the xml definition - //QList myWidgets; /// the list of operation widgets + /// the operation identifier + QString myOperationId; + + /// the short description of the opertaion + QString myDescription; + + /// the xml definition + QString myXmlRepresentation; }; -#endif //ModuleBase_OperationDescription_H \ No newline at end of file +#endif //ModuleBase_OperationDescription_H