| V_Sim API - Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
void extraNodeAdd_label (VisuData *data); void extraNodeSet_label (VisuData *data,unsigned int nodeId,const gchar *label); const gchar* extraNodeGet_label (VisuData *data,VisuNode *node);
void extraNodeAdd_label (VisuData *data);
Add the possibility to store labels for nodes.
|
a VisuData object. |
void extraNodeSet_label (VisuData *data,unsigned int nodeId,const gchar *label);
Set a label to the node nodeId.
|
a VisuData object. |
|
the id of a node. |
|
the label to set (will be copied). |