Public Member Functions | Static Public Member Functions
elm::Sys_Notify_Interface Struct Reference

Public Member Functions

 Sys_Notify_Interface (::Eo *eo)
 
 Sys_Notify_Interface (std::nullptr_t)
 
 Sys_Notify_Interface (Sys_Notify_Interface const &other)=default
 
 Sys_Notify_Interface (Sys_Notify_Interface &&other)=default
 
Sys_Notify_Interfaceoperator= (Sys_Notify_Interface const &other)=default
 
Sys_Notify_Interfaceoperator= (Sys_Notify_Interface &&other)=default
 
 Sys_Notify_Interface (::efl::eo::concrete parent)
 
template<typename F >
 Sys_Notify_Interface (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< void >::type send (::efl::eolian::in_traits< unsigned int >::type replaces_id, ::efl::eolian::in_traits< ::efl::eina::string_view >::type icon, ::efl::eolian::in_traits< ::efl::eina::string_view >::type summary, ::efl::eolian::in_traits< ::efl::eina::optional< ::efl::eina::string_view >>::type body, ::efl::eolian::in_traits< Elm_Sys_Notify_Urgency >::type urgency, ::efl::eolian::in_traits< int >::type timeout, ::efl::eolian::in_traits< Elm_Sys_Notify_Send_Cb >::type cb, ::efl::eolian::in_traits< void const *>::type cb_data) const
 
::efl::eolian::return_traits< void >::type simple_send (::efl::eolian::in_traits< ::efl::eina::string_view >::type icon, ::efl::eolian::in_traits< ::efl::eina::string_view >::type summary, ::efl::eolian::in_traits< ::efl::eina::string_view >::type body) const
 
::efl::eolian::return_traits< void >::type close (::efl::eolian::in_traits< unsigned int >::type id) const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (concrete &&other)
 
Eo_eo_ptr () const
 Return a pointer to the EO Object stored in this instance. More...
 
Eo_release ()
 Releases the reference from this concrete object and return the pointer to the EO Object stored in this instance. More...
 
void _reset (Eo *_ptr=nullptr)
 Reset the current pointer to reference a new Eo object.
 
 operator bool () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.