]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_XMLReader.h
Salome HOME
#1309 Management of icons: parallel icon of SketchPlugin is loaded from it.
[modules/shaper.git] / src / Config / Config_XMLReader.h
index 258af0cd50535545cfa88b58afc51400464109dd..c983e3a49f3304279acf0acb97b4b33ddb3870b1 100644 (file)
@@ -43,6 +43,11 @@ class Config_XMLReader
    */
   CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile);
   CONFIG_EXPORT virtual ~Config_XMLReader();
+  /*!
+   * Returns value of PLUGINS_CONFIG_FILE env variable, a path to the plugins.xml file
+   * \return string value
+   */
+  CONFIG_EXPORT static std::string pluginConfigFile();
   /*!
    * Read all nodes in associated xml file,
    * recursively if processChildren(xmlNode) is true for the xmlNode.