![]() |
![]() |
Public Types | |
typedef SigC::Slot1< bool, const TreeModel::const_iterator& > | SlotVisible |
For instance, bool on_visible(const TreeModel::const_iterator& iter);. | |
Public Member Functions | |
virtual | ~TreeModelFilter () |
GtkTreeModelFilter* | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeModelFilter* | gobj () const |
Provides access to the underlying C GObject. | |
GtkTreeModelFilter* | gobj_copy () |
void | set_visible_func (const SlotVisible& slot) |
void | set_visible_column (int column) |
Glib::RefPtr<TreeModel> | get_model () |
Glib::RefPtr<const TreeModel> | get_model () const |
iterator | convert_child_iter_to_iter (const iterator& child_iter) const |
iterator | convert_iter_to_child_iter (const iterator& filter_iter) const |
Path | convert_child_path_to_path (const Path& child_path) |
Path | convert_path_to_child_path (const Path& filter_path) |
void | refilter () |
void | clear_cache () |
Static Public Member Functions | |
Glib::RefPtr<TreeModelFilter> | create (const Glib::RefPtr<TreeModel>& child_model, const TreeModel::Path& root) |
Protected Member Functions | |
TreeModelFilter (const Glib::RefPtr<TreeModel>& child_model, const TreeModel::Path& root) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::TreeModelFilter> | wrap (GtkTreeModelFilter* object, bool take_copy=false) |
|
For instance, bool on_visible(const TreeModel::const_iterator& iter);.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::TreeModel. |
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::TreeModel. |
|
|
|
|
|
|
|
|
|
|