3 #ifndef _GTKMM_LISTSTORE_H
4 #define _GTKMM_LISTSTORE_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
38 #ifndef DOXYGEN_SHOULD_SKIP_THIS
44 #ifndef DOXYGEN_SHOULD_SKIP_THIS
46 {
class ListStore_Class; }
67 #ifndef DOXYGEN_SHOULD_SKIP_THIS
76 static CppClassType liststore_class_;
84 explicit ListStore(
const Glib::ConstructParams& construct_params);
96 #ifndef DOXYGEN_SHOULD_SKIP_THIS
99 static GType get_base_type() G_GNUC_CONST;
204 void reorder(
const Glib::ArrayHandle<int>& new_order);
const GtkListStore * gobj() const
Provides access to the underlying C GObject.
void iter_swap(const iterator &a, const iterator &b)
GtkListStore * gobj()
Provides access to the underlying C GObject.
void set_column_types(const TreeModelColumnRecord &columns)
ListStore(const TreeModelColumnRecord &columns)
bool iter_is_valid(const iterator &iter) const
static GType get_type() G_GNUC_CONST
void reorder(const Glib::ArrayHandle< int > &new_order)
static Glib::RefPtr< ListStore > create(const TreeModelColumnRecord &columns)
GtkListStore * gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it....
iterator insert(const iterator &iter)
iterator insert_after(const iterator &iter)
iterator erase(const iterator &iter)
Glib::RefPtr< Gtk::ListStore > wrap(GtkListStore *object, bool take_copy=false)
void move(const iterator &source, const iterator &destination)
virtual void set_value_impl(const iterator &row, int column, const Glib::ValueBase &value)