Ardour  9.0-pre0-386-g96ef4d20f2
ruler_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_RULER_P_H
4 #define _GTKMM_RULER_P_H
5 #ifndef GTKMM_DISABLE_DEPRECATED
6 
7 
9 
10 #include <glibmm/class.h>
11 
12 namespace Gtk
13 {
14 
15 class Ruler_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19  typedef Ruler CppObjectType;
20  typedef GtkRuler BaseObjectType;
21  typedef GtkRulerClass BaseClassType;
22  typedef Gtk::Widget_Class CppClassParent;
23  typedef GtkWidgetClass BaseClassParent;
24 
25  friend class Ruler;
26 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
27 
28  const Glib::Class& init();
29 
30 
31  static void class_init_function(void* g_class, void* class_data);
32 
33  static Glib::ObjectBase* wrap_new(GObject*);
34 
35 protected:
36 
37  //Callbacks (default signal handlers):
38  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
39  //You could prevent the original default signal handlers being called by overriding the *_impl method.
40 
41  //Callbacks (virtual functions):
42  static void draw_ticks_vfunc_callback(GtkRuler* self);
43  static void draw_pos_vfunc_callback(GtkRuler* self);
44 };
45 
46 
47 } // namespace Gtk
48 
49 
50 #include <glibmm/class.h>
51 
52 namespace Gtk
53 {
54 
55 class VRuler_Class : public Glib::Class
56 {
57 public:
58 #ifndef DOXYGEN_SHOULD_SKIP_THIS
59  typedef VRuler CppObjectType;
60  typedef GtkVRuler BaseObjectType;
61  typedef GtkVRulerClass BaseClassType;
62  typedef Gtk::Ruler_Class CppClassParent;
63  typedef GtkRulerClass BaseClassParent;
64 
65  friend class VRuler;
66 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
67 
68  const Glib::Class& init();
69 
70 
71  static void class_init_function(void* g_class, void* class_data);
72 
73  static Glib::ObjectBase* wrap_new(GObject*);
74 
75 protected:
76 
77  //Callbacks (default signal handlers):
78  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
79  //You could prevent the original default signal handlers being called by overriding the *_impl method.
80 
81  //Callbacks (virtual functions):
82 };
83 
84 
85 } // namespace Gtk
86 
87 
88 #include <glibmm/class.h>
89 
90 namespace Gtk
91 {
92 
93 class HRuler_Class : public Glib::Class
94 {
95 public:
96 #ifndef DOXYGEN_SHOULD_SKIP_THIS
97  typedef HRuler CppObjectType;
98  typedef GtkHRuler BaseObjectType;
99  typedef GtkHRulerClass BaseClassType;
100  typedef Gtk::Ruler_Class CppClassParent;
101  typedef GtkRulerClass BaseClassParent;
102 
103  friend class HRuler;
104 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
105 
106  const Glib::Class& init();
107 
108 
109  static void class_init_function(void* g_class, void* class_data);
110 
111  static Glib::ObjectBase* wrap_new(GObject*);
112 
113 protected:
114 
115  //Callbacks (default signal handlers):
116  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
117  //You could prevent the original default signal handlers being called by overriding the *_impl method.
118 
119  //Callbacks (virtual functions):
120 };
121 
122 
123 } // namespace Gtk
124 
125 #endif // GTKMM_DISABLE_DEPRECATED
126 
127 
128 #endif /* _GTKMM_RULER_P_H */
129 
static Glib::ObjectBase * wrap_new(GObject *)
static void class_init_function(void *g_class, void *class_data)
const Glib::Class & init()
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static void draw_ticks_vfunc_callback(GtkRuler *self)
static Glib::ObjectBase * wrap_new(GObject *)
static void draw_pos_vfunc_callback(GtkRuler *self)
static Glib::ObjectBase * wrap_new(GObject *)
static void class_init_function(void *g_class, void *class_data)
const Glib::Class & init()
Definition: ardour_ui.h:187