List of all members.
Constructor & Destructor Documentation
Clutter::Geometry::Geometry |
( |
| ) |
|
Clutter::Geometry::Geometry |
( |
const ClutterGeometry * |
gobject | ) |
[explicit] |
Clutter::Geometry::Geometry |
( |
int |
x, |
|
|
int |
y, |
|
|
guint |
width = 0 , |
|
|
guint |
height = 0 |
|
) |
| |
Member Function Documentation
guint Clutter::Geometry::get_height |
( |
| ) |
const |
guint 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 |
( |
guint |
height | ) |
|
void Clutter::Geometry::set_size |
( |
guint |
width, |
|
|
guint |
height |
|
) |
| |
void Clutter::Geometry::set_width |
( |
guint |
width | ) |
|
void Clutter::Geometry::set_x |
( |
int |
x | ) |
|
void Clutter::Geometry::set_xy |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
void Clutter::Geometry::set_y |
( |
int |
y | ) |
|
Friends And Related Function Documentation
- Parameters:
-
- Returns:
- A C++ instance that wraps this C instance.
- Parameters:
-
- Returns:
- A C++ instance that wraps this C instance.
Member Data Documentation
The documentation for this class was generated from the following file: