#include <types.h>
Public Member Functions | |
| Geometry () | |
| Geometry (const ClutterGeometry *gobject) | |
| ClutterGeometry * | gobj () |
| Provides access to the underlying C instance. | |
| const ClutterGeometry * | gobj () const |
| Provides access to the underlying C instance. | |
| Geometry (int x, int y, unsigned int width=0, unsigned int height=0) | |
| int | get_x () const |
| void | set_x (int x) |
| int | get_y () const |
| void | set_y (int y) |
| void | set_xy (int x, int y) |
| unsigned int | get_width () const |
| void | set_width (unsigned int width) |
| unsigned int | get_height () const |
| void | set_height (unsigned int height) |
| void | set_size (unsigned int width, unsigned int height) |
Protected Attributes | |
| ClutterGeometry | gobject_ |
Related Functions | |
| (Note that these are not member functions.) | |
| Clutter::Geometry & | wrap (ClutterGeometry *object) |
| const Clutter::Geometry & | wrap (const ClutterGeometry *object) |
| Clutter::Geometry::Geometry | ( | ) |
| Clutter::Geometry::Geometry | ( | const ClutterGeometry * | gobject | ) | [explicit] |
| Clutter::Geometry::Geometry | ( | int | x, | |
| int | y, | |||
| unsigned int | width = 0, |
|||
| unsigned int | height = 0 | |||
| ) |
| unsigned int Clutter::Geometry::get_height | ( | ) | const |
| unsigned int Clutter::Geometry::get_width | ( | ) | const |
| int Clutter::Geometry::get_x | ( | ) | const |
| int Clutter::Geometry::get_y | ( | ) | const |
| const ClutterGeometry* Clutter::Geometry::gobj | ( | ) | const [inline] |
Provides access to the underlying C instance.
| ClutterGeometry* Clutter::Geometry::gobj | ( | ) | [inline] |
Provides access to the underlying C instance.
| void Clutter::Geometry::set_height | ( | unsigned int | height | ) |
| void Clutter::Geometry::set_size | ( | unsigned int | width, | |
| unsigned int | height | |||
| ) |
| void Clutter::Geometry::set_width | ( | unsigned int | width | ) |
| void Clutter::Geometry::set_x | ( | int | x | ) |
| void Clutter::Geometry::set_xy | ( | int | x, | |
| int | y | |||
| ) |
| void Clutter::Geometry::set_y | ( | int | y | ) |
| const Clutter::Geometry & wrap | ( | const ClutterGeometry * | object | ) | [related] |
| object | The C instance |
| Clutter::Geometry & wrap | ( | ClutterGeometry * | object | ) | [related] |
| object | The C instance |
ClutterGeometry Clutter::Geometry::gobject_ [protected] |
1.5.8