A class used in the implementation of the GtkConfigStore. More...
#include "model-node-creator.h"
 Collaboration diagram for ns3::ModelNode:
 Collaboration diagram for ns3::ModelNode:| Public Types | |
| enum | { NODE_ATTRIBUTE, NODE_POINTER, NODE_VECTOR, NODE_VECTOR_ITEM, NODE_OBJECT } | 
| Public Attributes | |
| uint32_t | index | 
| index  More... | |
| std::string | name | 
| node name  More... | |
| Ptr< Object > | object | 
| the object  More... | |
| enum ns3::ModelNode:: { ... } | type | 
| node type  More... | |
A class used in the implementation of the GtkConfigStore.
Definition at line 35 of file model-node-creator.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| NODE_ATTRIBUTE | |
| NODE_POINTER | |
| NODE_VECTOR | |
| NODE_VECTOR_ITEM | |
| NODE_OBJECT | |
Definition at line 42 of file model-node-creator.h.
| uint32_t ns3::ModelNode::index | 
index
Definition at line 57 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0(), and ns3::ModelCreator::DoStartVisitArrayItem().
| std::string ns3::ModelNode::name | 
node name
Definition at line 55 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), ns3::cell_tooltip_callback(), ns3::ModelCreator::DoStartVisitArrayAttribute(), ns3::ModelCreator::DoStartVisitPointerAttribute(), and ns3::ModelCreator::DoVisitAttribute().
the object
Definition at line 56 of file model-node-creator.h.
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), ns3::cell_tooltip_callback(), ns3::ModelCreator::DoStartVisitArrayAttribute(), ns3::ModelCreator::DoStartVisitArrayItem(), ns3::ModelCreator::DoStartVisitObject(), ns3::ModelCreator::DoStartVisitPointerAttribute(), and ns3::ModelCreator::DoVisitAttribute().
| enum { ... } ns3::ModelNode::type | 
node type
Referenced by ns3::cell_data_function_col_0(), ns3::cell_data_function_col_1(), ns3::cell_edited_callback(), ns3::cell_tooltip_callback(), ns3::ModelCreator::DoStartVisitArrayAttribute(), ns3::ModelCreator::DoStartVisitArrayItem(), ns3::ModelCreator::DoStartVisitObject(), ns3::ModelCreator::DoStartVisitPointerAttribute(), and ns3::ModelCreator::DoVisitAttribute().