[][src]Trait aravis::GcSelectorExt

pub trait GcSelectorExt: 'static {
    fn get_selected_features(&self) -> Vec<GcFeatureNode>;
fn is_selector(&self) -> bool; }

Required methods

fn get_selected_features(&self) -> Vec<GcFeatureNode>

Returns

a list of selected GcFeatureNode

fn is_selector(&self) -> bool

Returns

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

Loading content...

Implementors

impl<O: IsA<GcSelector>> GcSelectorExt for O[src]

Loading content...