Public Member Functions
elm::hoversel Struct Reference

Class hoversel. More...

Public Member Functions

 hoversel (Eo *eo)
 Eo Constructor. More...
 
 hoversel (std::nullptr_t)
 nullptr_t Constructor. More...
 
 hoversel (hoversel const &other)
 Copy Constructor.
 
::elm::widget_item item_add (::efl::eina::optional< ::efl::eina::string_view > label_,::efl::eina::optional< ::efl::eina::string_view > icon_file_, Elm_Icon_Type icon_type_, Evas_Smart_Cb func_, const void *data_) const
 
 hoversel (::efl::eo::parent_type _p)
 Constructs a new elm::hoversel object. More...
 

Detailed Description

Class hoversel.

Examples:
hoversel_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::hoversel object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

::elm::widget_item elm::hoversel::item_add ( ::efl::eina::optional< ::efl::eina::string_view >  label_,
::efl::eina::optional< ::efl::eina::string_view >  icon_file_,
Elm_Icon_Type  icon_type_,
Evas_Smart_Cb  func_,
const void *  data_ 
) const
Parameters
label
icon_file
icon_type
func
data
Examples:
hoversel_cxx_example_01.cc.