Data Structures | Public Member Functions | Static Public Member Functions
eo_cxx::evas_3d_object Struct Reference

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

void change (Evas_3D_State state_, Evas_3D_Object *ref_) const
 Notify the object regarding its state change. More...
 
Evas_3D_Object_Type type_get () const
 Returns the type of the object.
 
void type_set (Evas_3D_Object_Type type_) const
 Returns the type of the object. More...
 
bool dirty_get (Evas_3D_State state_) const
 Returns the status of a particular state of the object. More...
 
void update () const
 Update request for the object.
 
void update_notify () const
 Pure virtual update_notify function. More...
 
void change_notify (Evas_3D_State state_, Evas_3D_Object *ref_) const
 Pure virtual change_notify function. More...
 
 operator::evas_3d_object () const
 
 operator::evas_3d_object & ()
 
 operator::evas_3d_object const & () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Member Function Documentation

void evas_3d_object::change ( Evas_3D_State  state_,
Evas_3D_Object ref_ 
) const
inline

Notify the object regarding its state change.

Parameters
stateState that is changed
refThe Object that caused the change
void evas_3d_object::type_set ( Evas_3D_Object_Type  type_) const
inline

Returns the type of the object.

Parameters
type
bool evas_3d_object::dirty_get ( Evas_3D_State  state_) const
inline

Returns the status of a particular state of the object.

Parameters
stateState whose status is being asked
void evas_3d_object::update_notify ( ) const
inline

Pure virtual update_notify function.

Update request for the object.

void evas_3d_object::change_notify ( Evas_3D_State  state_,
Evas_3D_Object ref_ 
) const
inline

Pure virtual change_notify function.

Update request for the object.

Parameters
stateState that is changed
refThe Object that caused the change