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

#include <bpath.h>

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

List of all members.

Public Member Functions

virtual ~Bpath ()
GnomeCanvasBpath * gobj ()
 Provides access to the underlying C GtkObject.
const GnomeCanvasBpath * gobj () const
 Provides access to the underlying C GtkObject.
 Bpath (Group &parent)
Glib::PropertyProxy
< GnomeCanvasPathDef * > 
property_bpath ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly
< GnomeCanvasPathDef * > 
property_bpath () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void set_bpath (const Glib::RefPtr< PathDef > &path)

Related Functions

(Note that these are not member functions.)

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

Constructor & Destructor Documentation

virtual Gnome::Canvas::Bpath::~Bpath ( ) [virtual]
Gnome::Canvas::Bpath::Bpath ( Group parent) [explicit]

Member Function Documentation

GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj ( ) [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Canvas::Shape.

const GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj ( ) const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gnome::Canvas::Shape.

Glib::PropertyProxy<GnomeCanvasPathDef*> Gnome::Canvas::Bpath::property_bpath ( )

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<GnomeCanvasPathDef*> Gnome::Canvas::Bpath::property_bpath ( ) 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.
void Gnome::Canvas::Bpath::set_bpath ( const Glib::RefPtr< PathDef > &  path)

Friends And Related Function Documentation

Gnome::Canvas::Bpath * wrap ( GnomeCanvasBpath *  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: