20 #ifndef _GUICONTEXT_HXX_
21 #define _GUICONTEXT_HXX_
55 inline std::pair<std::string, std::string>
getYACSCont() {
return _YACSEngineContainer; }
62 inline void setXMLSchema(std::string xmlSchema) {_xmlSchema = xmlSchema; };
63 inline void setYACSContainer(std::pair<std::string, std::string> yc) {_YACSEngineContainer = yc; };
64 inline void setNotSaved(
bool isNotSaved) {_isNotSaved = isNotSaved; };
65 inline void setLoading(
bool isLoading) {_isLoading = isLoading; };
70 std::map<YACS::ENGINE::Node*,YACS::HMI::SubjectNode*> _mapOfSubjectNode;