#include <group.h>
Public Member Functions | |
virtual | ~Group () |
GnomeCanvasGroup * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasGroup * | gobj () const |
Provides access to the underlying C GtkObject. | |
Group (Group &parent, double x=0, double y=0) | |
Group () | |
Glib::PropertyProxy< double > | property_x () |
X. | |
Glib::PropertyProxy_ReadOnly < double > | property_x () const |
X. | |
Glib::PropertyProxy< double > | property_y () |
Y. | |
Glib::PropertyProxy_ReadOnly < double > | property_y () const |
Y. | |
Friends | |
class | Canvas |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Group * | wrap (GnomeCanvasGroup *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::Canvas::Group::~Group | ( | ) | [virtual] |
Gnome::Canvas::Group::Group | ( | Group & | parent, | |
double | x = 0 , |
|||
double | y = 0 | |||
) | [explicit] |
Gnome::Canvas::Group::Group | ( | ) |
const GnomeCanvasGroup* Gnome::Canvas::Group::gobj | ( | ) | const [inline] |
GnomeCanvasGroup* Gnome::Canvas::Group::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Group::property_x | ( | ) | const |
X.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Group::property_x | ( | ) |
X.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Group::property_y | ( | ) | const |
Y.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Group::property_y | ( | ) |
Y.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
friend class Canvas [friend] |
Gnome::Canvas::Group * wrap | ( | GnomeCanvasGroup * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |