add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / gdk / gdkmm / private / pixbufloader_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GDKMM_PIXBUFLOADER_P_H
4 #define _GDKMM_PIXBUFLOADER_P_H
5
6
7 #include <glibmm/private/object_p.h>
8
9 #include <glibmm/class.h>
10
11 namespace Gdk
12 {
13
14 class PixbufLoader_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18   typedef PixbufLoader CppObjectType;
19   typedef GdkPixbufLoader BaseObjectType;
20   typedef GdkPixbufLoaderClass BaseClassType;
21   typedef Glib::Object_Class CppClassParent;
22   typedef GObjectClass BaseClassParent;
23
24   friend class PixbufLoader;
25 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
26
27   const Glib::Class& init();
28
29   static void class_init_function(void* g_class, void* class_data);
30
31   static Glib::ObjectBase* wrap_new(GObject*);
32
33 protected:
34
35 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
36   //Callbacks (default signal handlers):
37   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
38   //You could prevent the original default signal handlers being called by overriding the *_impl method.
39   static void area_prepared_callback(GdkPixbufLoader* self);
40   static void area_updated_callback(GdkPixbufLoader* self, gint p0, gint p1, gint p2, gint p3);
41   static void closed_callback(GdkPixbufLoader* self);
42 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
43
44   //Callbacks (virtual functions):
45 #ifdef GLIBMM_VFUNCS_ENABLED
46 #endif //GLIBMM_VFUNCS_ENABLED
47 };
48
49
50 } // namespace Gdk
51
52
53 #endif /* _GDKMM_PIXBUFLOADER_P_H */
54