34 #include <QDomElement> 55 InputNode(QDomElement domElement_h){domElement=domElement_h;};
57 bool setWorkingFile (std::string filename_h);
59 double getDoubleContent();
60 string getStringContent();
61 bool getBoolContent();
62 int getIntAttributeByName(
string attributeName_h);
63 double getDoubleAttributeByName(
string attributeName_h);
64 string getStringAttributeByName(
string attributeName_h);
65 bool hasAttributeByName(
string attributeName_h);
67 vector <InputNode> getNodesByName (
string nodeName_h,
int debugLevel=
MSG_WARNING,
bool childFlag=
false);
74 vector <InputNode> getChildNodes();
75 bool hasChildNode(
string name_h);
76 int getChildNodesCount();
Print an error message and stop the model.
Base class for the regmas application.
This file is the header of BaseClass and it is included by ALL compiled code.