Public Member Functions
elm::fileselector_entry Struct Reference

Class fileselector_entry. More...

Public Member Functions

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

Detailed Description

Class fileselector_entry.

Constructor & Destructor Documentation

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

Constructs a new elm::fileselector_entry object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.