Class
AravisGcFeatureNode
since: 0.8
Description [src]
abstract class Aravis.GcFeatureNode : Aravis.GcNode
{
/* No available fields */
}
ArvGcFeatureNode
provides a base class for the implementation of the different
types of Genicam feature node (Group, Integer, Float, Enumeration…).
Available since: 0.8
Instance methods
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_imposed_access_mode
Gets feature node imposed access mode property.
since: 0.8.0
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.
since: 0.8
Methods inherited from ArvGcNode (1)
Methods inherited from ArvDomElement (3)
arv_dom_element_get_attribute
since: 0.8
arv_dom_element_get_tag_name
since: 0.8
arv_dom_element_set_attribute
since: 0.8
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.
since: 0.8
arv_dom_node_changed
since: 0.8
arv_dom_node_get_child_nodes
since: 0.8
arv_dom_node_get_first_child
since: 0.8
arv_dom_node_get_last_child
since: 0.8
arv_dom_node_get_next_sibling
since: 0.8
arv_dom_node_get_node_name
Gets the node name.
since: 0.8
arv_dom_node_get_node_type
since: 0.8
arv_dom_node_get_node_value
Gets the node value.
since: 0.8
arv_dom_node_get_owner_document
since: 0.8
arv_dom_node_get_parent_node
Get the parent node of self
.
since: 0.8
arv_dom_node_get_previous_sibling
since: 0.8
arv_dom_node_has_child_nodes
since: 0.8
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.
since: 0.8
arv_dom_node_remove_child
Removes the child node indicated by old_child
from the list of children, and returns it.
since: 0.8
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.
since: 0.8
arv_dom_node_set_node_value
since: 0.8
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.
unstable since: 2.0
Class structure
struct AravisGcFeatureNodeClass {
ArvGcNodeClass parent_class;
ArvGcFeatureNode* (* get_linked_feature) (
ArvGcFeatureNode* gc_feature_node
);
ArvGcAccessMode (* get_access_mode) (
ArvGcFeatureNode* gc_feature_node
);
ArvGcAccessMode default_access_mode;
}
Class members
parent_class: ArvGcNodeClass
- No description available.
get_linked_feature: ArvGcFeatureNode* (* get_linked_feature) ( ArvGcFeatureNode* gc_feature_node )
- No description available.
get_access_mode: ArvGcAccessMode (* get_access_mode) ( ArvGcFeatureNode* gc_feature_node )
- No description available.
default_access_mode: ArvGcAccessMode
- No description available.