1 // -*- c++ -*-
2 // Generated by gmmproc 2.40.0 -- DO NOT MODIFY!
3 #ifndef _CLUTTERMM_ALPHA_P_H
4 #define _CLUTTERMM_ALPHA_P_H
5 #ifndef CLUTTERMM_DISABLE_DEPRECATED
6 
7 
8 #include <glibmm/private/object_p.h>
9 
10 #include <glibmm/class.h>
11 
12 namespace Clutter
13 {
14 
15 class Alpha_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19   typedef Alpha CppObjectType;
20   typedef ClutterAlpha BaseObjectType;
21   typedef ClutterAlphaClass BaseClassType;
22   typedef Glib::Object_Class CppClassParent;
23   typedef GObjectClass BaseClassParent;
24 
25   friend class Alpha;
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 };
43 
44 
45 } // namespace Clutter
46 
47 #endif // CLUTTERMM_DISABLE_DEPRECATED
48 
49 
50 #endif /* _CLUTTERMM_ALPHA_P_H */
51 
52