Class

AravisGcIntRegNode

Description

class Aravis.GcIntRegNode : Aravis.GcRegisterNode
  implements Aravis.GcInteger, Aravis.GcRegister, Aravis.GcSelector {
  /* No available fields */
}

No description available.

Constructors

arv_gc_int_reg_node_new
No description available.

since: 0.8.0

Instance methods

Methods inherited from ArvGcFeatureNode (13)
arv_gc_feature_node_get_actual_access_mode

Gets feature node allowed access mode. This is a combination of Genicam ImposedAccessMode and AccessMode properties of underlying features and registers.

since: 0.8.0

arv_gc_feature_node_get_description
No description available.

arv_gc_feature_node_get_display_name
No description available.

arv_gc_feature_node_get_imposed_access_mode

Gets feature node imposed access mode property.

since: 0.8.0

arv_gc_feature_node_get_name
No description available.

arv_gc_feature_node_get_name_space

Get feature name space.

since: 0.8.0

arv_gc_feature_node_get_tooltip
No description available.

arv_gc_feature_node_get_value_as_string

Retrieve the node value a string.

arv_gc_feature_node_get_visibility
No description available.

arv_gc_feature_node_is_available
No description available.

arv_gc_feature_node_is_implemented
No description available.

arv_gc_feature_node_is_locked
No description available.

arv_gc_feature_node_set_value_from_string

Set the node value using a string representation of the value. May not be applicable to every node type, but safe.

Methods inherited from ArvGcNode (1)
arv_gc_node_get_genicam

Retrieves the parent genicam document of gc_node.

Methods inherited from ArvDomElement (3)
arv_dom_element_get_attribute
No description available.

arv_dom_element_get_tag_name
No description available.

arv_dom_element_set_attribute
No description available.

Methods inherited from ArvDomNode (17)
arv_dom_node_append_child

Adds the node new_child to the end of the list of children of this node. If the new_child is already in the tree, it is first removed.

arv_dom_node_changed
No description available.

arv_dom_node_get_child_nodes
No description available.

arv_dom_node_get_first_child
No description available.

arv_dom_node_get_last_child
No description available.

arv_dom_node_get_next_sibling
No description available.

arv_dom_node_get_node_name

Gets the node name.

arv_dom_node_get_node_type
No description available.

arv_dom_node_get_node_value

Gets the node value.

arv_dom_node_get_owner_document
No description available.

arv_dom_node_get_parent_node

Get the parent node of self.

arv_dom_node_get_previous_sibling
No description available.

arv_dom_node_has_child_nodes
No description available.

arv_dom_node_insert_before

Inserts the node new_child before the existing child node ref_child. If ref_child is null, insert new_child at the end of the list of children. If the new_child is already in the tree, it is first removed.

arv_dom_node_remove_child

Removes the child node indicated by old_child from the list of children, and returns it.

arv_dom_node_replace_child

Replaces the child node old_child with new_child in the list of children, and returns the old_child node. If the new_child is already in the tree, it is first removed.

arv_dom_node_set_node_value
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from ArvGcInteger (9)
arv_gc_integer_get_inc
No description available.

arv_gc_integer_get_max
No description available.

arv_gc_integer_get_min
No description available.

arv_gc_integer_get_representation

Get number representation format.

arv_gc_integer_get_unit
No description available.

arv_gc_integer_get_value
No description available.

arv_gc_integer_impose_max
No description available.

arv_gc_integer_impose_min
No description available.

arv_gc_integer_set_value
No description available.

Methods inherited from ArvGcRegister (5)
arv_gc_register_dup
No description available.

since: 0.8.31

arv_gc_register_get
No description available.

arv_gc_register_get_address
No description available.

arv_gc_register_get_length
No description available.

arv_gc_register_set
No description available.

Methods inherited from ArvGcSelector (2)
arv_gc_selector_get_selected_features
No description available.

since: 0.8.0

arv_gc_selector_is_selector
No description available.

since: 0.8.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.

Class structure

struct AravisGcIntRegNodeClass {
  ArvGcRegisterNodeClass parent_class;
  
}

No description available.

Class members
parent_class: ArvGcRegisterNodeClass

No description available.