behaviour-depth.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _CLUTTERMM_BEHAVIOUR_DEPTH_H
00004 #define _CLUTTERMM_BEHAVIOUR_DEPTH_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* Copyright (C) 2007 The cluttermm Development Team
00010  *
00011  * This library is free software; you can redistribute it and/or
00012  * modify it under the terms of the GNU Library General Public
00013  * License as published by the Free Software Foundation; either
00014  * version 2 of the License, or (at your option) any later version.
00015  *
00016  * This library is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019  * Library General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Library General Public
00022  * License along with this library; if not, write to the Free
00023  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00024  */
00025 
00026 #include <cluttermm/behaviour.h>
00027 #include <cluttermm/alpha.h>
00028  
00029 
00030 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00031 typedef struct _ClutterBehaviourDepth ClutterBehaviourDepth;
00032 typedef struct _ClutterBehaviourDepthClass ClutterBehaviourDepthClass;
00033 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00034 
00035 
00036 namespace Clutter
00037 { class BehaviourDepth_Class; } // namespace Clutter
00038 namespace Clutter
00039 {
00040 
00041 
00042 class BehaviourDepth : public Behaviour
00043 {
00044   
00045 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00046 
00047 public:
00048   typedef BehaviourDepth CppObjectType;
00049   typedef BehaviourDepth_Class CppClassType;
00050   typedef ClutterBehaviourDepth BaseObjectType;
00051   typedef ClutterBehaviourDepthClass BaseClassType;
00052 
00053 private:  friend class BehaviourDepth_Class;
00054   static CppClassType behaviourdepth_class_;
00055 
00056 private:
00057   // noncopyable
00058   BehaviourDepth(const BehaviourDepth&);
00059   BehaviourDepth& operator=(const BehaviourDepth&);
00060 
00061 protected:
00062   explicit BehaviourDepth(const Glib::ConstructParams& construct_params);
00063   explicit BehaviourDepth(ClutterBehaviourDepth* castitem);
00064 
00065 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00066 
00067 public:
00068   virtual ~BehaviourDepth();
00069 
00070 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00071   static GType get_type()      G_GNUC_CONST;
00072   static GType get_base_type() G_GNUC_CONST;
00073 #endif
00074 
00076   ClutterBehaviourDepth*       gobj()       { return reinterpret_cast<ClutterBehaviourDepth*>(gobject_); }
00077 
00079   const ClutterBehaviourDepth* gobj() const { return reinterpret_cast<ClutterBehaviourDepth*>(gobject_); }
00080 
00082   ClutterBehaviourDepth* gobj_copy();
00083 
00084 private:
00085 
00086 
00087 protected:
00088   explicit BehaviourDepth(const Glib::RefPtr<Alpha>& alpha, int start_depth, int end_depth);
00089 
00090 public:
00091   
00092   static Glib::RefPtr<BehaviourDepth> create(const Glib::RefPtr<Alpha>& alpha, int start_depth, int end_depth);
00093 
00094 
00095   #ifdef GLIBMM_PROPERTIES_ENABLED
00096 
00102   Glib::PropertyProxy<int> property_depth_end() ;
00103 #endif //#GLIBMM_PROPERTIES_ENABLED
00104 
00105 #ifdef GLIBMM_PROPERTIES_ENABLED
00106 
00112   Glib::PropertyProxy_ReadOnly<int> property_depth_end() const;
00113 #endif //#GLIBMM_PROPERTIES_ENABLED
00114 
00115   #ifdef GLIBMM_PROPERTIES_ENABLED
00116 
00122   Glib::PropertyProxy<int> property_depth_start() ;
00123 #endif //#GLIBMM_PROPERTIES_ENABLED
00124 
00125 #ifdef GLIBMM_PROPERTIES_ENABLED
00126 
00132   Glib::PropertyProxy_ReadOnly<int> property_depth_start() const;
00133 #endif //#GLIBMM_PROPERTIES_ENABLED
00134 
00135 
00136 public:
00137 
00138 public:
00139   //C++ methods used to invoke GTK+ virtual functions:
00140 #ifdef GLIBMM_VFUNCS_ENABLED
00141 #endif //GLIBMM_VFUNCS_ENABLED
00142 
00143 protected:
00144   //GTK+ Virtual Functions (override these to change behaviour):
00145 #ifdef GLIBMM_VFUNCS_ENABLED
00146 #endif //GLIBMM_VFUNCS_ENABLED
00147 
00148   //Default Signal Handlers::
00149 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00150 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00151 
00152 
00153 };
00154 
00155 } // namespace Clutter
00156 // vim:ts=2,sw=2
00157 
00158 
00159 namespace Glib
00160 {
00169   Glib::RefPtr<Clutter::BehaviourDepth> wrap(ClutterBehaviourDepth* object, bool take_copy = false);
00170 }
00171 
00172 
00173 #endif /* _CLUTTERMM_BEHAVIOUR_DEPTH_H */
00174 

Generated on Sun Feb 15 18:55:38 2009 for cluttermm by  doxygen 1.5.7.1