Public Member Functions
elm::hoversel_item Struct Reference

Class hoversel_item. More...

Public Member Functions

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

Detailed Description

Class hoversel_item.

Constructor & Destructor Documentation

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

Constructs a new elm::hoversel_item object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.