path.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _GOOCANVASMM_PATH_H
00004 #define _GOOCANVASMM_PATH_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/itemsimple.h>
00028 
00029 
00030 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00031 typedef struct _GooCanvasPath GooCanvasPath;
00032 typedef struct _GooCanvasPathClass GooCanvasPathClass;
00033 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00034 
00035 
00036 namespace Goocanvas
00037 { class Path_Class; } // namespace Goocanvas
00038 namespace Goocanvas
00039 {
00040 
00041 /*
00042 _WRAP_ENUM(PathCommandType,GooCanvasPathCommandType)
00043 */
00044 
00045 
00046 class Path : public Goocanvas::ItemSimple
00047 {
00048   
00049 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00050 
00051 public:
00052   typedef Path CppObjectType;
00053   typedef Path_Class CppClassType;
00054   typedef GooCanvasPath BaseObjectType;
00055   typedef GooCanvasPathClass BaseClassType;
00056 
00057 private:  friend class Path_Class;
00058   static CppClassType path_class_;
00059 
00060 private:
00061   // noncopyable
00062   Path(const Path&);
00063   Path& operator=(const Path&);
00064 
00065 protected:
00066   explicit Path(const Glib::ConstructParams& construct_params);
00067   explicit Path(GooCanvasPath* castitem);
00068 
00069 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00070 
00071 public:
00072   virtual ~Path();
00073 
00074 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00075   static GType get_type()      G_GNUC_CONST;
00076   static GType get_base_type() G_GNUC_CONST;
00077 #endif
00078 
00080   GooCanvasPath*       gobj()       { return reinterpret_cast<GooCanvasPath*>(gobject_); }
00081 
00083   const GooCanvasPath* gobj() const { return reinterpret_cast<GooCanvasPath*>(gobject_); }
00084 
00086   GooCanvasPath* gobj_copy();
00087 
00088 private:
00089 
00090 protected:
00091 
00092   //TODO: I doubt that ustring is a sensible type for the data. murrayc.
00093   explicit Path(const Glib::ustring& data );
00094   
00095 
00096 public:
00097 
00098   
00099   static Glib::RefPtr<Path> create(const Glib::ustring& data);
00100 
00101 
00102   #ifdef GLIBMM_PROPERTIES_ENABLED
00103 
00109   Glib::PropertyProxy_WriteOnly<Glib::ustring> property_data() ;
00110 #endif //#GLIBMM_PROPERTIES_ENABLED
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 
00133 }
00134 
00135 
00136 namespace Glib
00137 {
00146   Glib::RefPtr<Goocanvas::Path> wrap(GooCanvasPath* object, bool take_copy = false);
00147 }
00148 
00149 
00150 #endif /* _GOOCANVASMM_PATH_H */
00151 

Generated on Wed Sep 3 02:56:11 2008 for goocanvasmm by  doxygen 1.5.6