Data Structures | |
struct | hold_event |
struct | key_down_event |
struct | key_up_event |
struct | pointer_cancel_event |
struct | pointer_down_event |
struct | pointer_in_event |
struct | pointer_move_event |
struct | pointer_out_event |
struct | pointer_up_event |
struct | pointer_wheel_event |
Public Member Functions | |
Interface (::Eo *eo) | |
Interface (std::nullptr_t) | |
Interface (Interface const &other)=default | |
Interface (Interface &&other)=default | |
Interface & | operator= (Interface const &other)=default |
Interface & | operator= (Interface &&other)=default |
Interface (::efl::eo::concrete parent) | |
template<typename F > | |
Interface (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::input::Interface::pointer_move_event | pointer_move_event |
static struct efl::input::Interface::pointer_down_event | pointer_down_event |
static struct efl::input::Interface::pointer_up_event | pointer_up_event |
static struct efl::input::Interface::pointer_cancel_event | pointer_cancel_event |
static struct efl::input::Interface::pointer_in_event | pointer_in_event |
static struct efl::input::Interface::pointer_out_event | pointer_out_event |
static struct efl::input::Interface::pointer_wheel_event | pointer_wheel_event |
static struct efl::input::Interface::key_down_event | key_down_event |
static struct efl::input::Interface::key_up_event | key_up_event |
static struct efl::input::Interface::hold_event | hold_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |