libgnomecanvasmm
Public Member Functions | Related Functions
Gnome::Canvas::RectEllipse Class Reference

Abstract class for all rectangular shapes Corresponds to GnomeCanvasRE in libgnomecanvas. More...

#include <rect-ellipse.h>

Inheritance diagram for Gnome::Canvas::RectEllipse:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~RectEllipse ()
GnomeCanvasRE * gobj ()
 Provides access to the underlying C GtkObject.
const GnomeCanvasRE * gobj () const
 Provides access to the underlying C GtkObject.
 RectEllipse (Group &parent)
Glib::PropertyProxy< double > property_x1 ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly
< double > 
property_x1 () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< double > property_y1 ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly
< double > 
property_y1 () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< double > property_x2 ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly
< double > 
property_x2 () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< double > property_y2 ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly
< double > 
property_y2 () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Related Functions

(Note that these are not member functions.)

Gnome::Canvas::RectEllipsewrap (GnomeCanvasRE *object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

Abstract class for all rectangular shapes Corresponds to GnomeCanvasRE in libgnomecanvas.


Constructor & Destructor Documentation


Member Function Documentation

GnomeCanvasRE* Gnome::Canvas::RectEllipse::gobj ( ) [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Canvas::Shape.

Reimplemented in Gnome::Canvas::Rect, and Gnome::Canvas::Ellipse.

const GnomeCanvasRE* Gnome::Canvas::RectEllipse::gobj ( ) const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Canvas::Shape.

Reimplemented in Gnome::Canvas::Rect, and Gnome::Canvas::Ellipse.

Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_x1 ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_x1 ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_x2 ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_x2 ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_y1 ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_y1 ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_y2 ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_y2 ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Friends And Related Function Documentation

Gnome::Canvas::RectEllipse * wrap ( GnomeCanvasRE *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: