Trait atk::prelude::ObjectFactoryExt[][src]

pub trait ObjectFactoryExt: 'static {
    fn create_accessible<P: IsA<Object>>(&self, obj: &P) -> Option<Object>;
fn get_accessible_type(&self) -> Type;
fn invalidate(&self); }

Required methods

fn create_accessible<P: IsA<Object>>(&self, obj: &P) -> Option<Object>[src]

fn get_accessible_type(&self) -> Type[src]

fn invalidate(&self)[src]

Loading content...

Implementors

impl<O: IsA<ObjectFactory>> ObjectFactoryExt for O[src]

Loading content...