Public Member Functions | Static Public Member Functions
elm::interface::atspi::text::Editable Struct Reference

Public Member Functions

 Editable (::Eo *eo)
 
 Editable (std::nullptr_t)
 
 Editable (Editable const &other)=default
 
 Editable (Editable &&other)=default
 
Editableoperator= (Editable const &other)=default
 
Editableoperator= (Editable &&other)=default
 
 Editable (::efl::eo::concrete parent)
 
template<typename F >
 Editable (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< bool >::type content_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type string) const
 
::efl::eolian::return_traits< bool >::type insert (::efl::eolian::in_traits< ::efl::eina::string_view >::type string, ::efl::eolian::in_traits< int >::type position) const
 
::efl::eolian::return_traits< bool >::type copy (::efl::eolian::in_traits< int >::type start, ::efl::eolian::in_traits< int >::type end) const
 
::efl::eolian::return_traits< bool >::type cut (::efl::eolian::in_traits< int >::type start, ::efl::eolian::in_traits< int >::type end) const
 
::efl::eolian::return_traits< bool >::type cxx_delete (::efl::eolian::in_traits< int >::type start, ::efl::eolian::in_traits< int >::type end) const
 
::efl::eolian::return_traits< bool >::type paste (::efl::eolian::in_traits< int >::type position) 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.