ellipsemodel.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GOOCANVASMM_ELLIPSEMODEL_H
00004 #define _GOOCANVASMM_ELLIPSEMODEL_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* Copyright (C) 1998-2006 The gtkmm Development Team
00010  *
00011  * This library is free software; you can redistribute it and/or
00012  * modify it under the terms of the GNU Lesser General Public
00013  * License as published by the Free Software Foundation; either
00014  * version 2.1 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  * Lesser General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Lesser 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 
00027 #include <goocanvasmm/itemmodelsimple.h>
00028 
00029 
00030 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00031 typedef struct _GooCanvasEllipseModel GooCanvasEllipseModel;
00032 typedef struct _GooCanvasEllipseModelClass GooCanvasEllipseModelClass;
00033 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00034 
00035 
00036 namespace Goocanvas
00037 { class EllipseModel_Class; } // namespace Goocanvas
00038 namespace Goocanvas
00039 {
00040 
00041 
00042 class EllipseModel : public Goocanvas::ItemModelSimple
00043 {
00044   
00045 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00046 
00047 public:
00048   typedef EllipseModel CppObjectType;
00049   typedef EllipseModel_Class CppClassType;
00050   typedef GooCanvasEllipseModel BaseObjectType;
00051   typedef GooCanvasEllipseModelClass BaseClassType;
00052 
00053 private:  friend class EllipseModel_Class;
00054   static CppClassType ellipsemodel_class_;
00055 
00056 private:
00057   // noncopyable
00058   EllipseModel(const EllipseModel&);
00059   EllipseModel& operator=(const EllipseModel&);
00060 
00061 protected:
00062   explicit EllipseModel(const Glib::ConstructParams& construct_params);
00063   explicit EllipseModel(GooCanvasEllipseModel* castitem);
00064 
00065 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00066 
00067 public:
00068   virtual ~EllipseModel();
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   GooCanvasEllipseModel*       gobj()       { return reinterpret_cast<GooCanvasEllipseModel*>(gobject_); }
00077 
00079   const GooCanvasEllipseModel* gobj() const { return reinterpret_cast<GooCanvasEllipseModel*>(gobject_); }
00080 
00082   GooCanvasEllipseModel* gobj_copy();
00083 
00084 private:
00085 
00086 protected:
00087 
00088   EllipseModel(double center_x = 0.0, double center_y = 0., double radius_x = 0.0, double radius_y = 0.0);
00089   
00090 
00091 public:
00092 
00093   
00094   static Glib::RefPtr<EllipseModel> create(double center_x =  0.0, double center_y =  0.0, double radius_x =  0.0, double radius_y =  0.0);
00095 
00096 
00097   #ifdef GLIBMM_PROPERTIES_ENABLED
00098 
00104   Glib::PropertyProxy<double> property_center_x() ;
00105 #endif //#GLIBMM_PROPERTIES_ENABLED
00106 
00107 #ifdef GLIBMM_PROPERTIES_ENABLED
00108 
00114   Glib::PropertyProxy_ReadOnly<double> property_center_x() const;
00115 #endif //#GLIBMM_PROPERTIES_ENABLED
00116 
00117   #ifdef GLIBMM_PROPERTIES_ENABLED
00118 
00124   Glib::PropertyProxy<double> property_center_y() ;
00125 #endif //#GLIBMM_PROPERTIES_ENABLED
00126 
00127 #ifdef GLIBMM_PROPERTIES_ENABLED
00128 
00134   Glib::PropertyProxy_ReadOnly<double> property_center_y() const;
00135 #endif //#GLIBMM_PROPERTIES_ENABLED
00136 
00137   #ifdef GLIBMM_PROPERTIES_ENABLED
00138 
00144   Glib::PropertyProxy<double> property_radius_x() ;
00145 #endif //#GLIBMM_PROPERTIES_ENABLED
00146 
00147 #ifdef GLIBMM_PROPERTIES_ENABLED
00148 
00154   Glib::PropertyProxy_ReadOnly<double> property_radius_x() const;
00155 #endif //#GLIBMM_PROPERTIES_ENABLED
00156 
00157   #ifdef GLIBMM_PROPERTIES_ENABLED
00158 
00164   Glib::PropertyProxy<double> property_radius_y() ;
00165 #endif //#GLIBMM_PROPERTIES_ENABLED
00166 
00167 #ifdef GLIBMM_PROPERTIES_ENABLED
00168 
00174   Glib::PropertyProxy_ReadOnly<double> property_radius_y() const;
00175 #endif //#GLIBMM_PROPERTIES_ENABLED
00176 
00177 
00178 public:
00179 
00180 public:
00181   //C++ methods used to invoke GTK+ virtual functions:
00182 #ifdef GLIBMM_VFUNCS_ENABLED
00183 #endif //GLIBMM_VFUNCS_ENABLED
00184 
00185 protected:
00186   //GTK+ Virtual Functions (override these to change behaviour):
00187 #ifdef GLIBMM_VFUNCS_ENABLED
00188 #endif //GLIBMM_VFUNCS_ENABLED
00189 
00190   //Default Signal Handlers::
00191 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00192 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00193 
00194 
00195 };
00196 
00197 
00198 }
00199 
00200 
00201 namespace Glib
00202 {
00211   Glib::RefPtr<Goocanvas::EllipseModel> wrap(GooCanvasEllipseModel* object, bool take_copy = false);
00212 }
00213 
00214 
00215 #endif /* _GOOCANVASMM_ELLIPSEMODEL_H */
00216 

Generated on Wed Jul 8 05:00:39 2009 for goocanvasmm by  doxygen 1.5.8