Data Structures | Public Member Functions | Static Public Member Functions
eo_cxx::evas::out Struct Reference

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

void view_get (Evas_Coord *x_, Evas_Coord *y_, Evas_Coord *w_, Evas_Coord *h_) const
 Gets the viewport region of the canvas that the output displays. More...
 
void view_set (Evas_Coord x_, Evas_Coord y_, Evas_Coord w_, Evas_Coord h_) const
 Sets the viewport region of the canvas that the output displays This sets both the viewport region in the canvas that displays on the given output, but also the viewport size will match the output resolution 1:1. More...
 
Evas_Engine_Infoengine_info_get () const
 Gets the engine specific output parameters for a given output. More...
 
bool engine_info_set (Evas_Engine_Info *info_) const
 Sets the engine specific output parameters for a given output. More...
 
 operator::evas::out () const
 
 operator::evas::out & ()
 
 operator::evas::out const & () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Member Function Documentation

void eo_cxx::evas::out::view_get ( Evas_Coord x_,
Evas_Coord y_,
Evas_Coord w_,
Evas_Coord h_ 
) const
inline

Gets the viewport region of the canvas that the output displays.

Parameters
x
y
w
h
void eo_cxx::evas::out::view_set ( Evas_Coord  x_,
Evas_Coord  y_,
Evas_Coord  w_,
Evas_Coord  h_ 
) const
inline

Sets the viewport region of the canvas that the output displays This sets both the viewport region in the canvas that displays on the given output, but also the viewport size will match the output resolution 1:1.

Parameters
x
y
w
h
Evas_Engine_Info * eo_cxx::evas::out::engine_info_get ( ) const
inline

Gets the engine specific output parameters for a given output.

Parameters
infoThe engine parameters
bool eo_cxx::evas::out::engine_info_set ( Evas_Engine_Info info_) const
inline

Sets the engine specific output parameters for a given output.

Parameters
infoThe engine parameters