A class used in the implementation of the GtkConfigStore. More...
#include "model-node-creator.h"
Public Types | |
| enum | {  NODE_ATTRIBUTE , NODE_POINTER , NODE_VECTOR , NODE_VECTOR_ITEM , NODE_OBJECT }  | 
| node type structure  More... | |
Public Attributes | |
| uint32_t | index | 
| index   | |
| std::string | name | 
| node name   | |
| Ptr< Object > | object | 
| the object   | |
| enum ns3::ModelNode:: { ... } | type | 
| node type structure   | |
A class used in the implementation of the GtkConfigStore.
Definition at line 25 of file model-node-creator.h.
| anonymous enum | 
node type structure
| Enumerator | |
|---|---|
| NODE_ATTRIBUTE | |
| NODE_POINTER | |
| NODE_VECTOR | |
| NODE_VECTOR_ITEM | |
| NODE_OBJECT | |
Definition at line 30 of file model-node-creator.h.
| uint32_t ns3::ModelNode::index | 
index
Definition at line 46 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0().
| std::string ns3::ModelNode::name | 
node name
Definition at line 44 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), and ns3::cell_tooltip_callback().
the object
Definition at line 45 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), and ns3::cell_tooltip_callback().
| enum { ... } ns3::ModelNode::type | 
node type structure
node type
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), and ns3::cell_tooltip_callback().