FlightGear next
JSBSim::FGPropertyNode Member List

This is the complete list of members for JSBSim::FGPropertyNode, including all inherited members.

GetBool(const std::string &name, bool defaultValue=false) constJSBSim::FGPropertyNode
GetDouble(const std::string &name, double defaultValue=0.0) constJSBSim::FGPropertyNode
GetFloat(const std::string &name, float defaultValue=0.0) constJSBSim::FGPropertyNode
GetFullyQualifiedName(void) constJSBSim::FGPropertyNode
GetInt(const std::string &name, int defaultValue=0) constJSBSim::FGPropertyNode
GetLong(const std::string &name, long defaultValue=0L) constJSBSim::FGPropertyNode
GetName(void) constJSBSim::FGPropertyNodeinline
GetNode(const std::string &path, bool create=false)JSBSim::FGPropertyNode
GetNode(const std::string &relpath, int index, bool create=false)JSBSim::FGPropertyNode
GetPrintableName(void) constJSBSim::FGPropertyNode
GetRelativeName(const std::string &path="/fdm/jsbsim/") constJSBSim::FGPropertyNode
GetString(const std::string &name, std::string defaultValue="") constJSBSim::FGPropertyNode
HasNode(const std::string &path)JSBSim::FGPropertyNode
SetArchivable(const std::string &name, bool state=true)JSBSim::FGPropertyNode
SetBool(const std::string &name, bool val)JSBSim::FGPropertyNode
SetDouble(const std::string &name, double val)JSBSim::FGPropertyNode
SetFloat(const std::string &name, float val)JSBSim::FGPropertyNode
SetInt(const std::string &name, int val)JSBSim::FGPropertyNode
SetLong(const std::string &name, long val)JSBSim::FGPropertyNode
SetReadable(const std::string &name, bool state=true)JSBSim::FGPropertyNode
SetString(const std::string &name, const std::string &val)JSBSim::FGPropertyNode
SetWritable(const std::string &name, bool state=true)JSBSim::FGPropertyNode
~FGPropertyNode(void)JSBSim::FGPropertyNodeinlinevirtual