Top | ![]() |
![]() |
![]() |
![]() |
VisuNodeValuesStringVisuNodeValuesString — define a VisuNodeValues object to handle strings. |
Defines a VisuNodeValues object to store strings on every nodes and get notification for them.
VisuNodeValuesString * visu_node_values_string_new (VisuNodeArray *arr
,const gchar *label
);
Create a new string field located on nodes.
Since: 3.8
const gchar * visu_node_values_string_getAt (VisuNodeValuesString *vect
,const VisuNode *node
);
Retrieves the float array hosted on node
.
Since: 3.8
gboolean visu_node_values_string_setAt (VisuNodeValuesString *vect
,const VisuNode *node
,const gchar *str
);
Changes the string hosted at node
for one of defined by str
.
Since: 3.8
struct VisuNodeValuesString;
Common name to refer to a _VisuNodeValuesString.
struct VisuNodeValuesStringClass { VisuNodeValuesClass parent; };
Common name to refer to a _VisuNodeValuesStringClass.