add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / atk / atkmm / private / table_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _ATKMM_TABLE_P_H
4 #define _ATKMM_TABLE_P_H
5
6
7 #include <atk/atkobject.h>
8
9 #include <glibmm/private/interface_p.h>
10
11 namespace Atk
12 {
13
14 class Table_Class : public Glib::Interface_Class
15 {
16 public:
17   typedef Table CppObjectType;
18   typedef AtkTable BaseObjectType;
19   typedef AtkTableIface BaseClassType;
20   typedef Glib::Interface_Class CppClassParent;
21
22   friend class Table;
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 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36   static void row_inserted_callback(AtkTable* self, gint p0, gint p1);
37   static void column_inserted_callback(AtkTable* self, gint p0, gint p1);
38   static void row_deleted_callback(AtkTable* self, gint p0, gint p1);
39   static void column_deleted_callback(AtkTable* self, gint p0, gint p1);
40   static void row_reordered_callback(AtkTable* self);
41   static void column_reordered_callback(AtkTable* self);
42   static void model_changed_callback(AtkTable* self);
43 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
44
45   //Callbacks (virtual functions):
46 #ifdef GLIBMM_VFUNCS_ENABLED
47   static AtkObject* ref_at_vfunc_callback(AtkTable* self, gint row, gint column);
48   static gint get_index_at_vfunc_callback(AtkTable* self, gint row, gint column);
49   static gint get_column_at_index_vfunc_callback(AtkTable* self, gint index_);
50   static gint get_row_at_index_vfunc_callback(AtkTable* self, gint index_);
51   static gint get_n_columns_vfunc_callback(AtkTable* self);
52   static gint get_n_rows_vfunc_callback(AtkTable* self);
53   static gint get_column_extent_at_vfunc_callback(AtkTable* self, gint row, gint column);
54   static gint get_row_extent_at_vfunc_callback(AtkTable* self, gint row, gint column);
55   static AtkObject* get_caption_vfunc_callback(AtkTable* self);
56   static const gchar* get_column_description_vfunc_callback(AtkTable* self, gint column);
57   static AtkObject* get_column_header_vfunc_callback(AtkTable* self, gint column);
58   static const gchar* get_row_description_vfunc_callback(AtkTable* self, gint row);
59   static AtkObject* get_row_header_vfunc_callback(AtkTable* self, gint row);
60   static AtkObject* get_summary_vfunc_callback(AtkTable* self);
61   static void set_caption_vfunc_callback(AtkTable* self, AtkObject* caption);
62   static void set_column_description_vfunc_callback(AtkTable* self, gint column, const gchar* description);
63   static void set_column_header_vfunc_callback(AtkTable* self, gint column, AtkObject* header);
64   static void set_row_description_vfunc_callback(AtkTable* self, gint row, const gchar* description);
65   static void set_row_header_vfunc_callback(AtkTable* self, gint row, AtkObject* header);
66   static void set_summary_vfunc_callback(AtkTable* self, AtkObject* accessible);
67   static gboolean is_column_selected_vfunc_callback(AtkTable* self, gint column);
68   static gboolean is_row_selected_vfunc_callback(AtkTable* self, gint row);
69   static gboolean is_selected_vfunc_callback(AtkTable* self, gint row, gint column);
70   static gboolean add_row_selection_vfunc_callback(AtkTable* self, gint row);
71   static gboolean remove_row_selection_vfunc_callback(AtkTable* self, gint row);
72   static gboolean add_column_selection_vfunc_callback(AtkTable* self, gint column);
73   static gboolean remove_column_selection_vfunc_callback(AtkTable* self, gint column);
74   static gint get_selected_columns_vfunc_callback(AtkTable* self, gint** selected);
75   static gint get_selected_rows_vfunc_callback(AtkTable* self, gint** selected);
76 #endif //GLIBMM_VFUNCS_ENABLED
77 };
78
79
80 } // namespace Atk
81
82
83 #endif /* _ATKMM_TABLE_P_H */
84