gstreamer_editing_services::subclass::prelude

Trait ChildProxyImplExt

Source
pub trait ChildProxyImplExt: ChildProxyImpl {
    // Provided methods
    fn parent_child_by_name(&self, name: &str) -> Option<Object> { ... }
    fn parent_child_by_index(&self, index: u32) -> Option<Object> { ... }
    fn parent_children_count(&self) -> u32 { ... }
    fn parent_child_added(&self, child: &Object, name: &str) { ... }
    fn parent_child_removed(&self, child: &Object, name: &str) { ... }
}

Provided Methods§

Source

fn parent_child_by_name(&self, name: &str) -> Option<Object>

Source

fn parent_child_by_index(&self, index: u32) -> Option<Object>

Source

fn parent_children_count(&self) -> u32

Source

fn parent_child_added(&self, child: &Object, name: &str)

Source

fn parent_child_removed(&self, child: &Object, name: &str)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§