Public Member Functions
elm::icon Struct Reference

Class icon. More...

Public Member Functions

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

Detailed Description

Class icon.

Examples:
button_cxx_example_01.cc, icon_cxx_example_01.cc, radio_cxx_example_01.cc, and slider_cxx_example.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::icon object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.