Data Structures | |
struct | selected_event |
struct | selection_changed_event |
struct | selection_cleared_event |
struct | selection_copy_event |
struct | selection_cut_event |
struct | selection_paste_event |
struct | selection_start_event |
struct | unselected_event |
Public Member Functions | |
Selectable (::Eo *eo) | |
Selectable (std::nullptr_t) | |
Selectable (Selectable const &other)=default | |
Selectable (Selectable &&other)=default | |
Selectable & | operator= (Selectable const &other)=default |
Selectable & | operator= (Selectable &&other)=default |
Selectable (::efl::eo::concrete parent) | |
template<typename F > | |
Selectable (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
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 | |
Static Public Member Functions | |
static Eo_Class const * | _eo_class () |
Static Public Attributes | |
static struct efl::ui::Selectable::selected_event | selected_event |
static struct efl::ui::Selectable::unselected_event | unselected_event |
static struct efl::ui::Selectable::selection_paste_event | selection_paste_event |
static struct efl::ui::Selectable::selection_copy_event | selection_copy_event |
static struct efl::ui::Selectable::selection_cut_event | selection_cut_event |
static struct efl::ui::Selectable::selection_start_event | selection_start_event |
static struct efl::ui::Selectable::selection_changed_event | selection_changed_event |
static struct efl::ui::Selectable::selection_cleared_event | selection_cleared_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |