Public Member Functions | Static Public Member Functions
elm::interface::Atspi_Action Struct Reference

Public Member Functions

 Atspi_Action (::Eo *eo)
 
 Atspi_Action (std::nullptr_t)
 
 Atspi_Action (Atspi_Action const &other)=default
 
 Atspi_Action (Atspi_Action &&other)=default
 
Atspi_Actionoperator= (Atspi_Action const &other)=default
 
Atspi_Actionoperator= (Atspi_Action &&other)=default
 
 Atspi_Action (::efl::eo::concrete parent)
 
template<typename F >
 Atspi_Action (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type name_get (::efl::eolian::in_traits< int >::type id) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type localized_name_get (::efl::eolian::in_traits< int >::type id) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type description_get (::efl::eolian::in_traits< int >::type id) const
 
::efl::eolian::return_traits< bool >::type description_set (::efl::eolian::in_traits< int >::type id, ::efl::eolian::in_traits< ::efl::eina::string_view >::type description) const
 
::efl::eolian::return_traits< ::efl::eina::range_list< Elm_Atspi_Action > >::type actions_get () const
 
::efl::eolian::return_traits< bool >::type action_do (::efl::eolian::in_traits< 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.