|
| Text (::Eo *eo) |
|
| Text (std::nullptr_t) |
|
| Text (Text const &other)=default |
|
| Text (Text &&other)=default |
|
Text & | operator= (Text const &other)=default |
|
Text & | operator= (Text &&other)=default |
|
| Text (::efl::eo::concrete parent) |
|
template<typename F > |
| Text (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< Eina_Unicode >::type | character_get (::efl::eolian::in_traits< int >::type offset) const |
|
::efl::eolian::return_traits< ::std::unique_ptr< char, ::efl::eina::malloc_deleter > >::type | string_get (::efl::eolian::in_traits< Elm_Atspi_Text_Granularity >::type granularity, ::efl::eolian::in_traits< int const &>::type start_offset, ::efl::eolian::in_traits< int const &>::type end_offset) const |
|
::efl::eolian::return_traits< ::std::unique_ptr< char, ::efl::eina::malloc_deleter > >::type | text_get (::efl::eolian::in_traits< int >::type start_offset, ::efl::eolian::in_traits< int >::type end_offset) const |
|
::efl::eolian::return_traits< int >::type | caret_offset_get () const |
|
::efl::eolian::return_traits< bool >::type | caret_offset_set (::efl::eolian::in_traits< int >::type offset) const |
|
::efl::eolian::return_traits< bool >::type | attribute_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type name, ::efl::eolian::in_traits< int const &>::type start_offset, ::efl::eolian::in_traits< int const &>::type end_offset, ::efl::eolian::out_traits< ::std::unique_ptr< char, ::efl::eina::malloc_deleter >>::type value) const |
|
::efl::eolian::return_traits< ::efl::eina::list< Elm_Atspi_Text_Attribute const & > >::type | attributes_get (::efl::eolian::in_traits< int const &>::type start_offset, ::efl::eolian::in_traits< int const &>::type end_offset) const |
|
::efl::eolian::return_traits< ::efl::eina::list< Elm_Atspi_Text_Attribute const & > >::type | default_attributes_get () const |
|
::efl::eolian::return_traits< bool >::type | character_extents_get (::efl::eolian::in_traits< int >::type offset, ::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::out_traits< Eina_Rectangle >::type rect) const |
|
::efl::eolian::return_traits< int >::type | character_count_get () const |
|
::efl::eolian::return_traits< int >::type | offset_at_point_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y) const |
|
::efl::eolian::return_traits< ::efl::eina::list< Elm_Atspi_Text_Range const & > >::type | bounded_ranges_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< Eina_Rectangle >::type rect, ::efl::eolian::in_traits< Elm_Atspi_Text_Clip_Type >::type xclip, ::efl::eolian::in_traits< Elm_Atspi_Text_Clip_Type >::type yclip) const |
|
::efl::eolian::return_traits< bool >::type | range_extents_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type start_offset, ::efl::eolian::in_traits< int >::type end_offset, ::efl::eolian::out_traits< Eina_Rectangle >::type rect) const |
|
::efl::eolian::return_traits< int >::type | selections_count_get () const |
|
::efl::eolian::return_traits< void >::type | selection_get (::efl::eolian::in_traits< int >::type selection_number, ::efl::eolian::out_traits< int >::type start_offset, ::efl::eolian::out_traits< int >::type end_offset) const |
|
::efl::eolian::return_traits< bool >::type | selection_set (::efl::eolian::in_traits< int >::type selection_number, ::efl::eolian::in_traits< int >::type start_offset, ::efl::eolian::in_traits< int >::type end_offset) const |
|
::efl::eolian::return_traits< bool >::type | selection_add (::efl::eolian::in_traits< int >::type start_offset, ::efl::eolian::in_traits< int >::type end_offset) const |
|
::efl::eolian::return_traits< bool >::type | selection_remove (::efl::eolian::in_traits< int >::type selection_number) const |
|
Eo * | _eo_ptr () const |
|
| concrete (Eo *eo) |
| Class constructor. More...
|
|
| concrete () |
| Default constructor. More...
|
|
| ~concrete () |
| Class destructor.
|
|
| concrete (concrete const &other) |
|
| concrete (concrete &&other) |
|
concrete & | operator= (concrete const &other) |
| Assignment operator.
|
|
concrete & | operator= (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 |
|