![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
This is the complete list of members for SGPropertyNode, including all inherited members.
| _interpolation_mgr (defined in SGPropertyNode) | SGPropertyNode | protectedstatic |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| ARCHIVE enum value (defined in SGPropertyNode) | SGPropertyNode | |
| Attribute enum name | SGPropertyNode | |
| bool_val (defined in SGPropertyNode) | SGPropertyNode | |
| clearValue() | SGPropertyNode | |
| compare(const SGPropertyNode &lhs, const SGPropertyNode &rhs) | SGPropertyNode | static |
| double_val (defined in SGPropertyNode) | SGPropertyNode | |
| eraseChild(simgear::PropertyList::iterator child) (defined in SGPropertyNode) | SGPropertyNode | protected |
| find_node_aux (defined in SGPropertyNode) | SGPropertyNode | friend |
| fireChildAdded(SGPropertyNode *child) | SGPropertyNode | |
| fireChildAdded(SGPropertyNode *parent, SGPropertyNode *child) (defined in SGPropertyNode) | SGPropertyNode | protected |
| fireChildRemoved(SGPropertyNode *child) | SGPropertyNode | |
| fireChildRemoved(SGPropertyNode *parent, SGPropertyNode *child) (defined in SGPropertyNode) | SGPropertyNode | protected |
| fireChildrenRemovedRecursive() | SGPropertyNode | |
| fireCreatedRecursive(bool fire_self=false) | SGPropertyNode | |
| fireValueChanged() | SGPropertyNode | |
| fireValueChanged(SGPropertyNode *node) (defined in SGPropertyNode) | SGPropertyNode | protected |
| float_val (defined in SGPropertyNode) | SGPropertyNode | |
| getAliasTarget() | SGPropertyNode | |
| getAliasTarget() const | SGPropertyNode | |
| getAttribute(Attribute attr) const | SGPropertyNode | inline |
| getAttributes() const | SGPropertyNode | inline |
| getBoolValue() const | SGPropertyNode | |
| getBoolValue(const char *relative_path, bool defaultValue=false) const | SGPropertyNode | |
| getBoolValue(const std::string &relative_path, bool defaultValue=false) const | SGPropertyNode | inline |
| getChild(int position) | SGPropertyNode | |
| getChild(int position) const | SGPropertyNode | |
| 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) const | SGPropertyNode | |
| getChild(const std::string &name, int index=0) const | SGPropertyNode | inline |
| getChildren(const char *name) const | SGPropertyNode | |
| getChildren(const std::string &name) const | SGPropertyNode | inline |
| getChildValues(const std::string &name) const | SGPropertyNode | |
| getChildValues(const std::string &name) const | SGPropertyNode | inline |
| getDisplayName(bool simplify=false) const | SGPropertyNode | |
| getDoubleValue() const | SGPropertyNode | |
| getDoubleValue(const char *relative_path, double defaultValue=0.0) const | SGPropertyNode | |
| getDoubleValue(const std::string &relative_path, double defaultValue=0.0) const | SGPropertyNode | inline |
| getFloatValue() const | SGPropertyNode | |
| getFloatValue(const char *relative_path, float defaultValue=0.0f) const | SGPropertyNode | |
| getFloatValue(const std::string &relative_path, float defaultValue=0.0f) const | SGPropertyNode | inline |
| getIndex() const | SGPropertyNode | inline |
| getIntValue() const | SGPropertyNode | |
| getIntValue(const char *relative_path, int defaultValue=0) const | SGPropertyNode | |
| getIntValue(const std::string &relative_path, int defaultValue=0) const | SGPropertyNode | inline |
| getLongValue() const | SGPropertyNode | |
| getLongValue(const char *relative_path, long defaultValue=0L) const | SGPropertyNode | |
| getLongValue(const std::string &relative_path, long defaultValue=0L) const | SGPropertyNode | inline |
| getNameString() const | SGPropertyNode | inline |
| getNode(const char *relative_path, bool create=false) | SGPropertyNode | |
| getNode(const std::string &relative_path, bool create=false) | SGPropertyNode | inline |
| getNode(const char *relative_path, int index, bool create=false) | SGPropertyNode | |
| getNode(const std::string &relative_path, int index, bool create=false) | SGPropertyNode | inline |
| getNode(const char *relative_path) const | SGPropertyNode | |
| getNode(const std::string &relative_path) const | SGPropertyNode | inline |
| getNode(const char *relative_path, int index) const | SGPropertyNode | |
| getNode(const std::string &relative_path, int index) const | SGPropertyNode | inline |
| getParent() | SGPropertyNode | inline |
| getParent() const | SGPropertyNode | inline |
| getPath(bool simplify=false) const | SGPropertyNode | |
| getRootNode() | SGPropertyNode | |
| getRootNode() const | SGPropertyNode | |
| getStringValue() const | SGPropertyNode | |
| getStringValue(const char *relative_path, const char *defaultValue="") const | SGPropertyNode | |
| getStringValue(const std::string &relative_path, const char *defaultValue="") const | SGPropertyNode | inline |
| getType() const | SGPropertyNode | |
| getType(const char *relative_path) const | SGPropertyNode | |
| getType(const std::string &relative_path) const | SGPropertyNode | inline |
| getValue(typename boost::enable_if_c< simgear::props::PropertyTraits< T >::Internal > ::type *dummy=0) const | SGPropertyNode | |
| 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) | SGPropertyNode | inline |
| hasChild(const char *name, int index=0) const | SGPropertyNode | inline |
| hasChild(const std::string &name, int index=0) const | SGPropertyNode | inline |
| hash_value (defined in SGPropertyNode) | SGPropertyNode | friend |
| hasValue() const | SGPropertyNode | inline |
| hasValue(const char *relative_path) const | SGPropertyNode | |
| hasValue(const std::string &relative_path) const | SGPropertyNode | inline |
| int_val (defined in SGPropertyNode) | SGPropertyNode | |
| isAlias() const | SGPropertyNode | inline |
| isTied() const | SGPropertyNode | inline |
| isTied(const char *relative_path) const | SGPropertyNode | |
| isTied(const std::string &relative_path) const | SGPropertyNode | inline |
| LAST_USED_ATTRIBUTE | SGPropertyNode | static |
| long_val (defined in SGPropertyNode) | SGPropertyNode | |
| MAX_STRING_LEN enum value (defined in SGPropertyNode) | SGPropertyNode | |
| nChildren() const | SGPropertyNode | inline |
| nListeners() const | SGPropertyNode | inline |
| NO_ATTR enum value (defined in SGPropertyNode) | SGPropertyNode | |
| PRESERVE enum value (defined in SGPropertyNode) | SGPropertyNode | |
| printOn(std::ostream &stream) const | SGPropertyNode | |
| 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) | SGPropertyNode | inline |
| removeChildren(const char *name) | SGPropertyNode | |
| removeChildren(const std::string &name) | SGPropertyNode | inline |
| REMOVED enum value (defined in SGPropertyNode) | SGPropertyNode | |
| setAttribute(Attribute attr, bool state) | SGPropertyNode | inline |
| setAttributes(int attr) | SGPropertyNode | inline |
| setBoolValue(bool value) | SGPropertyNode | |
| setBoolValue(const char *relative_path, bool value) | SGPropertyNode | |
| setBoolValue(const std::string &relative_path, bool value) | SGPropertyNode | inline |
| setDoubleValue(double value) | SGPropertyNode | |
| setDoubleValue(const char *relative_path, double value) | SGPropertyNode | |
| setDoubleValue(const std::string &relative_path, double value) | SGPropertyNode | inline |
| setFloatValue(float value) | SGPropertyNode | |
| setFloatValue(const char *relative_path, float value) | SGPropertyNode | |
| setFloatValue(const std::string &relative_path, float value) | SGPropertyNode | inline |
| setIntValue(int value) | SGPropertyNode | |
| setIntValue(const char *relative_path, int value) | SGPropertyNode | |
| setIntValue(const std::string &relative_path, int value) | SGPropertyNode | inline |
| setLongValue(long value) | SGPropertyNode | |
| setLongValue(const char *relative_path, long value) | SGPropertyNode | |
| setLongValue(const std::string &relative_path, long value) | SGPropertyNode | inline |
| setStringValue(const char *value) | SGPropertyNode | |
| setStringValue(const std::string &value) | SGPropertyNode | inline |
| setStringValue(const char *relative_path, const char *value) | SGPropertyNode | |
| setStringValue(const char *relative_path, const std::string &value) (defined in SGPropertyNode) | SGPropertyNode | inline |
| setStringValue(const std::string &relative_path, const char *value) | SGPropertyNode | inline |
| setStringValue(const std::string &relative_path, const std::string &value) (defined in SGPropertyNode) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| setValueReadOnly(const std::string &relative_path, const T &value) | SGPropertyNode | inline |
| SGPropertyNode() | SGPropertyNode | |
| SGPropertyNode(const SGPropertyNode &node) | SGPropertyNode | |
| SGPropertyNode(const std::string &name, int index, SGPropertyNode *parent) | SGPropertyNode | protected |
| SGPropertyNode(Itr begin, Itr end, int index, SGPropertyNode *parent) (defined in SGPropertyNode) | SGPropertyNode | protected |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| 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) | SGPropertyNode | inline |
| USERARCHIVE enum value (defined in SGPropertyNode) | SGPropertyNode | |
| val (defined in SGPropertyNode) | SGPropertyNode | |
| WRITE enum value (defined in SGPropertyNode) | SGPropertyNode | |
| ~SGPropertyNode() | SGPropertyNode | virtual |