X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_WidgetReader.h;h=783f2aa45739472641ee554d029dd9324a38a1fc;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=ab60f4278d7dd63fe6163c9d4a2903445f8ab82a;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/Config/Config_WidgetReader.h b/src/Config/Config_WidgetReader.h index ab60f4278..783f2aa45 100644 --- a/src/Config/Config_WidgetReader.h +++ b/src/Config/Config_WidgetReader.h @@ -16,13 +16,19 @@ #include #include +/*! + * \class Config_WidgetReader + * \brief Class that dumps xml definitions of widgets for + * further processing in the WidgetFactory + */ class Config_WidgetReader : public Config_XMLReader { public: - CONFIG_EXPORT Config_WidgetReader(const std::string& theXmlFile);CONFIG_EXPORT virtual ~Config_WidgetReader(); + CONFIG_EXPORT Config_WidgetReader(const std::string& theXmlFile); + CONFIG_EXPORT virtual ~Config_WidgetReader(); - CONFIG_EXPORT std::string featureWidgetCfg(const std::string& theFeatureName);CONFIG_EXPORT std::string featureDescription( - const std::string& theFeatureName); + CONFIG_EXPORT std::string featureWidgetCfg(const std::string& theFeatureName); + CONFIG_EXPORT std::string featureDescription(const std::string& theFeatureName); protected: void processNode(xmlNodePtr theNode);