#include <image.h>

Public Member Functions | |
| virtual | ~Image () |
| GooCanvasImage * | gobj () |
| Provides access to the underlying C GObject. | |
| const GooCanvasImage * | gobj () const |
| Provides access to the underlying C GObject. | |
| GooCanvasImage * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| Glib::PropertyProxy< double > | property_height () |
| The height of the image. | |
| Glib::PropertyProxy_ReadOnly < double > | property_height () const |
| The height of the image. | |
| Glib::PropertyProxy < Cairo::RefPtr < Cairo::Pattern > > | property_pattern () |
| The cairo pattern to paint. | |
| Glib::PropertyProxy_ReadOnly < Cairo::RefPtr < Cairo::Pattern > > | property_pattern () const |
| The cairo pattern to paint. | |
| Glib::PropertyProxy_WriteOnly < Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf () |
| The GdkPixbuf to display. | |
| Glib::PropertyProxy< double > | property_width () |
| The width of the image. | |
| Glib::PropertyProxy_ReadOnly < double > | property_width () const |
| The width of the image. | |
| Glib::PropertyProxy< double > | property_x () |
| The x coordinate of the image. | |
| Glib::PropertyProxy_ReadOnly < double > | property_x () const |
| The x coordinate of the image. | |
| Glib::PropertyProxy< double > | property_y () |
| The y coordinate of the image. | |
| Glib::PropertyProxy_ReadOnly < double > | property_y () const |
| The y coordinate of the image. | |
Static Public Member Functions | |
| static Glib::RefPtr< Image > | create (double x=0.0, double y=0.0) |
| static Glib::RefPtr< Image > | create (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf, double x=0.0, double y=0.0) |
Protected Member Functions | |
| Image (double x=0.0, double y=0.0) | |
| Image (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf, double x=0.0, double y=0.0) | |
| Image () | |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< Goocanvas::Image > | wrap (GooCanvasImage *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
| virtual Goocanvas::Image::~Image | ( | ) | [virtual] |
| Goocanvas::Image::Image | ( | double | x = 0.0, |
|
| double | y = 0.0 | |||
| ) | [explicit, protected] |
| Goocanvas::Image::Image | ( | const Glib::RefPtr< Gdk::Pixbuf > & | pixbuf, | |
| double | x = 0.0, |
|||
| double | y = 0.0 | |||
| ) | [explicit, protected] |
| Goocanvas::Image::Image | ( | ) | [protected] |
| static Glib::RefPtr<Image> Goocanvas::Image::create | ( | const Glib::RefPtr< Gdk::Pixbuf > & | pixbuf, | |
| double | x = 0.0, |
|||
| double | y = 0.0 | |||
| ) | [static] |
| static Glib::RefPtr<Image> Goocanvas::Image::create | ( | double | x = 0.0, |
|
| double | y = 0.0 | |||
| ) | [static] |
| const GooCanvasImage* Goocanvas::Image::gobj | ( | ) | const [inline] |
| GooCanvasImage* Goocanvas::Image::gobj | ( | ) | [inline] |
| GooCanvasImage* Goocanvas::Image::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemSimple.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Image::property_height | ( | ) | const |
The height of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Image::property_height | ( | ) |
The height of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< Cairo::RefPtr<Cairo::Pattern> > Goocanvas::Image::property_pattern | ( | ) | const |
The cairo pattern to paint.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< Cairo::RefPtr<Cairo::Pattern> > Goocanvas::Image::property_pattern | ( | ) |
The cairo pattern to paint.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_WriteOnly< Glib::RefPtr<Gdk::Pixbuf> > Goocanvas::Image::property_pixbuf | ( | ) |
The GdkPixbuf to display.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Image::property_width | ( | ) | const |
The width of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Image::property_width | ( | ) |
The width of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Image::property_x | ( | ) | const |
The x coordinate of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Image::property_x | ( | ) |
The x coordinate of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Image::property_y | ( | ) | const |
The y coordinate of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Image::property_y | ( | ) |
The y coordinate of the image.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::RefPtr< Goocanvas::Image > wrap | ( | GooCanvasImage * | 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. |
1.5.7.1