Home
last modified time | relevance | path

Searched refs:TreeModelFilter (Results 1 – 25 of 143) sorted by relevance

123456

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtreemodelfilter.cc33 …Gtk::TreeModelFilter::SlotVisible* the_slot = static_cast<Gtk::TreeModelFilter::SlotVisible*>(data… in SignalProxy_Visible_gtk_callback()
55 Gtk::TreeModelFilter::SlotModify* the_slot = static_cast<Gtk::TreeModelFilter::SlotModify*>(data); in SignalProxy_Modify_gtk_callback()
90 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model) in TreeModelFilter() function in Gtk::TreeModelFilter
233 TreeModelFilter::TreeModelFilter(const Glib::ConstructParams& construct_params) in TreeModelFilter() function in Gtk::TreeModelFilter
240 TreeModelFilter::TreeModelFilter(GtkTreeModelFilter* castitem) in TreeModelFilter() function in Gtk::TreeModelFilter
246 TreeModelFilter::~TreeModelFilter() in ~TreeModelFilter()
252 GType TreeModelFilter::get_type() in get_type()
264 Glib::RefPtr<TreeModelFilter> TreeModelFilter::create(const Glib::RefPtr<TreeModel>& child_model) in create()
266 return Glib::RefPtr<TreeModelFilter>( new TreeModelFilter(child_model) ); in create()
271 return Glib::RefPtr<TreeModelFilter>( new TreeModelFilter(child_model, virtual_root) ); in create()
[all …]
H A Dtreemodelfilter.h55 class TreeModelFilter :
63 typedef TreeModelFilter CppObjectType;
73 TreeModelFilter(const TreeModelFilter&);
74 TreeModelFilter& operator=(const TreeModelFilter&);
77 explicit TreeModelFilter(const Glib::ConstructParams& construct_params);
78 explicit TreeModelFilter(GtkTreeModelFilter* castitem);
83 virtual ~TreeModelFilter();
109 explicit TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model);
110 …explicit TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model, const TreeModel::Path& virtua…
120 static Glib::RefPtr<TreeModelFilter> create(const Glib::RefPtr<TreeModel>& child_model);
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtreemodelfilter.cc90 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model) in TreeModelFilter() function in Gtk::TreeModelFilter
244 TreeModelFilter::TreeModelFilter(const Glib::ConstructParams& construct_params) in TreeModelFilter() function in Gtk::TreeModelFilter
251 TreeModelFilter::TreeModelFilter(GtkTreeModelFilter* castitem) in TreeModelFilter() function in Gtk::TreeModelFilter
257 TreeModelFilter::TreeModelFilter(TreeModelFilter&& src) noexcept in TreeModelFilter() function in Gtk::TreeModelFilter
262 TreeModelFilter& TreeModelFilter::operator=(TreeModelFilter&& src) noexcept in operator =()
270 TreeModelFilter::~TreeModelFilter() noexcept in ~TreeModelFilter()
276 GType TreeModelFilter::get_type() in get_type()
288 Glib::RefPtr<TreeModelFilter> TreeModelFilter::create(const Glib::RefPtr<TreeModel>& child_model) in create()
290 return Glib::RefPtr<TreeModelFilter>( new TreeModelFilter(child_model) ); in create()
295 return Glib::RefPtr<TreeModelFilter>( new TreeModelFilter(child_model, virtual_root) ); in create()
[all …]
H A Dtreemodelfilter.h52 class TreeModelFilter :
60 using CppObjectType = TreeModelFilter;
66 TreeModelFilter(const TreeModelFilter&) = delete;
67 TreeModelFilter& operator=(const TreeModelFilter&) = delete;
73 explicit TreeModelFilter(const Glib::ConstructParams& construct_params);
74 explicit TreeModelFilter(GtkTreeModelFilter* castitem);
80 TreeModelFilter(TreeModelFilter&& src) noexcept;
81 TreeModelFilter& operator=(TreeModelFilter&& src) noexcept;
83 ~TreeModelFilter() noexcept override;
109 explicit TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model);
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtreemodelfilter.ccg24 …Gtk::TreeModelFilter::SlotVisible* the_slot = static_cast<Gtk::TreeModelFilter::SlotVisible*>(data…
40 delete static_cast<Gtk::TreeModelFilter::SlotVisible*>(data);
46 Gtk::TreeModelFilter::SlotModify* the_slot = static_cast<Gtk::TreeModelFilter::SlotModify*>(data);
72 delete static_cast<Gtk::TreeModelFilter::SlotModify*>(data);
81 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model)
87 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model, const TreeModel::Path&…
93 void TreeModelFilter::set_visible_func(const SlotVisible& slot)
106 TreeModel::iterator TreeModelFilter::convert_child_iter_to_iter(const iterator& child_iter) const
108 TreeIter filter_iter (const_cast<TreeModelFilter*>(this));
117 TreeModel::iterator TreeModelFilter::convert_iter_to_child_iter(const iterator& filter_iter) const
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtreemodelfilter.ccg24 auto the_slot = static_cast<Gtk::TreeModelFilter::SlotVisible*>(data);
40 delete static_cast<Gtk::TreeModelFilter::SlotVisible*>(data);
46 auto the_slot = static_cast<Gtk::TreeModelFilter::SlotModify*>(data);
72 delete static_cast<Gtk::TreeModelFilter::SlotModify*>(data);
81 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model)
87 TreeModelFilter::TreeModelFilter(const Glib::RefPtr<TreeModel>& child_model, const TreeModel::Path&…
93 void TreeModelFilter::set_visible_func(const SlotVisible& slot)
106 TreeModel::iterator TreeModelFilter::convert_child_iter_to_iter(const iterator& child_iter) const
108 TreeIter filter_iter (const_cast<TreeModelFilter*>(this));
117 TreeModel::iterator TreeModelFilter::convert_iter_to_child_iter(const iterator& filter_iter) const
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTreeModelFilter.t17 my $filter = Gtk2::TreeModelFilter -> new($list);
24 is(Gtk2::TreeModelFilter->can('get'), Gtk2::TreeModel->can('get'),
27 $filter = Gtk2::TreeModelFilter -> new($list, undef);
54 $filter = Gtk2::TreeModelFilter -> new($list, undef);
74 $filter = Gtk2::TreeModelFilter -> new($list, Gtk2::TreePath -> new_from_string("1"));
81 my $f = Gtk2::TreeModelFilter->new($list);
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/
H A Dtree_model_filter.rs9 use {TreeModel, TreeModelFilter, TreePath};
11 impl TreeModelFilter { implementation
12 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/
H A Dtree_model_filter.rs9 use {TreeModel, TreeModelFilter, TreePath};
11 impl TreeModelFilter { implementation
12 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/
H A Dtree_model_filter.rs9 use {TreeModel, TreeModelFilter, TreePath};
11 impl TreeModelFilter { impl
12 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/
H A Dtree_model_filter.rs6 use crate::{TreeModel, TreeModelFilter, TreePath};
8 impl TreeModelFilter { implementation
10 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/
H A Dtree_model_filter.rs6 use crate::{TreeModel, TreeModelFilter, TreePath};
8 impl TreeModelFilter { implementation
10 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/
H A Dtree_model_filter.rs6 use crate::{TreeModel, TreeModelFilter, TreePath};
8 impl TreeModelFilter { implementation
10 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/
H A Dtree_model_filter.rs6 use crate::{TreeModel, TreeModelFilter, TreePath};
8 impl TreeModelFilter { implementation
10 pub fn new<T: IsA<TreeModel>>(child_model: &T, root: Option<&TreePath>) -> TreeModelFilter { in new() argument
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DTreeModelFilter.cs26 public partial class TreeModelFilter { class
122 TreeModelFilter sender = GLib.Object.GetObject (arg0) as TreeModelFilter; in RowsReorderedSignalCallback()
145 TreeModelFilter store = GLib.Object.GetObject (tree_model, false) as TreeModelFilter; in rowsreordered_cb()
167 …[GLib.DefaultSignalHandler(Type=typeof(Gtk.TreeModelFilter), ConnectionMethod="OverrideRowsReorder…
173 …[GLib.DefaultSignalHandler(Type=typeof(Gtk.TreeModelFilter), ConnectionMethod="OverrideRowsReorder…
H A DTreeModelAdapter.cs97 TreeModelFilter sender = GLib.Object.GetObject (arg0) as TreeModelFilter; in RowsReorderedSignalCallback()
121 TreeModelFilter store = GLib.Object.GetObject (tree_model, false) as TreeModelFilter; in rowsreordered_cb()
143 …[GLib.DefaultSignalHandler(Type=typeof(Gtk.TreeModelFilter), ConnectionMethod="OverrideRowsReorder…
149 …[GLib.DefaultSignalHandler(Type=typeof(Gtk.TreeModelFilter), ConnectionMethod="OverrideRowsReorder…
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTreeModelFilter.chs3 -- GIMP Toolkit (GTK) Widget TreeModelFilter
30 module Graphics.UI.Gtk.ModelView.TreeModelFilter (
34 -- | A 'TreeModelFilter' is a tree model which wraps another tree model, and
52 -- | +----TreeModelFilter
58 TreeModelFilter,
120 liftM (castPtr :: Ptr TreeModel -> Ptr TreeModelFilter) $
127 liftM (castPtr :: Ptr TreeModel -> Ptr TreeModelFilter) $
142 -- model, not of the 'TreeModelFilter' model that is passed in as the first
244 -- the given 'TreeModelFilter' is based. That is, the given path points to a
245 -- location in the given 'TreeModelFilter'. The returned path will point to the
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/ModelView/
H A DTreeModelFilter.chs3 -- GIMP Toolkit (GTK) Widget TreeModelFilter
30 module Graphics.UI.Gtk.ModelView.TreeModelFilter (
34 -- | A 'TreeModelFilter' is a tree model which wraps another tree model, and
52 -- | +----TreeModelFilter
58 TreeModelFilter,
120 liftM (castPtr :: Ptr TreeModel -> Ptr TreeModelFilter) $
127 liftM (castPtr :: Ptr TreeModel -> Ptr TreeModelFilter) $
142 -- model, not of the 'TreeModelFilter' model that is passed in as the first
244 -- the given 'TreeModelFilter' is based. That is, the given path points to a
245 -- location in the given 'TreeModelFilter'. The returned path will point to the
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtree_model_filter.rs19 …pub struct TreeModelFilter(Object<gtk_sys::GtkTreeModelFilter, gtk_sys::GtkTreeModelFilterClass, T…
26 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
52 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
178 impl fmt::Display for TreeModelFilter { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtree_model_filter.rs19 …pub struct TreeModelFilter(Object<gtk_sys::GtkTreeModelFilter, gtk_sys::GtkTreeModelFilterClass, T…
26 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
52 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
178 impl fmt::Display for TreeModelFilter { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtree_model_filter.rs19 …pub struct TreeModelFilter(Object<gtk_sys::GtkTreeModelFilter, gtk_sys::GtkTreeModelFilterClass, T…
26 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
52 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
176 impl fmt::Display for TreeModelFilter { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtree_model_filter.rs17 …pub struct TreeModelFilter(Object<ffi::GtkTreeModelFilter, ffi::GtkTreeModelFilterClass>) @impleme…
24 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
62 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
185 impl fmt::Display for TreeModelFilter { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_model_filter.rs17 …pub struct TreeModelFilter(Object<ffi::GtkTreeModelFilter, ffi::GtkTreeModelFilterClass>) @impleme…
24 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
62 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
185 impl fmt::Display for TreeModelFilter { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_model_filter.rs17 …pub struct TreeModelFilter(Object<ffi::GtkTreeModelFilter, ffi::GtkTreeModelFilterClass>) @impleme…
24 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
62 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
185 impl fmt::Display for TreeModelFilter { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_model_filter.rs17 …pub struct TreeModelFilter(Object<ffi::GtkTreeModelFilter, ffi::GtkTreeModelFilterClass>) @impleme…
24 pub const NONE_TREE_MODEL_FILTER: Option<&TreeModelFilter> = None;
62 impl<O: IsA<TreeModelFilter>> TreeModelFilterExt for O {
185 impl fmt::Display for TreeModelFilter { implementation

123456