polylinemodel.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GOOCANVASMM_POLYLINEMODEL_H
00004 #define _GOOCANVASMM_POLYLINEMODEL_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 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 
00027 #include <goocanvasmm/itemmodelsimple.h>
00028 #include <goocanvasmm/points.h>
00029 
00030 
00031 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00032 typedef struct _GooCanvasPolylineModel GooCanvasPolylineModel;
00033 typedef struct _GooCanvasPolylineModelClass GooCanvasPolylineModelClass;
00034 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00035 
00036 
00037 namespace Goocanvas
00038 { class PolylineModel_Class; } // namespace Goocanvas
00039 namespace Goocanvas
00040 {
00041 
00042 
00043 class PolylineModel : public Goocanvas::ItemModelSimple
00044 {
00045   
00046 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00047 
00048 public:
00049   typedef PolylineModel CppObjectType;
00050   typedef PolylineModel_Class CppClassType;
00051   typedef GooCanvasPolylineModel BaseObjectType;
00052   typedef GooCanvasPolylineModelClass BaseClassType;
00053 
00054 private:  friend class PolylineModel_Class;
00055   static CppClassType polylinemodel_class_;
00056 
00057 private:
00058   // noncopyable
00059   PolylineModel(const PolylineModel&);
00060   PolylineModel& operator=(const PolylineModel&);
00061 
00062 protected:
00063   explicit PolylineModel(const Glib::ConstructParams& construct_params);
00064   explicit PolylineModel(GooCanvasPolylineModel* castitem);
00065 
00066 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00067 
00068 public:
00069   virtual ~PolylineModel();
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   GooCanvasPolylineModel*       gobj()       { return reinterpret_cast<GooCanvasPolylineModel*>(gobject_); }
00078 
00080   const GooCanvasPolylineModel* gobj() const { return reinterpret_cast<GooCanvasPolylineModel*>(gobject_); }
00081 
00083   GooCanvasPolylineModel* gobj_copy();
00084 
00085 private:
00086 
00087 protected:
00088 
00089   PolylineModel(bool close_path, const Points& points);
00090   PolylineModel(double x1, double y1, double x2, double y2);
00091 
00092 public:
00093 
00094   
00095   static Glib::RefPtr<PolylineModel> create(double x1, double y1, double x2, double y2);
00096 
00097 
00098   #ifdef GLIBMM_PROPERTIES_ENABLED
00099 
00105   Glib::PropertyProxy<double> property_arrow_length() ;
00106 #endif //#GLIBMM_PROPERTIES_ENABLED
00107 
00108 #ifdef GLIBMM_PROPERTIES_ENABLED
00109 
00115   Glib::PropertyProxy_ReadOnly<double> property_arrow_length() const;
00116 #endif //#GLIBMM_PROPERTIES_ENABLED
00117 
00118   #ifdef GLIBMM_PROPERTIES_ENABLED
00119 
00125   Glib::PropertyProxy<double> property_arrow_tip_length() ;
00126 #endif //#GLIBMM_PROPERTIES_ENABLED
00127 
00128 #ifdef GLIBMM_PROPERTIES_ENABLED
00129 
00135   Glib::PropertyProxy_ReadOnly<double> property_arrow_tip_length() const;
00136 #endif //#GLIBMM_PROPERTIES_ENABLED
00137 
00138   #ifdef GLIBMM_PROPERTIES_ENABLED
00139 
00145   Glib::PropertyProxy<double> property_arrow_width() ;
00146 #endif //#GLIBMM_PROPERTIES_ENABLED
00147 
00148 #ifdef GLIBMM_PROPERTIES_ENABLED
00149 
00155   Glib::PropertyProxy_ReadOnly<double> property_arrow_width() const;
00156 #endif //#GLIBMM_PROPERTIES_ENABLED
00157 
00158   #ifdef GLIBMM_PROPERTIES_ENABLED
00159 
00165   Glib::PropertyProxy<bool> property_close_path() ;
00166 #endif //#GLIBMM_PROPERTIES_ENABLED
00167 
00168 #ifdef GLIBMM_PROPERTIES_ENABLED
00169 
00175   Glib::PropertyProxy_ReadOnly<bool> property_close_path() const;
00176 #endif //#GLIBMM_PROPERTIES_ENABLED
00177 
00178   #ifdef GLIBMM_PROPERTIES_ENABLED
00179 
00185   Glib::PropertyProxy<bool> property_end_arrow() ;
00186 #endif //#GLIBMM_PROPERTIES_ENABLED
00187 
00188 #ifdef GLIBMM_PROPERTIES_ENABLED
00189 
00195   Glib::PropertyProxy_ReadOnly<bool> property_end_arrow() const;
00196 #endif //#GLIBMM_PROPERTIES_ENABLED
00197 
00198   #ifdef GLIBMM_PROPERTIES_ENABLED
00199 
00205   Glib::PropertyProxy<Points> property_points() ;
00206 #endif //#GLIBMM_PROPERTIES_ENABLED
00207 
00208 #ifdef GLIBMM_PROPERTIES_ENABLED
00209 
00215   Glib::PropertyProxy_ReadOnly<Points> property_points() const;
00216 #endif //#GLIBMM_PROPERTIES_ENABLED
00217 
00218   #ifdef GLIBMM_PROPERTIES_ENABLED
00219 
00225   Glib::PropertyProxy<bool> property_start_arrow() ;
00226 #endif //#GLIBMM_PROPERTIES_ENABLED
00227 
00228 #ifdef GLIBMM_PROPERTIES_ENABLED
00229 
00235   Glib::PropertyProxy_ReadOnly<bool> property_start_arrow() const;
00236 #endif //#GLIBMM_PROPERTIES_ENABLED
00237 
00238 
00239 public:
00240 
00241 public:
00242   //C++ methods used to invoke GTK+ virtual functions:
00243 #ifdef GLIBMM_VFUNCS_ENABLED
00244 #endif //GLIBMM_VFUNCS_ENABLED
00245 
00246 protected:
00247   //GTK+ Virtual Functions (override these to change behaviour):
00248 #ifdef GLIBMM_VFUNCS_ENABLED
00249 #endif //GLIBMM_VFUNCS_ENABLED
00250 
00251   //Default Signal Handlers::
00252 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00253 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00254 
00255 
00256 };
00257 
00258 }
00259 
00260 
00261 namespace Glib
00262 {
00271   Glib::RefPtr<Goocanvas::PolylineModel> wrap(GooCanvasPolylineModel* object, bool take_copy = false);
00272 }
00273 
00274 
00275 #endif /* _GOOCANVASMM_POLYLINEMODEL_H */
00276 

Generated on Thu Nov 29 16:28:35 2007 for goocanvasmm by  doxygen 1.5.2