#include <stage.h>
Public Member Functions | ||||
Perspective () | ||||
Perspective (const ClutterPerspective *gobject) | ||||
ClutterPerspective * | gobj () | |||
Provides access to the underlying C instance. | ||||
const ClutterPerspective * | gobj () const | |||
Provides access to the underlying C instance. | ||||
Perspective (Fixed fovy, Fixed aspect, Fixed z_near, Fixed z_far) | ||||
Fixed | get_fovy () const | |||
void | set_fovy (const Fixed &value) | |||
Fixed | get_aspect () const | |||
void | set_aspect (const Fixed &value) | |||
Fixed | get_z_near () const | |||
void | set_z_near (const Fixed &value) | |||
Fixed | get_z_far () const | |||
void | set_z_far (const Fixed &value) | |||
Protected Attributes | ||||
ClutterPerspective | gobject_ | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Clutter::Perspective & | wrap (ClutterPerspective *object) | |||
| ||||
const Clutter::Perspective & | wrap (const ClutterPerspective *object) | |||
|
Clutter::Perspective::Perspective | ( | ) |
Clutter::Perspective::Perspective | ( | const ClutterPerspective * | gobject | ) | [explicit] |
ClutterPerspective* Clutter::Perspective::gobj | ( | ) | [inline] |
Provides access to the underlying C instance.
const ClutterPerspective* Clutter::Perspective::gobj | ( | ) | const [inline] |
Provides access to the underlying C instance.
Fixed Clutter::Perspective::get_fovy | ( | ) | const |
void Clutter::Perspective::set_fovy | ( | const Fixed & | value | ) |
Fixed Clutter::Perspective::get_aspect | ( | ) | const |
void Clutter::Perspective::set_aspect | ( | const Fixed & | value | ) |
Fixed Clutter::Perspective::get_z_near | ( | ) | const |
void Clutter::Perspective::set_z_near | ( | const Fixed & | value | ) |
Fixed Clutter::Perspective::get_z_far | ( | ) | const |
void Clutter::Perspective::set_z_far | ( | const Fixed & | value | ) |
Clutter::Perspective & wrap | ( | ClutterPerspective * | object | ) | [related] |
object | The C instance |
const Clutter::Perspective & wrap | ( | const ClutterPerspective * | object | ) | [related] |
object | The C instance |
ClutterPerspective Clutter::Perspective::gobject_ [protected] |