Top | ![]() |
![]() |
![]() |
![]() |
VisuNodeValuesTypeVisuNodeValuesType — define a VisuNodeValues object to access node typeinates. |
VisuNodeValuesType *
visu_node_values_type_new (VisuNodeArray *array
);
Create a VisuNodeValues object to handle typeinates of nodes.
Since: 3.8
VisuElement * visu_node_values_type_getAt (const VisuNodeValuesType *vect
,const VisuNode *node
);
Retrieves the type hosted on node
.
Since: 3.8
gboolean visu_node_values_type_setAt (VisuNodeValuesType *vect
,const VisuNode *node
,VisuElement *element
);
Changes the type hosted at node
for element
. This will change
node
and its location. node
is not valid anymore after a call to
this function.
Since: 3.8
struct VisuNodeValuesTypeClass { VisuNodeValuesClass parent; };
Common name to refer to a _VisuNodeValuesTypeClass.