#include <types.h>
Public Member Functions | |
| Vertex () | |
| Vertex (const ClutterVertex *gobject) | |
| ClutterVertex * | gobj () |
| Provides access to the underlying C instance. | |
| const ClutterVertex * | gobj () const |
| Provides access to the underlying C instance. | |
| Vertex (Unit x, Unit y, Unit z) | |
| Unit | get_x () const |
| void | set_x (const Unit &value) |
| Unit | get_y () const |
| void | set_y (const Unit &value) |
| Unit | get_z () const |
| void | set_z (const Unit &value) |
Protected Attributes | |
| ClutterVertex | gobject_ |
Related Functions | |
| (Note that these are not member functions.) | |
| Clutter::Vertex & | wrap (ClutterVertex *object) |
| const Clutter::Vertex & | wrap (const ClutterVertex *object) |
| Clutter::Vertex::Vertex | ( | ) |
| Clutter::Vertex::Vertex | ( | const ClutterVertex * | gobject | ) | [explicit] |
| ClutterVertex* Clutter::Vertex::gobj | ( | ) | [inline] |
| const ClutterVertex* Clutter::Vertex::gobj | ( | ) | const [inline] |
| Unit Clutter::Vertex::get_x | ( | ) | const |
| void Clutter::Vertex::set_x | ( | const Unit & | value | ) |
| Unit Clutter::Vertex::get_y | ( | ) | const |
| void Clutter::Vertex::set_y | ( | const Unit & | value | ) |
| Unit Clutter::Vertex::get_z | ( | ) | const |
| void Clutter::Vertex::set_z | ( | const Unit & | value | ) |
| Clutter::Vertex & wrap | ( | ClutterVertex * | object | ) | [related] |
| object | The C instance |
| const Clutter::Vertex & wrap | ( | const ClutterVertex * | object | ) | [related] |
| object | The C instance |
ClutterVertex Clutter::Vertex::gobject_ [protected] |
Referenced by gobj().
1.5.6