X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_ValidatorReader.h;h=59f6acffb0fc9d63dc6ed0bc672166c3d22b96f5;hb=61a55a09650c0e6e68a5ebf786c51664ed2a9001;hp=f2ac6293d20adbe1fe86fd23c3a84554d525231f;hpb=7fcf163a8a369889707c5b73eeeb2bc68a4b906e;p=modules%2Fshaper.git diff --git a/src/Config/Config_ValidatorReader.h b/src/Config/Config_ValidatorReader.h index f2ac6293d..59f6acffb 100644 --- a/src/Config/Config_ValidatorReader.h +++ b/src/Config/Config_ValidatorReader.h @@ -45,6 +45,11 @@ class Config_ValidatorReader : public Config_XMLReader */ virtual bool processChildren(xmlNodePtr aNode); + /*! + * Cleans the cached information about parent feature or attribute (widget) + */ + virtual void cleanup(xmlNodePtr theNode); + /*! * \brief Retrieves all the necessary info from the validator node. * Sends ValidatorLoaded event @@ -55,6 +60,9 @@ class Config_ValidatorReader : public Config_XMLReader * Sends SelectionFilterLoaded event */ void processSelectionFilter(xmlNodePtr theNode); + + private: + std::string myCurrentWidget; }; #endif /* CONFIG_VALIDATORREADER_H_ */