Public Member Functions
elm::color_item Struct Reference

Class color_item. More...

Public Member Functions

 color_item (Eo *eo)
 Eo Constructor. More...
 
 color_item (std::nullptr_t)
 nullptr_t Constructor. More...
 
 color_item (color_item const &other)
 Copy Constructor.
 
 color_item (::efl::eo::parent_type _p)
 Constructs a new elm::color_item object. More...
 

Detailed Description

Class color_item.

Constructor & Destructor Documentation

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

Constructs a new elm::color_item object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.