Ardour  8.7-14-g57a6773833
treesortable_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_TREESORTABLE_P_H
4 #define _GTKMM_TREESORTABLE_P_H
5 
6 
7 #include <glibmm/private/interface_p.h>
8 
9 #include <glibmm/private/interface_p.h>
10 
11 namespace Gtk
12 {
13 
14 class TreeSortable_Class : public Glib::Interface_Class
15 {
16 public:
20  typedef Glib::Interface_Class CppClassParent;
21 
22  friend class TreeSortable;
23 
24  const Glib::Interface_Class& init();
25 
26  static void iface_init_function(void* g_iface, void* iface_data);
27 
28  static Glib::ObjectBase* wrap_new(GObject*);
29 
30 protected:
31 
32  //Callbacks (default signal handlers):
33  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
34  //You could prevent the original default signal handlers being called by overriding the *_impl method.
36 
37  //Callbacks (virtual functions):
38  static gboolean get_sort_column_id_vfunc_callback(GtkTreeSortable* self, int* sort_column_id, GtkSortType* order);
39  static void set_sort_column_id_vfunc_callback(GtkTreeSortable* self, int sort_column_id, GtkSortType order);
40  static void set_sort_func_vfunc_callback(GtkTreeSortable* self, int sort_column_id, GtkTreeIterCompareFunc func, gpointer data, GDestroyNotify destroy);
41  static void set_default_sort_func_vfunc_callback(GtkTreeSortable* self, GtkTreeIterCompareFunc func, gpointer data, GDestroyNotify destroy);
44 };
45 
46 
47 } // namespace Gtk
48 
49 
50 #endif /* _GTKMM_TREESORTABLE_P_H */
51 
static void set_sort_column_id_vfunc_callback(GtkTreeSortable *self, int sort_column_id, GtkSortType order)
static void set_default_sort_func_vfunc_callback(GtkTreeSortable *self, GtkTreeIterCompareFunc func, gpointer data, GDestroyNotify destroy)
static void iface_init_function(void *g_iface, void *iface_data)
const Glib::Interface_Class & init()
Glib::Interface_Class CppClassParent
static gboolean get_sort_column_id_vfunc_callback(GtkTreeSortable *self, int *sort_column_id, GtkSortType *order)
static void sort_column_changed_vfunc_callback(GtkTreeSortable *self)
GtkTreeSortableIface BaseClassType
static Glib::ObjectBase * wrap_new(GObject *)
GtkTreeSortable BaseObjectType
TreeSortable CppObjectType
static void set_sort_func_vfunc_callback(GtkTreeSortable *self, int sort_column_id, GtkTreeIterCompareFunc func, gpointer data, GDestroyNotify destroy)
static gboolean has_default_sort_func_vfunc_callback(GtkTreeSortable *self)
static void sort_column_changed_callback(GtkTreeSortable *self)
GtkSortType
Definition: gtkenums.h:477
struct _GtkTreeSortable GtkTreeSortable
gint(* GtkTreeIterCompareFunc)(GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data)
PBD::PropertyDescriptor< uint32_t > order
Definition: ardour_ui.h:188