#include <imagemodel.h>
Inheritance diagram for Goocanvas::ImageModel:
Public Member Functions | |
virtual | ~ImageModel () |
GooCanvasImageModel * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasImageModel * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasImageModel * | 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 > | _height () |
The height of the image. | |
Glib::PropertyProxy_ReadOnly< double > | _height () const |
The height of the image. | |
Glib::PropertyProxy< Cairo::RefPtr< Cairo::Pattern > > | _pattern () |
The cairo pattern to paint. | |
Glib::PropertyProxy_ReadOnly< Cairo::RefPtr< Cairo::Pattern > > | _pattern () const |
The cairo pattern to paint. | |
Glib::PropertyProxy_WriteOnly< Glib::RefPtr< Gdk::Pixbuf > > | _pixbuf () |
The GdkPixbuf to display. | |
Glib::PropertyProxy< double > | _width () |
The width of the image. | |
Glib::PropertyProxy_ReadOnly< double > | _width () const |
The width of the image. | |
Glib::PropertyProxy< double > | _x () |
The x coordinate of the image. | |
Glib::PropertyProxy_ReadOnly< double > | _x () const |
The x coordinate of the image. | |
Glib::PropertyProxy< double > | _y () |
The y coordinate of the image. | |
Glib::PropertyProxy_ReadOnly< double > | _y () const |
The y coordinate of the image. | |
Static Public Member Functions | |
static Glib::RefPtr< ImageModel > | create (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf, double x, double y) |
static Glib::RefPtr< ImageModel > | create (double x, double y) |
Protected Member Functions | |
ImageModel (double x, double y) | |
ImageModel (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf, double x, double y) | |
ImageModel () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::ImageModel > | wrap (GooCanvasImageModel *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::ImageModel::~ImageModel | ( | ) | [virtual] |
Goocanvas::ImageModel::ImageModel | ( | double | x, | |
double | y | |||
) | [protected] |
Goocanvas::ImageModel::ImageModel | ( | const Glib::RefPtr< Gdk::Pixbuf > & | pixbuf, | |
double | x, | |||
double | y | |||
) | [protected] |
Goocanvas::ImageModel::ImageModel | ( | ) | [protected] |
GooCanvasImageModel* Goocanvas::ImageModel::gobj | ( | ) | [inline] |
const GooCanvasImageModel* Goocanvas::ImageModel::gobj | ( | ) | const [inline] |
GooCanvasImageModel* Goocanvas::ImageModel::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::ItemModelSimple.
static Glib::RefPtr<ImageModel> Goocanvas::ImageModel::create | ( | const Glib::RefPtr< Gdk::Pixbuf > & | pixbuf, | |
double | x, | |||
double | y | |||
) | [static] |
static Glib::RefPtr<ImageModel> Goocanvas::ImageModel::create | ( | double | x, | |
double | y | |||
) | [static] |
Glib::PropertyProxy<double> Goocanvas::ImageModel::_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<double> Goocanvas::ImageModel::_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< Cairo::RefPtr<Cairo::Pattern> > Goocanvas::ImageModel::_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_ReadOnly< Cairo::RefPtr<Cairo::Pattern> > Goocanvas::ImageModel::_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_WriteOnly< Glib::RefPtr<Gdk::Pixbuf> > Goocanvas::ImageModel::_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<double> Goocanvas::ImageModel::_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::ImageModel::_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::ImageModel::_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::ImageModel::_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::ImageModel::_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::PropertyProxy_ReadOnly<double> Goocanvas::ImageModel::_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::RefPtr< Goocanvas::ImageModel > wrap | ( | GooCanvasImageModel * | 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. |