Public Member Functions
elm::fileselector_button Struct Reference

Class fileselector_button. More...

Public Member Functions

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

Detailed Description

Class fileselector_button.

Constructor & Destructor Documentation

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

Constructs a new elm::fileselector_button object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.