clone-texture.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _CLUTTERMM_CLONE_TEXTURE_H
00004 #define _CLUTTERMM_CLONE_TEXTURE_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/texture.h>
00027 #include <cluttermm/types.h>
00028  
00029 
00030 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00031 typedef struct _ClutterCloneTexture ClutterCloneTexture;
00032 typedef struct _ClutterCloneTextureClass ClutterCloneTextureClass;
00033 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00034 
00035 
00036 namespace Clutter
00037 { class CloneTexture_Class; } // namespace Clutter
00038 namespace Clutter
00039 {
00040 
00041 
00042 class CloneTexture :
00043   public Actor
00044 {
00045   
00046 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00047 
00048 public:
00049   typedef CloneTexture CppObjectType;
00050   typedef CloneTexture_Class CppClassType;
00051   typedef ClutterCloneTexture BaseObjectType;
00052   typedef ClutterCloneTextureClass BaseClassType;
00053 
00054 private:  friend class CloneTexture_Class;
00055   static CppClassType clonetexture_class_;
00056 
00057 private:
00058   // noncopyable
00059   CloneTexture(const CloneTexture&);
00060   CloneTexture& operator=(const CloneTexture&);
00061 
00062 protected:
00063   explicit CloneTexture(const Glib::ConstructParams& construct_params);
00064   explicit CloneTexture(ClutterCloneTexture* castitem);
00065 
00066 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00067 
00068 public:
00069   virtual ~CloneTexture();
00070 
00071 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00072   static GType get_type()      G_GNUC_CONST;
00073   static GType get_base_type() G_GNUC_CONST;
00074 #endif
00075 
00077   ClutterCloneTexture*       gobj()       { return reinterpret_cast<ClutterCloneTexture*>(gobject_); }
00078 
00080   const ClutterCloneTexture* gobj() const { return reinterpret_cast<ClutterCloneTexture*>(gobject_); }
00081 
00083   ClutterCloneTexture* gobj_copy();
00084 
00085 private:
00086 
00087 
00088 protected:
00089   explicit CloneTexture(const Glib::RefPtr<Texture>& parent_texture);
00090 
00091 public:
00092  
00093 
00094   static Glib::RefPtr<CloneTexture> create(const Glib::RefPtr<Texture>& parent_texture);
00095 ;
00096 
00097   
00103   Glib::RefPtr<Texture> get_parent_texture() const;
00104   
00110   void get_parent_texture(const Glib::RefPtr<Texture>& texture);
00111 
00112 
00113 public:
00114 
00115 public:
00116   //C++ methods used to invoke GTK+ virtual functions:
00117 #ifdef GLIBMM_VFUNCS_ENABLED
00118 #endif //GLIBMM_VFUNCS_ENABLED
00119 
00120 protected:
00121   //GTK+ Virtual Functions (override these to change behaviour):
00122 #ifdef GLIBMM_VFUNCS_ENABLED
00123 #endif //GLIBMM_VFUNCS_ENABLED
00124 
00125   //Default Signal Handlers::
00126 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00127 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00128 
00129 
00130 };
00131 
00132 } // namespace Clutter
00133 
00134 //vim: ts=2,sw=2
00135 
00136 
00137 namespace Glib
00138 {
00147   Glib::RefPtr<Clutter::CloneTexture> wrap(ClutterCloneTexture* object, bool take_copy = false);
00148 }
00149 
00150 
00151 #endif /* _CLUTTERMM_CLONE_TEXTURE_H */
00152 

Generated on Fri Jun 6 02:17:45 2008 for cluttermm by  doxygen 1.5.5