Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

rect-ellipse.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMECANVASMM_RECT_ELLIPSE_H
00004 #define _LIBGNOMECANVASMM_RECT_ELLIPSE_H
00005 
00006 #include <glibmm.h>
00007 
00008 // -*- C++ -*-
00009 /* $Id: rect-ellipse.hg,v 1.6 2002/04/01 16:54:22 murrayc Exp $ */
00010 
00011 /* canvas-ellipse.h
00012  * 
00013  * Copyright (C) 1998 EMC Capital Management Inc.
00014  * Developed by Havoc Pennington <hp@pobox.com>
00015  *
00016  * Copyright (C) 1999 The Gtk-- Development Team
00017  *
00018  * This library is free software; you can redistribute it and/or
00019  * modify it under the terms of the GNU Library General Public
00020  * License as published by the Free Software Foundation; either
00021  * version 2 of the License, or (at your option) any later version.
00022  *
00023  * This library is distributed in the hope that it will be useful,
00024  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00025  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00026  * Library General Public License for more details.
00027  *
00028  * You should have received a copy of the GNU Library General Public
00029  * License along with this library; if not, write to the Free
00030  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00031  */
00032 
00033 #include <libgnomecanvasmm/shape.h>
00034 //#include <libgnomecanvasmm/group.h>
00035 #include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
00036 
00037 
00038 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00039 typedef struct _GnomeCanvasRE GnomeCanvasRE;
00040 typedef struct _GnomeCanvasREClass GnomeCanvasREClass;
00041 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00042 
00043 
00044 namespace Gnome
00045 {
00046 
00047 namespace Canvas
00048 { class RectEllipse_Class; } // namespace Canvas
00049 
00050 } // namespace Gnome
00051 namespace Gnome
00052 {
00053 
00054 namespace Canvas
00055 {
00056 
00061 class RectEllipse : public Shape
00062 {
00063   public:
00064 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00065   typedef RectEllipse CppObjectType;
00066   typedef RectEllipse_Class CppClassType;
00067   typedef GnomeCanvasRE BaseObjectType;
00068   typedef GnomeCanvasREClass BaseClassType;
00069 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00070 
00071   virtual ~RectEllipse();
00072 
00073 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00074 
00075 private:
00076   friend class RectEllipse_Class;
00077   static CppClassType rectellipse_class_;
00078 
00079   // noncopyable
00080   RectEllipse(const RectEllipse&);
00081   RectEllipse& operator=(const RectEllipse&);
00082 
00083 protected:
00084   explicit RectEllipse(const Glib::ConstructParams& construct_params);
00085   explicit RectEllipse(GnomeCanvasRE* castitem);
00086 
00087 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00088 
00089 public:
00090 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00091   static GType get_type()      G_GNUC_CONST;
00092   static GType get_base_type() G_GNUC_CONST;
00093 #endif
00094 
00096   GnomeCanvasRE*       gobj()       { return reinterpret_cast<GnomeCanvasRE*>(gobject_); }
00097 
00099   const GnomeCanvasRE* gobj() const { return reinterpret_cast<GnomeCanvasRE*>(gobject_); }
00100 
00101 
00102 public:
00103   //C++ methods used to invoke GTK+ virtual functions:
00104 
00105 protected:
00106   //GTK+ Virtual Functions (override these to change behaviour):
00107 
00108   //Default Signal Handlers::
00109 
00110 
00111 private:
00112 
00113 public:
00114   explicit RectEllipse(Group& parent);
00115 
00121 Glib::PropertyProxy<double> property_x1();
00122 
00128 Glib::PropertyProxy<double> property_y1();
00129 
00135 Glib::PropertyProxy<double> property_x2();
00136 
00142 Glib::PropertyProxy<double> property_y2();
00143 
00144 
00145 };
00146 
00147 } /* namespace Canvas */
00148 } /* namespace Gnome */
00149 
00150 namespace Glib
00151 {
00153   Gnome::Canvas::RectEllipse* wrap(GnomeCanvasRE* object, bool take_copy = false);
00154 }
00155 #endif /* _LIBGNOMECANVASMM_RECT_ELLIPSE_H */
00156 

Generated on Fri Nov 12 14:55:52 2004 for libgnomecanvasmm by doxygen 1.3.5