cluttermm: Clutter::Perspective Class Reference

Public Member Functions

 Perspective ()
 
 Perspective (const ClutterPerspective* gobject)
 
ClutterPerspective* gobj ()
 Provides access to the underlying C instance. More...

 
const ClutterPerspective* gobj () const
 Provides access to the underlying C instance. More...

 
 Perspective (float fovy, float aspect, float z_near, float z_far)
 
float get_fovy () const
 
void set_fovy (const float& value)
 
float get_aspect () const
 
void set_aspect (const float& value)
 
float get_z_near () const
 
void set_z_near (const float& value)
 
float get_z_far () const
 
void set_z_far (const float& value)
 

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system. More...

 

Protected Attributes

ClutterPerspective gobject_
 

Related Functions

(Note that these are not member functions.)

Clutter::Perspectivewrap (ClutterPerspective* object)
 
const Clutter::Perspectivewrap (const ClutterPerspective* object)
 

Constructor & Destructor Documentation

Clutter::Perspective::Perspective ( )
Clutter::Perspective::Perspective ( const ClutterPerspective *  gobject)
explicit
Clutter::Perspective::Perspective ( float  fovy,
float  aspect,
float  z_near,
float  z_far 
)

Member Function Documentation

float Clutter::Perspective::get_aspect ( ) const
float Clutter::Perspective::get_fovy ( ) const
static GType Clutter::Perspective::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

float Clutter::Perspective::get_z_far ( ) const
float Clutter::Perspective::get_z_near ( ) const
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.

void Clutter::Perspective::set_aspect ( const float &  value)
void Clutter::Perspective::set_fovy ( const float &  value)
void Clutter::Perspective::set_z_far ( const float &  value)
void Clutter::Perspective::set_z_near ( const float &  value)

Friends And Related Function Documentation

Clutter::Perspective& wrap ( ClutterPerspective *  object)
related
Parameters
objectThe C instance
Returns
A C++ instance that wraps this C instance.
const Clutter::Perspective& wrap ( const ClutterPerspective *  object)
related
Parameters
objectThe C instance
Returns
A C++ instance that wraps this C instance.

Member Data Documentation

ClutterPerspective Clutter::Perspective::gobject_
protected

The documentation for this class was generated from the following file:
  • cluttermm/stage.h