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 More... | |
std::string | name |
node name More... | |
Ptr< Object > | object |
the object More... | |
enum ns3::ModelNode:: { ... } | type |
node type structure More... | |
A class used in the implementation of the GtkConfigStore.
Definition at line 36 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 41 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().
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(), and ns3::cell_tooltip_callback().
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(), 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().