Public Member Functions | Static Public Member Functions
efl::gfx::Map Struct Reference

Public Member Functions

 Map (::Eo *eo)
 
 Map (std::nullptr_t)
 
 Map (Map const &other)=default
 
 Map (Map &&other)=default
 
Mapoperator= (Map const &other)=default
 
Mapoperator= (Map &&other)=default
 
 Map (::efl::eo::concrete parent)
 
template<typename F >
 Map (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< bool >::type map_enable_get () const
 
::efl::eolian::return_traits< void >::type map_enable_set (::efl::eolian::in_traits< bool >::type enabled) const
 
::efl::eolian::return_traits< bool >::type map_clockwise_get () const
 
::efl::eolian::return_traits< bool >::type map_smooth_get () const
 
::efl::eolian::return_traits< void >::type map_smooth_set (::efl::eolian::in_traits< bool >::type smooth) const
 
::efl::eolian::return_traits< bool >::type map_alpha_get () const
 
::efl::eolian::return_traits< void >::type map_alpha_set (::efl::eolian::in_traits< bool >::type alpha) const
 
::efl::eolian::return_traits< void >::type map_point_coord_get (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::out_traits< double >::type x, ::efl::eolian::out_traits< double >::type y, ::efl::eolian::out_traits< double >::type z) const
 
::efl::eolian::return_traits< void >::type map_point_coord_set (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::in_traits< double >::type x, ::efl::eolian::in_traits< double >::type y, ::efl::eolian::in_traits< double >::type z) const
 
::efl::eolian::return_traits< void >::type map_point_image_uv_get (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::out_traits< double >::type u, ::efl::eolian::out_traits< double >::type v) const
 
::efl::eolian::return_traits< void >::type map_point_image_uv_set (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::in_traits< double >::type u, ::efl::eolian::in_traits< double >::type v) const
 
::efl::eolian::return_traits< void >::type map_color_get (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const
 
::efl::eolian::return_traits< void >::type map_color_set (::efl::eolian::in_traits< int >::type idx, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const
 
::efl::eolian::return_traits< bool >::type map_move_sync_get () const
 
::efl::eolian::return_traits< void >::type map_move_sync_set (::efl::eolian::in_traits< bool >::type enable) const
 
::efl::eolian::return_traits< double >::type map_point_z_get (::efl::eolian::in_traits< int >::type idx) const
 
::efl::eolian::return_traits< bool >::type map_populate (::efl::eolian::in_traits< ::efl::eina::optional< double >>::type z) const
 
::efl::eolian::return_traits< bool >::type map_populate_manual (::efl::eolian::in_traits< double >::type x, ::efl::eolian::in_traits< double >::type y, ::efl::eolian::in_traits< double >::type w, ::efl::eolian::in_traits< double >::type h, ::efl::eolian::in_traits< ::efl::eina::optional< double >>::type z) const
 
::efl::eolian::return_traits< bool >::type map_rotate (::efl::eolian::in_traits< double >::type degrees, ::efl::eolian::in_traits< double >::type cx, ::efl::eolian::in_traits< double >::type cy) const
 
::efl::eolian::return_traits< bool >::type map_zoom (::efl::eolian::in_traits< double >::type zoomx, ::efl::eolian::in_traits< double >::type zoomy, ::efl::eolian::in_traits< double >::type cx, ::efl::eolian::in_traits< double >::type cy) const
 
::efl::eolian::return_traits< bool >::type map_rotate_3d (::efl::eolian::in_traits< double >::type dx, ::efl::eolian::in_traits< double >::type dy, ::efl::eolian::in_traits< double >::type dz, ::efl::eolian::in_traits< double >::type cx, ::efl::eolian::in_traits< double >::type cy, ::efl::eolian::in_traits< double >::type cz) const
 
::efl::eolian::return_traits< bool >::type map_quat_rotate (::efl::eolian::in_traits< double >::type qx, ::efl::eolian::in_traits< double >::type qy, ::efl::eolian::in_traits< double >::type qz, ::efl::eolian::in_traits< double >::type qw, ::efl::eolian::in_traits< double >::type cx, ::efl::eolian::in_traits< double >::type cy, ::efl::eolian::in_traits< double >::type cz) const
 
::efl::eolian::return_traits< bool >::type map_lightning_3d (::efl::eolian::in_traits< double >::type lx, ::efl::eolian::in_traits< double >::type ly, ::efl::eolian::in_traits< double >::type lz, ::efl::eolian::in_traits< int >::type lr, ::efl::eolian::in_traits< int >::type lg, ::efl::eolian::in_traits< int >::type lb, ::efl::eolian::in_traits< int >::type ar, ::efl::eolian::in_traits< int >::type ag, ::efl::eolian::in_traits< int >::type ab) const
 
::efl::eolian::return_traits< bool >::type map_perspective_3d (::efl::eolian::in_traits< double >::type px, ::efl::eolian::in_traits< double >::type py, ::efl::eolian::in_traits< double >::type z0, ::efl::eolian::in_traits< double >::type foc) const
 
::efl::eolian::return_traits< bool >::type map_dup (::efl::eolian::in_traits< ::efl::gfx::Map >::type other) 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 eo::Base
 Base (::Eo *eo)
 
 Base (std::nullptr_t)
 
 Base (Base const &other)=default
 
 Base (Base &&other)=default
 
Baseoperator= (Base const &other)=default
 
Baseoperator= (Base &&other)=default
 
 Base (::efl::eo::concrete parent)
 
template<typename F >
 Base (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::eo::Base >::type parent_get () const
 
::efl::eolian::return_traits< void >::type parent_set (::efl::eolian::in_traits< ::eo::Base >::type parent) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type name_get () const
 
::efl::eolian::return_traits< void >::type name_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type name) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type comment_get () const
 
::efl::eolian::return_traits< void >::type comment_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type comment) const
 
::efl::eolian::return_traits< int >::type event_global_freeze_count_get () const
 
::efl::eolian::return_traits< int >::type event_freeze_count_get () const
 
::efl::eolian::return_traits< bool >::type finalized_get () const
 
::efl::eolian::return_traits< void * >::type key_data_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< void >::type key_data_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< void const *>::type data) const
 
::efl::eolian::return_traits< ::eo::Base >::type key_ref_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< void >::type key_ref_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< ::eo::Base >::type objdata) const
 
::efl::eolian::return_traits< ::eo::Base >::type key_wref_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< void >::type key_wref_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< ::eo::Base >::type objdata) const
 
::efl::eolian::return_traits< ::efl::eina::value_view & >::type key_value_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< void >::type key_value_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< ::efl::eina::value_view const &>::type value) const
 
::efl::eolian::return_traits< void >::type del () const
 
::efl::eolian::return_traits< ::eo::Base >::type provider_find (::efl::eolian::in_traits< ::eo::Base >::type klass) const
 
::efl::eolian::return_traits< ::eo::Base >::type constructor () const
 
::efl::eolian::return_traits< void >::type destructor () const
 
::efl::eolian::return_traits< ::eo::Base >::type finalize () const
 
::efl::eolian::return_traits< ::eo::Base >::type name_find (::efl::eolian::in_traits< ::efl::eina::string_view >::type search) const
 
::efl::eolian::return_traits< void >::type wref_add (::efl::eolian::in_traits< ::eo::Base &>::type wref) const
 
::efl::eolian::return_traits< void >::type wref_del (::efl::eolian::in_traits< ::eo::Base &>::type wref) const
 
::efl::eolian::return_traits< void >::type event_thaw () const
 
::efl::eolian::return_traits< void >::type event_freeze () const
 
::efl::eolian::return_traits< void >::type event_global_thaw () const
 
::efl::eolian::return_traits< void >::type event_global_freeze () const
 
::efl::eolian::return_traits< bool >::type event_callback_priority_add (::efl::eolian::in_traits< Eo_Event_Description const &>::type desc, ::efl::eolian::in_traits< Eo_Callback_Priority >::type priority, ::efl::eolian::in_traits< Eo_Event_Cb >::type cb, ::efl::eolian::in_traits< void const *>::type data) const
 
::efl::eolian::return_traits< bool >::type event_callback_del (::efl::eolian::in_traits< Eo_Event_Description const &>::type desc, ::efl::eolian::in_traits< Eo_Event_Cb >::type func, ::efl::eolian::in_traits< void const *>::type user_data) const
 
::efl::eolian::return_traits< bool >::type event_callback_array_priority_add (::efl::eolian::in_traits< Eo_Callback_Array_Item const &>::type array, ::efl::eolian::in_traits< Eo_Callback_Priority >::type priority, ::efl::eolian::in_traits< void const *>::type data) const
 
::efl::eolian::return_traits< bool >::type event_callback_array_del (::efl::eolian::in_traits< Eo_Callback_Array_Item const &>::type array, ::efl::eolian::in_traits< void const *>::type user_data) const
 
::efl::eolian::return_traits< bool >::type event_callback_call (::efl::eolian::in_traits< Eo_Event_Description const &>::type desc, ::efl::eolian::in_traits< void *>::type event_info) const
 
::efl::eolian::return_traits< void >::type event_callback_stop () const
 
::efl::eolian::return_traits< void >::type event_callback_forwarder_add (::efl::eolian::in_traits< Eo_Event_Description const &>::type desc, ::efl::eolian::in_traits< ::eo::Base >::type new_obj) const
 
::efl::eolian::return_traits< void >::type event_callback_forwarder_del (::efl::eolian::in_traits< Eo_Event_Description const &>::type desc, ::efl::eolian::in_traits< ::eo::Base >::type new_obj) const
 
::efl::eolian::return_traits< void >::type dbg_info_get (::efl::eolian::in_traits< Eo_Dbg_Info const &>::type root_node) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::eo::Base > >::type children_iterator_new () const
 
::efl::eolian::return_traits< bool >::type composite_attach (::efl::eolian::in_traits< ::eo::Base >::type comp_obj) const
 
::efl::eolian::return_traits< bool >::type composite_detach (::efl::eolian::in_traits< ::eo::Base >::type comp_obj) const
 
::efl::eolian::return_traits< bool >::type composite_part_is () const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from eo::Interface
 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)
 
Eo_eo_ptr () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 
- Static Public Member Functions inherited from eo::Base
static Eo_Class const * _eo_class ()
 
- Static Public Member Functions inherited from eo::Interface
static Eo_Class const * _eo_class ()
 

Additional Inherited Members

- Static Public Attributes inherited from eo::Base
static struct eo::Base::callback_add_event callback_add_event
 
static struct eo::Base::callback_del_event callback_del_event
 
static struct eo::Base::del_event del_event
 
- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.