Top |
double | arv_gc_float_get_value () |
void | arv_gc_float_set_value () |
double | arv_gc_float_get_min () |
double | arv_gc_float_get_max () |
double | arv_gc_float_get_inc () |
ArvGcRepresentation | arv_gc_float_get_representation () |
const char * | arv_gc_float_get_unit () |
ArvGcDisplayNotation | arv_gc_float_get_display_notation () |
gint64 | arv_gc_float_get_display_precision () |
void | arv_gc_float_impose_min () |
void | arv_gc_float_impose_max () |
ArvGcFloat is implemented by ArvGcConverterNode, ArvGcFloatNode, ArvGcFloatRegNode and ArvGcSwissKnifeNode.
void arv_gc_float_set_value (ArvGcFloat *gc_float
,double value
,GError **error
);
ArvGcRepresentation
arv_gc_float_get_representation (ArvGcFloat *gc_float
);
Get number representation format.
ArvGcDisplayNotation
arv_gc_float_get_display_notation (ArvGcFloat *gc_float
);
Get number display notation.
Since: 0.8.0
gint64
arv_gc_float_get_display_precision (ArvGcFloat *gc_float
);
Gets number of digits to show in user interface. This number should always be positive and represent total number of digits on left and right side of decimal.
Since: 0.8.0
void arv_gc_float_impose_min (ArvGcFloat *gc_float
,double minimum
,GError **error
);
void arv_gc_float_impose_max (ArvGcFloat *gc_float
,double maximum
,GError **error
);