Merge big changes (mostly Controllable) from trunk
[ardour.git] / gtk2_ardour / simpleline_p.h
1 // -*- c++ -*-
2 #ifndef _LIBGNOMECANVASMM_SIMPLELINE_P_H
3 #define _LIBGNOMECANVASMM_SIMPLELINE_P_H
4 #include <libgnomecanvasmm/private/item_p.h>
5
6 #include <glibmm/class.h>
7
8 namespace Gnome
9 {
10
11 namespace Canvas
12 {
13
14 class SimpleLine_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18   typedef SimpleLine CppObjectType;
19   typedef GnomeCanvasSimpleLine BaseObjectType;
20   typedef GnomeCanvasSimpleLineClass BaseClassType;
21   typedef Item_Class CppClassParent;
22   typedef GnomeCanvasItemClass BaseClassParent;
23
24   friend class SimpleLine;
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   //Callbacks (default signal handlers):
36   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
37   //You could prevent the original default signal handlers being called by overriding the *_impl method.
38
39   //Callbacks (virtual functions):
40 };
41
42
43 } // namespace Canvas
44
45 } // namespace Gnome
46
47 #endif /* _LIBGNOMECANVASMM_SIMPLELINE_P_H */
48