Public Member Functions
elm::ctxpopup Struct Reference

Class ctxpopup. More...

Public Member Functions

 ctxpopup (Eo *eo)
 Eo Constructor. More...
 
 ctxpopup (std::nullptr_t)
 nullptr_t Constructor. More...
 
 ctxpopup (ctxpopup 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
 
::elm::widget_item item_prepend (::efl::eina::string_view label_,::evas::object icon_, Evas_Smart_Cb func_, const void *data_) const
 
 ctxpopup (::efl::eo::parent_type _p)
 Constructs a new elm::ctxpopup object. More...
 

Detailed Description

Class ctxpopup.

Constructor & Destructor Documentation

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

Constructs a new elm::ctxpopup object.

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

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

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