[]Trait libhandy4::subclass::prelude::ListModelImpl

pub trait ListModelImpl: ObjectImpl {
    pub fn get_item_type(&self, list_model: &Self::Type) -> Type;
pub fn get_n_items(&self, list_model: &Self::Type) -> u32;
pub fn get_item(
        &self,
        list_model: &Self::Type,
        position: u32
    ) -> Option<Object>; }

Required methods

pub fn get_item_type(&self, list_model: &Self::Type) -> Type

pub fn get_n_items(&self, list_model: &Self::Type) -> u32

pub fn get_item(&self, list_model: &Self::Type, position: u32) -> Option<Object>

Loading content...

Implementors

Loading content...