#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, unsigned int height) | |
| int | get_x () const |
| void | set_x (const int &value) |
| int | get_y () const |
| void | set_y (const int &value) |
| unsigned int | get_width () const |
| void | set_width (const unsigned int &value) |
| unsigned int | get_height () const |
| void | set_height (const unsigned int &value) |
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, | |||
| unsigned int | height | |||
| ) |
| ClutterGeometry* Clutter::Geometry::gobj | ( | ) | [inline] |
| const ClutterGeometry* Clutter::Geometry::gobj | ( | ) | const [inline] |
| int Clutter::Geometry::get_x | ( | ) | const |
| void Clutter::Geometry::set_x | ( | const int & | value | ) |
| int Clutter::Geometry::get_y | ( | ) | const |
| void Clutter::Geometry::set_y | ( | const int & | value | ) |
| unsigned int Clutter::Geometry::get_width | ( | ) | const |
| void Clutter::Geometry::set_width | ( | const unsigned int & | value | ) |
| unsigned int Clutter::Geometry::get_height | ( | ) | const |
| void Clutter::Geometry::set_height | ( | const unsigned int & | value | ) |
| Clutter::Geometry & wrap | ( | ClutterGeometry * | object | ) | [related] |
| object | The C instance |
| const Clutter::Geometry & wrap | ( | const ClutterGeometry * | object | ) | [related] |
| object | The C instance |
ClutterGeometry Clutter::Geometry::gobject_ [protected] |
Referenced by gobj().
1.5.6