|  | 
|  | Canvas (::Eo *eo) | 
|  | 
|  | Canvas (std::nullptr_t) | 
|  | 
|  | Canvas (Canvas const &other)=default | 
|  | 
|  | Canvas (Canvas &&other)=default | 
|  | 
| Canvas & | operator= (Canvas const &other)=default | 
|  | 
| Canvas & | operator= (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 | 
|  | 
|  | 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 | 
|  |