]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_FeatureReader.h
Salome HOME
Advanced version of plugin reader with ability to extract xml information about featu...
[modules/shaper.git] / src / Config / Config_FeatureReader.h
index 76d7635c03c1ed970c1737765042a9f717b2f7b6..bbc25ba274d94b3f9f3725df57ffcb799bf97090 100644 (file)
@@ -16,12 +16,19 @@ public:
   Config_FeatureReader(const std::string& theXmlFile);
   virtual ~Config_FeatureReader();
 
+  std::string featureWidgetCfg(std::string theFeatureName);
+
 protected:
   void processNode(xmlNodePtr aNode);
   bool processChildren(xmlNodePtr aNode);
 
   void fillFeature(xmlNodePtr theRoot, Config_FeatureMessage& outFeatureMessage);
 
+  std::string m_lastWorkbench;
+  std::string m_lastGroup;
+
+  bool m_fetchWidgetCfg;
+  std::string m_widgetCfg;
 };
 
 #endif /* CONFIG_FEATUREREADER_H_ */