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