Public Member Functions
elm::popup Struct Reference

Class popup. More...

Public Member Functions

 popup (Eo *eo)
 Eo Constructor. More...
 
 popup (std::nullptr_t)
 nullptr_t Constructor. More...
 
 popup (popup const &other)
 Copy Constructor.
 
::elm::widget_item item_append (::efl::eina::string_view label_,::evas::object icon_, Evas_Smart_Cb func_, const void *data_) const
 
 popup (::efl::eo::parent_type _p)
 Constructs a new elm::popup object. More...
 

Detailed Description

Class popup.

Examples:
popup_cxx_example_01.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::popup object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

::elm::widget_item elm::popup::item_append ( ::efl::eina::string_view  label_,
::evas::object  icon_,
Evas_Smart_Cb  func_,
const void *  data_ 
) const
Parameters
label
icon
func
data