Clutter::Knot Class Reference
List of all members.
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 (int x) |
int | get_y () const |
void | set_y (int y) |
void | set_xy (int x, int y) |
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) |
Constructor & Destructor Documentation
Clutter::Knot::Knot |
( |
const ClutterKnot * |
gobject |
) |
[explicit] |
Clutter::Knot::Knot |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
Member Function Documentation
int Clutter::Knot::get_x |
( |
|
) |
const |
int Clutter::Knot::get_y |
( |
|
) |
const |
const ClutterKnot* Clutter::Knot::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C instance.
ClutterKnot* Clutter::Knot::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C instance.
void Clutter::Knot::set_x |
( |
int |
x |
) |
|
void Clutter::Knot::set_xy |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
void Clutter::Knot::set_y |
( |
int |
y |
) |
|
Friends And Related Function Documentation
const Clutter::Knot& wrap |
( |
const ClutterKnot * |
object |
) |
[related] |
- 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: