Class
AravisGcPropertyNode
Description [src]
class Aravis.GcPropertyNode : Aravis.GcNode {
parent_instance: ArvGcNode
}
ArvGcPropertyNode
provides a base class for the implementation of the different
types of Genicam property nodes (Value, pValue, Endianness…).
Ancestors
- ArvGcNode
- ArvDomElement
- ArvDomNode
- GObject
Constructors
arv_gc_property_node_new_access_mode
arv_gc_property_node_new_address
arv_gc_property_node_new_bit
arv_gc_property_node_new_cachable
arv_gc_property_node_new_chunk_id
arv_gc_property_node_new_command_value
arv_gc_property_node_new_constant
arv_gc_property_node_new_description
arv_gc_property_node_new_display_name
arv_gc_property_node_new_display_notation
arv_gc_property_node_new_display_precision
arv_gc_property_node_new_endianness
arv_gc_property_node_new_event_id
arv_gc_property_node_new_expression
arv_gc_property_node_new_formula
arv_gc_property_node_new_formula_from
arv_gc_property_node_new_formula_to
arv_gc_property_node_new_imposed_access_mode
arv_gc_property_node_new_increment
arv_gc_property_node_new_is_deprecated
arv_gc_property_node_new_is_linear
arv_gc_property_node_new_length
arv_gc_property_node_new_lsb
arv_gc_property_node_new_maximum
arv_gc_property_node_new_minimum
arv_gc_property_node_new_msb
arv_gc_property_node_new_off_value
arv_gc_property_node_new_on_value
arv_gc_property_node_new_p_address
arv_gc_property_node_new_p_alias
arv_gc_property_node_new_p_cast_alias
arv_gc_property_node_new_p_command_value
arv_gc_property_node_new_p_feature
arv_gc_property_node_new_p_increment
arv_gc_property_node_new_p_is_available
arv_gc_property_node_new_p_is_implemented
arv_gc_property_node_new_p_is_locked
arv_gc_property_node_new_p_length
arv_gc_property_node_new_p_maximum
arv_gc_property_node_new_p_minimum
arv_gc_property_node_new_p_port
arv_gc_property_node_new_p_selected
arv_gc_property_node_new_p_value
arv_gc_property_node_new_p_value_default
arv_gc_property_node_new_p_variable
arv_gc_property_node_new_polling_time
arv_gc_property_node_new_representation
arv_gc_property_node_new_sign
arv_gc_property_node_new_slope
arv_gc_property_node_new_streamable
arv_gc_property_node_new_tooltip
arv_gc_property_node_new_unit
arv_gc_property_node_new_value
arv_gc_property_node_new_value_default
arv_gc_property_node_new_visibility
Instance methods
arv_gc_property_node_get_access_mode
arv_gc_property_node_get_cachable
arv_gc_property_node_get_display_notation
arv_gc_property_node_get_display_precision
arv_gc_property_node_get_double
arv_gc_property_node_get_endianness
arv_gc_property_node_get_int64
arv_gc_property_node_get_linked_node
arv_gc_property_node_get_lsb
arv_gc_property_node_get_msb
arv_gc_property_node_get_node_type
arv_gc_property_node_get_representation
arv_gc_property_node_get_sign
arv_gc_property_node_get_streamable
arv_gc_property_node_get_string
arv_gc_property_node_get_visibility
arv_gc_property_node_set_double
arv_gc_property_node_set_int64
arv_gc_property_node_set_string
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
arv_dom_element_get_tag_name
arv_dom_element_set_attribute
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
arv_dom_node_get_child_nodes
arv_dom_node_get_first_child
arv_dom_node_get_last_child
arv_dom_node_get_next_sibling
arv_dom_node_get_node_name
Gets the node name.
arv_dom_node_get_node_type
arv_dom_node_get_node_value
Gets the node value.
arv_dom_node_get_owner_document
arv_dom_node_get_parent_node
Get the parent node of self
.
arv_dom_node_get_previous_sibling
arv_dom_node_has_child_nodes
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.