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

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

void xy_get (Evas_Coord *x1_, Evas_Coord *y1_, Evas_Coord *x2_, Evas_Coord *y2_) const
 Retrieves the coordinates of the end points of the given evas line object. More...
 
void xy_set (Evas_Coord x1_, Evas_Coord y1_, Evas_Coord x2_, Evas_Coord y2_) const
 
 operator::evas::line () const
 
 operator::evas::line & ()
 
 operator::evas::line const & () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Member Function Documentation

void eo_cxx::evas::line::xy_get ( Evas_Coord x1_,
Evas_Coord y1_,
Evas_Coord x2_,
Evas_Coord y2_ 
) const
inline

Retrieves the coordinates of the end points of the given evas line object.

second end point.

Parameters
x1The X coordinate of the first point.
y1The Y coordinate of the first point.
x2The X coordinate of the second point.
y2The Y coordinate of the second point.
void eo_cxx::evas::line::xy_set ( Evas_Coord  x1_,
Evas_Coord  y1_,
Evas_Coord  x2_,
Evas_Coord  y2_ 
) const
inline
Since
1.8

Sets the coordinates of the end points of the given evas line object.

Parameters
x1The X coordinate of the first point.
y1The Y coordinate of the first point.
x2The X coordinate of the second point.
y2The Y coordinate of the second point.