Class
AravisEvaluator
Constructors
arv_evaluator_new
Creates a new ArvEvaluator
object. The syntax is described in the genicam standard specification.
Instance methods
arv_evaluator_set_constant
Assign a string to a constant. If constant
== NULL
, the constant previously assigned to name
will be removed.
since: 0.6.0
arv_evaluator_set_sub_expression
Assign a formula to a sub-expression. If expression
== NULL
, the sub-expression previously assigned to name
will be removed.
A sub-expression may not reference another sub-expression.
since: 0.6.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.