ArvGcSelector

ArvGcSelector — Selector interface

Functions

Types and Values

Object Hierarchy

    GInterface
    ╰── ArvGcSelector

Prerequisites

ArvGcSelector requires GObject.

Known Implementations

ArvGcSelector is implemented by ArvGcEnumeration, ArvGcIntRegNode, ArvGcIntegerNode and ArvGcMaskedIntRegNode.

Description

Functions

arv_gc_selector_get_selected_features ()

const GSList *
arv_gc_selector_get_selected_features (ArvGcSelector *gc_selector);

Parameters

gc_selector

a ArvGcSelector

 

Returns

a list of selected ArvGcFeatureNode.

[element-type ArvGcFeatureNode][transfer none]

Since: 0.8.0


arv_gc_selector_is_selector ()

gboolean
arv_gc_selector_is_selector (ArvGcSelector *gc_selector);

Parameters

gc_selector

a ArvGcSelector

 

Returns

TRUE if this node is a selector, i.e. it has pSelected childs.

Since: 0.8.0

Types and Values

ArvGcSelector

typedef struct _ArvGcSelector ArvGcSelector;