add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / atk / atkmm / private / image_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _ATKMM_IMAGE_P_H
4 #define _ATKMM_IMAGE_P_H
5
6
7 #include <atk/atkimage.h>
8
9 #include <glibmm/private/interface_p.h>
10
11 namespace Atk
12 {
13
14 class Image_Class : public Glib::Interface_Class
15 {
16 public:
17   typedef Image CppObjectType;
18   typedef AtkImage BaseObjectType;
19   typedef AtkImageIface BaseClassType;
20   typedef Glib::Interface_Class CppClassParent;
21
22   friend class Image;
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 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
37
38   //Callbacks (virtual functions):
39 #ifdef GLIBMM_VFUNCS_ENABLED
40   static gboolean set_image_description_vfunc_callback(AtkImage* self, const gchar* description);
41   static const gchar* get_image_description_vfunc_callback(AtkImage* self);
42   static void get_image_position_vfunc_callback(AtkImage* self, gint* x, gint* y, AtkCoordType coord_type);
43   static void get_image_size_vfunc_callback(AtkImage* self, gint* width, gint* height);
44 #endif //GLIBMM_VFUNCS_ENABLED
45 };
46
47
48 } // namespace Atk
49
50
51 #endif /* _ATKMM_IMAGE_P_H */
52