Public Member Functions | Static Public Member Functions
efl::event::Input Struct Reference

Public Member Functions

 Input (::Eo *eo)
 
 Input (std::nullptr_t)
 
 Input (Input const &other)=default
 
 Input (Input &&other)=default
 
Inputoperator= (Input const &other)=default
 
Inputoperator= (Input &&other)=default
 
 Input (::efl::eo::concrete parent)
 
template<typename F >
 Input (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::input::Device >::type device_get () const
 
::efl::eolian::return_traits< void >::type device_set (::efl::eolian::in_traits< ::efl::input::Device >::type dev) const
 
::efl::eolian::return_traits< Efl_Event_Flags >::type event_flags_get () const
 
::efl::eolian::return_traits< void >::type event_flags_set (::efl::eolian::in_traits< Efl_Event_Flags >::type flags) const
 
::efl::eolian::return_traits< bool >::type processed_get () const
 
::efl::eolian::return_traits< void >::type processed_set (::efl::eolian::in_traits< bool >::type val) const
 
::efl::eolian::return_traits< bool >::type scrolling_get () const
 
::efl::eolian::return_traits< void >::type scrolling_set (::efl::eolian::in_traits< bool >::type val) const
 
::efl::eolian::return_traits< bool >::type fake_get () 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
 
- Public Member Functions inherited from efl::Event
 Event (::Eo *eo)
 
 Event (std::nullptr_t)
 
 Event (Event const &other)=default
 
 Event (Event &&other)=default
 
Eventoperator= (Event const &other)=default
 
Eventoperator= (Event &&other)=default
 
 Event (::efl::eo::concrete parent)
 
template<typename F >
 Event (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< double >::type timestamp_get () const
 
::efl::eolian::return_traits< void >::type timestamp_set (::efl::eolian::in_traits< double >::type ms) const
 
::efl::eolian::return_traits< void >::type reset () const
 
::efl::eolian::return_traits< ::efl::Event >::type dup () const
 
Eo_eo_ptr () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 
- Static Public Member Functions inherited from efl::Event
static Eo_Class const * _eo_class ()
 

Additional Inherited Members

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