]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Filter.h
Salome HOME
Move representations of filters to separate XML files.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Filter.h
index 0469801fe5fbb3fd9b8d85a7ad2d2a4b88ebd6fb..05b85f6b60a033ddc5bce267afd02294b1901f4b 100644 (file)
@@ -56,6 +56,11 @@ public:
   /// not redefined.
   virtual void initAttributes(ModelAPI_FiltersArgs& theArguments) {}
 
+protected:
+  /// Returns XML string which represents GUI of the filter
+  /// by reading corresponding XML file.
+  MODELAPI_EXPORT std::string xmlFromFile(const std::string& theConfigFile) const;
+
 private:
   bool myIsReverse;
 };