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.

Examples:
button_cxx_example_00.cc, button_cxx_example_01.cc, glview_cxx_example_01.cc, hoversel_cxx_example_01.cc, and menu_cxx_example_01.cc.

Constructor & Destructor Documentation

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)
elm::button::button ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.