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

Data Structures

struct  device_added_event
 
struct  device_changed_event
 
struct  device_removed_event
 
struct  focus_in_event
 
struct  focus_out_event
 
struct  object_focus_in_event
 
struct  object_focus_out_event
 
struct  render_post_event
 
struct  render_pre_event
 

Public Member Functions

 Canvas (::Eo *eo)
 
 Canvas (std::nullptr_t)
 
 Canvas (Canvas const &other)=default
 
 Canvas (Canvas &&other)=default
 
Canvasoperator= (Canvas const &other)=default
 
Canvasoperator= (Canvas &&other)=default
 
 Canvas (::efl::eo::concrete parent)
 
template<typename F >
 Canvas (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< bool >::type image_max_size_get (::efl::eolian::out_traits< int >::type maxw, ::efl::eolian::out_traits< int >::type maxh) const
 
::efl::eolian::return_traits< ::efl::input::Device >::type device_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type name) const
 
::efl::eolian::return_traits< ::efl::input::Device >::type seat_get (::efl::eolian::in_traits< int >::type id) const
 
::efl::eolian::return_traits< void >::type smart_objects_calculate () const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::Gfx > >::type objects_at_xy_get (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< bool >::type include_pass_events_objects, ::efl::eolian::in_traits< bool >::type include_hidden_objects) const
 
::efl::eolian::return_traits< ::efl::Gfx >::type object_top_at_xy_get (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< bool >::type include_pass_events_objects, ::efl::eolian::in_traits< bool >::type include_hidden_objects) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::Gfx > >::type objects_in_rectangle_get (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h, ::efl::eolian::in_traits< bool >::type include_pass_events_objects, ::efl::eolian::in_traits< bool >::type include_hidden_objects) const
 
::efl::eolian::return_traits< ::efl::Gfx >::type object_top_in_rectangle_get (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h, ::efl::eolian::in_traits< bool >::type include_pass_events_objects, ::efl::eolian::in_traits< bool >::type include_hidden_objects) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::input::Device > >::type seats () 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::Canvas::focus_in_event focus_in_event
 
static struct efl::Canvas::focus_out_event focus_out_event
 
static struct efl::Canvas::object_focus_in_event object_focus_in_event
 
static struct efl::Canvas::object_focus_out_event object_focus_out_event
 
static struct efl::Canvas::render_pre_event render_pre_event
 
static struct efl::Canvas::render_post_event render_post_event
 
static struct efl::Canvas::device_changed_event device_changed_event
 
static struct efl::Canvas::device_added_event device_added_event
 
static struct efl::Canvas::device_removed_event device_removed_event
 

Additional Inherited Members

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