Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
efl::input::Interface Struct Reference

Data Structures

struct  finger_down_event
 
struct  finger_move_event
 
struct  finger_up_event
 
struct  focus_in_event
 
struct  focus_out_event
 
struct  hold_event
 
struct  key_down_event
 
struct  key_up_event
 
struct  pointer_axis_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
 
Interfaceoperator= (Interface const &other)=default
 
Interfaceoperator= (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)
 
::efl::eolian::return_traits< void >::type pointer_xy_get (::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y) const
 
::efl::eolian::return_traits< bool >::type pointer_inside_get () const
 
::efl::eolian::return_traits< bool >::type seat_event_filter_get (::efl::eolian::in_traits< ::efl::input::Device >::type seat) const
 
::efl::eolian::return_traits< void >::type seat_event_filter_set (::efl::eolian::in_traits< ::efl::input::Device >::type seat, ::efl::eolian::in_traits< bool >::type enable) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::input::Pointer > >::type pointer_iterate (::efl::eolian::in_traits< ::efl::eina::optional< bool >>::type hover) const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (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 Efl_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::pointer_axis_event pointer_axis_event
 
static struct efl::input::Interface::finger_move_event finger_move_event
 
static struct efl::input::Interface::finger_down_event finger_down_event
 
static struct efl::input::Interface::finger_up_event finger_up_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
 
static struct efl::input::Interface::focus_in_event focus_in_event
 
static struct efl::input::Interface::focus_out_event focus_out_event
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.