Upgraded libgnomecanvasmm to libgnomecanvasmm-2.16.0
[ardour.git] / libs / libgnomecanvasmm / libgnomecanvasmm / private / bpath_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _LIBGNOMECANVASMM_BPATH_P_H
4 #define _LIBGNOMECANVASMM_BPATH_P_H
5
6
7 #include <libgnomecanvasmm/private/shape_p.h>
8
9 #include <glibmm/class.h>
10
11 namespace Gnome
12 {
13
14 namespace Canvas
15 {
16
17 class Bpath_Class : public Glib::Class
18 {
19 public:
20 #ifndef DOXYGEN_SHOULD_SKIP_THIS
21   typedef Bpath CppObjectType;
22   typedef GnomeCanvasBpath BaseObjectType;
23   typedef GnomeCanvasBpathClass BaseClassType;
24   typedef Shape_Class CppClassParent;
25   typedef GnomeCanvasShapeClass BaseClassParent;
26
27   friend class Bpath;
28 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
29
30   const Glib::Class& init();
31
32   static void class_init_function(void* g_class, void* class_data);
33
34   static Glib::ObjectBase* wrap_new(GObject*);
35
36 protected:
37
38   //Callbacks (default signal handlers):
39   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
40   //You could prevent the original default signal handlers being called by overriding the *_impl method.
41
42   //Callbacks (virtual functions):
43 #ifdef GLIBMM_VFUNCS_ENABLED
44 #endif //GLIBMM_VFUNCS_ENABLED
45 };
46
47
48 } // namespace Canvas
49
50 } // namespace Gnome
51
52
53 #endif /* _LIBGNOMECANVASMM_BPATH_P_H */
54