Public Member Functions
elm::button Struct Reference

Class button. More...

Public Member Functions

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

Detailed Description

Class button.

Constructor & Destructor Documentation

◆ button() [1/3]

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

Constructs a new elm::button object.

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

◆ button() [2/3]

elm::button::button ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

Parameters
eoThe Eo object pointer.

◆ button() [3/3]

elm::button::button ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.