Trait gtk4::prelude::TreeModelSortExt

source ·
pub trait TreeModelSortExt: IsA<TreeModelSort> + Sealed + 'static {
    // Provided methods
    fn clear_cache(&self) { ... }
    fn convert_child_iter_to_iter(
        &self,
        child_iter: &TreeIter
    ) -> Option<TreeIter> { ... }
    fn convert_child_path_to_path(
        &self,
        child_path: &TreePath
    ) -> Option<TreePath> { ... }
    fn convert_iter_to_child_iter(&self, sorted_iter: &TreeIter) -> TreeIter { ... }
    fn convert_path_to_child_path(
        &self,
        sorted_path: &TreePath
    ) -> Option<TreePath> { ... }
    fn model(&self) -> TreeModel { ... }
    fn iter_is_valid(&self, iter: &TreeIter) -> bool { ... }
    fn reset_default_sort_func(&self) { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn clear_cache(&self)

👎Deprecated: Since 4.10
source

fn convert_child_iter_to_iter(&self, child_iter: &TreeIter) -> Option<TreeIter>

👎Deprecated: Since 4.10
source

fn convert_child_path_to_path(&self, child_path: &TreePath) -> Option<TreePath>

👎Deprecated: Since 4.10
source

fn convert_iter_to_child_iter(&self, sorted_iter: &TreeIter) -> TreeIter

👎Deprecated: Since 4.10
source

fn convert_path_to_child_path(&self, sorted_path: &TreePath) -> Option<TreePath>

👎Deprecated: Since 4.10
source

fn model(&self) -> TreeModel

👎Deprecated: Since 4.10
source

fn iter_is_valid(&self, iter: &TreeIter) -> bool

👎Deprecated: Since 4.10
source

fn reset_default_sort_func(&self)

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§