JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
SGPropertyNode Member List

This is the complete list of members for SGPropertyNode, including all inherited members.

_interpolation_mgr (defined in SGPropertyNode)SGPropertyNodeprotectedstatic
addChangeListener(SGPropertyChangeListener *listener, bool initial=false)SGPropertyNode
addChild(const char *name, int min_index=0, bool append=true)SGPropertyNode
addChild(const std::string &name, int min_index=0, bool append=true) (defined in SGPropertyNode)SGPropertyNodeinline
addChildren(const std::string &name, size_t count, int min_index=0, bool append=true)SGPropertyNode
alias (defined in SGPropertyNode)SGPropertyNode
alias(SGPropertyNode *target)SGPropertyNode
alias(const char *path)SGPropertyNode
alias(const std::string &path)SGPropertyNodeinline
ARCHIVE enum value (defined in SGPropertyNode)SGPropertyNode
Attribute enum nameSGPropertyNode
bool_val (defined in SGPropertyNode)SGPropertyNode
clearValue()SGPropertyNode
compare(const SGPropertyNode &lhs, const SGPropertyNode &rhs)SGPropertyNodestatic
double_val (defined in SGPropertyNode)SGPropertyNode
eraseChild(simgear::PropertyList::iterator child) (defined in SGPropertyNode)SGPropertyNodeprotected
find_node_aux (defined in SGPropertyNode)SGPropertyNodefriend
fireChildAdded(SGPropertyNode *child)SGPropertyNode
fireChildAdded(SGPropertyNode *parent, SGPropertyNode *child) (defined in SGPropertyNode)SGPropertyNodeprotected
fireChildRemoved(SGPropertyNode *child)SGPropertyNode
fireChildRemoved(SGPropertyNode *parent, SGPropertyNode *child) (defined in SGPropertyNode)SGPropertyNodeprotected
fireChildrenRemovedRecursive()SGPropertyNode
fireCreatedRecursive(bool fire_self=false)SGPropertyNode
fireValueChanged()SGPropertyNode
fireValueChanged(SGPropertyNode *node) (defined in SGPropertyNode)SGPropertyNodeprotected
float_val (defined in SGPropertyNode)SGPropertyNode
getAliasTarget()SGPropertyNode
getAliasTarget() constSGPropertyNode
getAttribute(Attribute attr) constSGPropertyNodeinline
getAttributes() constSGPropertyNodeinline
getBoolValue() constSGPropertyNode
getBoolValue(const char *relative_path, bool defaultValue=false) constSGPropertyNode
getBoolValue(const std::string &relative_path, bool defaultValue=false) constSGPropertyNodeinline
getChild(int position)SGPropertyNode
getChild(int position) constSGPropertyNode
getChild(const char *name, int index=0, bool create=false)SGPropertyNode
getChild(const std::string &name, int index=0, bool create=false) (defined in SGPropertyNode)SGPropertyNode
getChild(const char *name, int index=0) constSGPropertyNode
getChild(const std::string &name, int index=0) constSGPropertyNodeinline
getChildren(const char *name) constSGPropertyNode
getChildren(const std::string &name) constSGPropertyNodeinline
getChildValues(const std::string &name) constSGPropertyNode
getChildValues(const std::string &name) constSGPropertyNodeinline
getDisplayName(bool simplify=false) constSGPropertyNode
getDoubleValue() constSGPropertyNode
getDoubleValue(const char *relative_path, double defaultValue=0.0) constSGPropertyNode
getDoubleValue(const std::string &relative_path, double defaultValue=0.0) constSGPropertyNodeinline
getFloatValue() constSGPropertyNode
getFloatValue(const char *relative_path, float defaultValue=0.0f) constSGPropertyNode
getFloatValue(const std::string &relative_path, float defaultValue=0.0f) constSGPropertyNodeinline
getIndex() constSGPropertyNodeinline
getIntValue() constSGPropertyNode
getIntValue(const char *relative_path, int defaultValue=0) constSGPropertyNode
getIntValue(const std::string &relative_path, int defaultValue=0) constSGPropertyNodeinline
getLongValue() constSGPropertyNode
getLongValue(const char *relative_path, long defaultValue=0L) constSGPropertyNode
getLongValue(const std::string &relative_path, long defaultValue=0L) constSGPropertyNodeinline
getNameString() constSGPropertyNodeinline
getNode(const char *relative_path, bool create=false)SGPropertyNode
getNode(const std::string &relative_path, bool create=false)SGPropertyNodeinline
getNode(const char *relative_path, int index, bool create=false)SGPropertyNode
getNode(const std::string &relative_path, int index, bool create=false)SGPropertyNodeinline
getNode(const char *relative_path) constSGPropertyNode
getNode(const std::string &relative_path) constSGPropertyNodeinline
getNode(const char *relative_path, int index) constSGPropertyNode
getNode(const std::string &relative_path, int index) constSGPropertyNodeinline
getParent()SGPropertyNodeinline
getParent() constSGPropertyNodeinline
getPath(bool simplify=false) constSGPropertyNode
getRootNode()SGPropertyNode
getRootNode() constSGPropertyNode
getStringValue() constSGPropertyNode
getStringValue(const char *relative_path, const char *defaultValue="") constSGPropertyNode
getStringValue(const std::string &relative_path, const char *defaultValue="") constSGPropertyNodeinline
getType() constSGPropertyNode
getType(const char *relative_path) constSGPropertyNode
getType(const std::string &relative_path) constSGPropertyNodeinline
getValue(typename boost::enable_if_c< simgear::props::PropertyTraits< T >::Internal > ::type *dummy=0) constSGPropertyNode
getValue(typename boost::disable_if_c< simgear::props::PropertyTraits< T >::Internal > ::type *dummy=0) const (defined in SGPropertyNode)SGPropertyNode
getValue(typename boost::disable_if_c< simgear::props ::PropertyTraits< T >::Internal >::type *dummy) const (defined in SGPropertyNode)SGPropertyNode
getValue(typename boost::enable_if_c< simgear::props ::PropertyTraits< T >::Internal >::type *dummy) const (defined in SGPropertyNode)SGPropertyNodeinline
hasChild(const char *name, int index=0) constSGPropertyNodeinline
hasChild(const std::string &name, int index=0) constSGPropertyNodeinline
hash_value (defined in SGPropertyNode)SGPropertyNodefriend
hasValue() constSGPropertyNodeinline
hasValue(const char *relative_path) constSGPropertyNode
hasValue(const std::string &relative_path) constSGPropertyNodeinline
int_val (defined in SGPropertyNode)SGPropertyNode
isAlias() constSGPropertyNodeinline
isTied() constSGPropertyNodeinline
isTied(const char *relative_path) constSGPropertyNode
isTied(const std::string &relative_path) constSGPropertyNodeinline
LAST_USED_ATTRIBUTESGPropertyNodestatic
long_val (defined in SGPropertyNode)SGPropertyNode
MAX_STRING_LEN enum value (defined in SGPropertyNode)SGPropertyNode
nChildren() constSGPropertyNodeinline
nListeners() constSGPropertyNodeinline
NO_ATTR enum value (defined in SGPropertyNode)SGPropertyNode
PRESERVE enum value (defined in SGPropertyNode)SGPropertyNode
printOn(std::ostream &stream) constSGPropertyNode
READ enum value (defined in SGPropertyNode)SGPropertyNode
removeAllChildren()SGPropertyNode
removeChangeListener(SGPropertyChangeListener *listener)SGPropertyNode
removeChild(SGPropertyNode *node)SGPropertyNode
removeChild(int pos)SGPropertyNode
removeChild(const char *name, int index=0)SGPropertyNode
removeChild(const std::string &name, int index=0)SGPropertyNodeinline
removeChildren(const char *name)SGPropertyNode
removeChildren(const std::string &name)SGPropertyNodeinline
REMOVED enum value (defined in SGPropertyNode)SGPropertyNode
setAttribute(Attribute attr, bool state)SGPropertyNodeinline
setAttributes(int attr)SGPropertyNodeinline
setBoolValue(bool value)SGPropertyNode
setBoolValue(const char *relative_path, bool value)SGPropertyNode
setBoolValue(const std::string &relative_path, bool value)SGPropertyNodeinline
setDoubleValue(double value)SGPropertyNode
setDoubleValue(const char *relative_path, double value)SGPropertyNode
setDoubleValue(const std::string &relative_path, double value)SGPropertyNodeinline
setFloatValue(float value)SGPropertyNode
setFloatValue(const char *relative_path, float value)SGPropertyNode
setFloatValue(const std::string &relative_path, float value)SGPropertyNodeinline
setIntValue(int value)SGPropertyNode
setIntValue(const char *relative_path, int value)SGPropertyNode
setIntValue(const std::string &relative_path, int value)SGPropertyNodeinline
setLongValue(long value)SGPropertyNode
setLongValue(const char *relative_path, long value)SGPropertyNode
setLongValue(const std::string &relative_path, long value)SGPropertyNodeinline
setStringValue(const char *value)SGPropertyNode
setStringValue(const std::string &value)SGPropertyNodeinline
setStringValue(const char *relative_path, const char *value)SGPropertyNode
setStringValue(const char *relative_path, const std::string &value) (defined in SGPropertyNode)SGPropertyNodeinline
setStringValue(const std::string &relative_path, const char *value)SGPropertyNodeinline
setStringValue(const std::string &relative_path, const std::string &value) (defined in SGPropertyNode)SGPropertyNodeinline
setUnspecifiedValue(const char *value)SGPropertyNode
setUnspecifiedValue(const char *relative_path, const char *value)SGPropertyNode
setValue(const T &val, typename boost::enable_if_c< simgear::props::PropertyTraits< T >::Internal > ::type *dummy=0) (defined in SGPropertyNode)SGPropertyNode
setValue(const T &val, typename boost::disable_if_c< simgear::props::PropertyTraits< T >::Internal > ::type *dummy=0) (defined in SGPropertyNode)SGPropertyNode
setValue(const char(&val)[N]) (defined in SGPropertyNode)SGPropertyNodeinline
setValue(const T &val, typename boost::disable_if_c< simgear::props ::PropertyTraits< T >::Internal >::type *dummy) (defined in SGPropertyNode)SGPropertyNode
setValue(const T &val, typename boost::enable_if_c< simgear::props ::PropertyTraits< T >::Internal >::type *dummy) (defined in SGPropertyNode)SGPropertyNodeinline
setValueReadOnly(const std::string &relative_path, const T &value)SGPropertyNodeinline
SGPropertyNode()SGPropertyNode
SGPropertyNode(const SGPropertyNode &node)SGPropertyNode
SGPropertyNode(const std::string &name, int index, SGPropertyNode *parent)SGPropertyNodeprotected
SGPropertyNode(Itr begin, Itr end, int index, SGPropertyNode *parent) (defined in SGPropertyNode)SGPropertyNodeprotected
string_val (defined in SGPropertyNode)SGPropertyNode
tie(const SGRawValue< T > &rawValue, bool useDefault=true)SGPropertyNode
tie(const char *relative_path, const SGRawValue< bool > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< bool > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const char *relative_path, const SGRawValue< int > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< int > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const char *relative_path, const SGRawValue< long > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< long > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const char *relative_path, const SGRawValue< float > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< float > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const char *relative_path, const SGRawValue< double > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< double > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const char *relative_path, const SGRawValue< const char * > &rawValue, bool useDefault=true)SGPropertyNode
tie(const std::string &relative_path, const SGRawValue< const char * > &rawValue, bool useDefault=true)SGPropertyNodeinline
tie(const SGRawValue< const char * > &rawValue, bool useDefault) (defined in SGPropertyNode)SGPropertyNode
TRACE_READ enum value (defined in SGPropertyNode)SGPropertyNode
TRACE_WRITE enum value (defined in SGPropertyNode)SGPropertyNode
unalias()SGPropertyNode
untie()SGPropertyNode
untie(const char *relative_path)SGPropertyNode
untie(const std::string &relative_path)SGPropertyNodeinline
USERARCHIVE enum value (defined in SGPropertyNode)SGPropertyNode
val (defined in SGPropertyNode)SGPropertyNode
WRITE enum value (defined in SGPropertyNode)SGPropertyNode
~SGPropertyNode()SGPropertyNodevirtual