Data Structures | |
struct | changed_user_event |
struct | selection_changed_event |
Public Member Functions | |
Interactive (::Eo *eo) | |
Interactive (std::nullptr_t) | |
Interactive (Interactive const &other)=default | |
Interactive (Interactive &&other)=default | |
Interactive & | operator= (Interactive const &other)=default |
Interactive & | operator= (Interactive &&other)=default |
Interactive (::efl::eo::concrete parent) | |
template<typename F > | |
Interactive (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< bool >::type | selection_allowed_get () const |
::efl::eolian::return_traits< void >::type | selection_allowed_set (::efl::eolian::in_traits< bool >::type allowed) const |
::efl::eolian::return_traits< void >::type | selection_cursors_get (::efl::eolian::out_traits< Efl_Text_Cursor_Cursor *>::type start, ::efl::eolian::out_traits< Efl_Text_Cursor_Cursor *>::type end) const |
::efl::eolian::return_traits< bool >::type | editable_get () const |
::efl::eolian::return_traits< void >::type | editable_set (::efl::eolian::in_traits< bool >::type editable) 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 | |
![]() | |
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< ::efl::eina::string_view >::type | text_get () const |
::efl::eolian::return_traits< void >::type | text_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type text) const |
Eo * | _eo_ptr () const |
Static Public Member Functions | |
static Efl_Class const * | _eo_class () |
![]() | |
static Efl_Class const * | _eo_class () |
Static Public Attributes | |
static struct efl::ui::text::Interactive::changed_user_event | changed_user_event |
static struct efl::ui::text::Interactive::selection_changed_event | selection_changed_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |