Data Structures | |
struct | clicked_double_event |
struct | clicked_event |
struct | clicked_right_event |
struct | clicked_triple_event |
struct | longpressed_event |
struct | pressed_event |
struct | repeated_event |
struct | unpressed_event |
Public Member Functions | |
Clickable (::Eo *eo) | |
Clickable (std::nullptr_t) | |
Clickable (Clickable const &other)=default | |
Clickable (Clickable &&other)=default | |
Clickable & | operator= (Clickable const &other)=default |
Clickable & | operator= (Clickable &&other)=default |
Clickable (::efl::eo::concrete parent) | |
template<typename F > | |
Clickable (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::Clickable::clicked_event | clicked_event |
static struct efl::ui::Clickable::clicked_double_event | clicked_double_event |
static struct efl::ui::Clickable::clicked_triple_event | clicked_triple_event |
static struct efl::ui::Clickable::clicked_right_event | clicked_right_event |
static struct efl::ui::Clickable::pressed_event | pressed_event |
static struct efl::ui::Clickable::unpressed_event | unpressed_event |
static struct efl::ui::Clickable::longpressed_event | longpressed_event |
static struct efl::ui::Clickable::repeated_event | repeated_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |