Public Member Functions
elm::index_item Struct Reference

Class index_item. More...

Public Member Functions

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

Detailed Description

Class index_item.

Constructor & Destructor Documentation

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

Constructs a new elm::index_item object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.