Public Member Functions | Static Public Member Functions
efl::text::Annotate Struct Reference

Public Member Functions

 Annotate (::Eo *eo)
 
 Annotate (std::nullptr_t)
 
 Annotate (Annotate const &other)=default
 
 Annotate (Annotate &&other)=default
 
Annotateoperator= (Annotate const &other)=default
 
Annotateoperator= (Annotate &&other)=default
 
 Annotate (::efl::eo::concrete parent)
 
template<typename F >
 Annotate (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type annotation_get (::efl::eolian::in_traits< Efl_Text_Annotate_Annotation const *>::type annotation) const
 
::efl::eolian::return_traits< bool >::type annotation_set (::efl::eolian::in_traits< Efl_Text_Annotate_Annotation const *>::type annotation, ::efl::eolian::in_traits< ::efl::eina::string_view >::type format) const
 
::efl::eolian::return_traits< Efl_Text_Annotate_Annotation * >::type cursor_object_item_annotation_get (::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type cur) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< Efl_Text_Annotate_Annotation const * > >::type range_annotations_get (::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type start, ::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type end) const
 
::efl::eolian::return_traits< Efl_Text_Annotate_Annotation * >::type annotation_insert (::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type start, ::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type end, ::efl::eolian::in_traits< ::efl::eina::string_view >::type format) const
 
::efl::eolian::return_traits< bool >::type annotation_del (::efl::eolian::in_traits< Efl_Text_Annotate_Annotation const *>::type annotation) const
 
::efl::eolian::return_traits< bool >::type object_item_geometry_get (::efl::eolian::in_traits< Efl_Text_Annotate_Annotation const *>::type an, ::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type annotation_positions_get (::efl::eolian::in_traits< Efl_Text_Annotate_Annotation const *>::type annotation, ::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type start, ::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type end) const
 
::efl::eolian::return_traits< Efl_Text_Annotate_Annotation * >::type cursor_object_item_insert (::efl::eolian::in_traits< Efl_Text_Cursor_Cursor const *>::type cur, ::efl::eolian::in_traits< ::efl::eina::string_view >::type format) 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 Efl_Class const * _eo_class ()
 

Additional Inherited Members

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