Public Types | |
typedef QList< NodePtr > | ChildList |
typedef QMap< QString, NodePtr > | ChildMap |
Public Member Functions | |
void | deleteData () |
Node () | |
void | setType (Config::Type new_type) |
~Node () | |
Public Attributes | |
union { | |
ChildList * list | |
ChildMap * map | |
QVariant * value | |
} | data_ |
Config::Type | type_ |
Definition at line 41 of file config.cpp.
typedef QList<NodePtr> rviz::Config::Node::ChildList |
Definition at line 51 of file config.cpp.
typedef QMap<QString, NodePtr> rviz::Config::Node::ChildMap |
Definition at line 50 of file config.cpp.
Definition at line 62 of file config.cpp.
Definition at line 68 of file config.cpp.
void rviz::Config::Node::deleteData | ( | ) |
Definition at line 73 of file config.cpp.
void rviz::Config::Node::setType | ( | Config::Type | new_type | ) |
Definition at line 86 of file config.cpp.
union { ... } rviz::Config::Node::data_ |
Definition at line 57 of file config.cpp.
Definition at line 56 of file config.cpp.
Definition at line 53 of file config.cpp.
QVariant* rviz::Config::Node::value |
Definition at line 58 of file config.cpp.