Public Member Functions
elm::mapbuf Struct Reference

Class mapbuf. More...

Public Member Functions

 mapbuf (Eo *eo)
 Eo Constructor. More...
 
 mapbuf (std::nullptr_t)
 nullptr_t Constructor. More...
 
 mapbuf (mapbuf const &other)
 Copy Constructor.
 
void point_color_set (int idx_, int r_, int g_, int b_, int a_) const
 
void point_color_get (int idx_, int *r_, int *g_, int *b_, int *a_) const
 
 mapbuf (::efl::eo::parent_type _p)
 Constructs a new elm::mapbuf object. More...
 

Detailed Description

Class mapbuf.

Constructor & Destructor Documentation

elm::mapbuf::mapbuf ( ::efl::eo::parent_type  _p)
inlineexplicit

Constructs a new elm::mapbuf object.

Constructs a new elm::mapbuf object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.

Example:

elm::mapbuf my_mapbuf(efl::eo::parent = parent_object);
See also
mapbuf(Eo* eo)
elm::mapbuf::mapbuf ( Eo *  eo)
inlineexplicit

Eo Constructor.

Constructs the object from an Eo* pointer stealing its ownership.

Parameters
eoThe Eo object pointer.
elm::mapbuf::mapbuf ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

void elm::mapbuf::point_color_get ( int  idx_,
int *  r_,
int *  g_,
int *  b_,
int *  a_ 
) const
Parameters
idx
[out]r
[out]g
[out]b
[out]a
void elm::mapbuf::point_color_set ( int  idx_,
int  r_,
int  g_,
int  b_,
int  a_ 
) const
Parameters
idx
r
g
b
a