Public Member Functions
elm::colorselector Struct Reference

Class colorselector. More...

Public Member Functions

 colorselector (Eo *eo)
 Eo Constructor. More...
 
 colorselector (std::nullptr_t)
 nullptr_t Constructor. More...
 
 colorselector (colorselector const &other)
 Copy Constructor.
 
::elm::widget_item palette_color_add (int r_, int g_, int b_, int a_) const
 
 colorselector (::efl::eo::parent_type _p)
 Constructs a new elm::colorselector object. More...
 

Detailed Description

Class colorselector.

Constructor & Destructor Documentation

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

Constructs a new elm::colorselector object.

Constructs a new elm::colorselector 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::colorselector my_colorselector(efl::eo::parent = parent_object);
See also
colorselector(Eo* eo)
elm::colorselector::colorselector ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

::elm::widget_item elm::colorselector::palette_color_add ( int  r_,
int  g_,
int  b_,
int  a_ 
) const
Parameters
r
g
b
a