#ifndef EFL_GFX_MAPPING_EO_HH #define EFL_GFX_MAPPING_EO_HH #include extern "C" { #include "efl_gfx_entity.eo.h" #include "efl_gfx_mapping.eo.h" } #include #include #include "efl_gfx_entity.eo.hh" #ifndef EFL_GFX_MAPPING_FWD_GUARD #define EFL_GFX_MAPPING_FWD_GUARD namespace efl { namespace gfx { struct Mapping; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Mapping> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Mapping&> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Mapping const> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Mapping const&> : ::std::true_type {}; } } #endif #ifndef EFL_GFX_ENTITY_FWD_GUARD #define EFL_GFX_ENTITY_FWD_GUARD namespace efl { namespace gfx { struct Entity; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Entity> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Entity&> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Entity const> : ::std::true_type {}; } } namespace efl { namespace eo { template<> struct is_eolian_object< ::efl::gfx::Entity const&> : ::std::true_type {}; } } #endif #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wignored-qualifiers" namespace eo_cxx { namespace efl { namespace gfx { struct Mapping { ::efl::eolian::return_traits::type mapping_point_count_get() const; ::efl::eolian::return_traits::type mapping_point_count_set( ::efl::eolian::in_traits::type count) const; ::efl::eolian::return_traits::type mapping_clockwise_get() const; ::efl::eolian::return_traits::type mapping_smooth_get() const; ::efl::eolian::return_traits::type mapping_smooth_set( ::efl::eolian::in_traits::type smooth) const; ::efl::eolian::return_traits::type mapping_alpha_get() const; ::efl::eolian::return_traits::type mapping_alpha_set( ::efl::eolian::in_traits::type alpha) const; ::efl::eolian::return_traits::type mapping_coord_absolute_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type x, ::efl::eolian::out_traits::type y, ::efl::eolian::out_traits::type z) const; ::efl::eolian::return_traits::type mapping_coord_absolute_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type x, ::efl::eolian::in_traits::type y, ::efl::eolian::in_traits::type z) const; ::efl::eolian::return_traits::type mapping_uv_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type u, ::efl::eolian::out_traits::type v) const; ::efl::eolian::return_traits::type mapping_uv_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type u, ::efl::eolian::in_traits::type v) const; ::efl::eolian::return_traits::type mapping_color_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type r, ::efl::eolian::out_traits::type g, ::efl::eolian::out_traits::type b, ::efl::eolian::out_traits::type a) const; ::efl::eolian::return_traits::type mapping_color_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type r, ::efl::eolian::in_traits::type g, ::efl::eolian::in_traits::type b, ::efl::eolian::in_traits::type a) const; ::efl::eolian::return_traits::type mapping_has() const; ::efl::eolian::return_traits::type mapping_reset() const; ::efl::eolian::return_traits::type translate( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz) const; ::efl::eolian::return_traits::type rotate( ::efl::eolian::in_traits::type degrees, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type rotate_3d( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type rotate_quat( ::efl::eolian::in_traits::type qx, ::efl::eolian::in_traits::type qy, ::efl::eolian::in_traits::type qz, ::efl::eolian::in_traits::type qw, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type zoom( ::efl::eolian::in_traits::type zoomx, ::efl::eolian::in_traits::type zoomy, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type lighting_3d( ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type lx, ::efl::eolian::in_traits::type ly, ::efl::eolian::in_traits::type lz, ::efl::eolian::in_traits::type lr, ::efl::eolian::in_traits::type lg, ::efl::eolian::in_traits::type lb, ::efl::eolian::in_traits::type ar, ::efl::eolian::in_traits::type ag, ::efl::eolian::in_traits::type ab) const; ::efl::eolian::return_traits::type perspective_3d( ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type px, ::efl::eolian::in_traits::type py, ::efl::eolian::in_traits::type z0, ::efl::eolian::in_traits::type foc) const; ::efl::eolian::return_traits::type rotate_absolute( ::efl::eolian::in_traits::type degrees, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type rotate_3d_absolute( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type rotate_quat_absolute( ::efl::eolian::in_traits::type qx, ::efl::eolian::in_traits::type qy, ::efl::eolian::in_traits::type qz, ::efl::eolian::in_traits::type qw, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type zoom_absolute( ::efl::eolian::in_traits::type zoomx, ::efl::eolian::in_traits::type zoomy, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type lighting_3d_absolute( ::efl::eolian::in_traits::type lx, ::efl::eolian::in_traits::type ly, ::efl::eolian::in_traits::type lz, ::efl::eolian::in_traits::type lr, ::efl::eolian::in_traits::type lg, ::efl::eolian::in_traits::type lb, ::efl::eolian::in_traits::type ar, ::efl::eolian::in_traits::type ag, ::efl::eolian::in_traits::type ab) const; ::efl::eolian::return_traits::type perspective_3d_absolute( ::efl::eolian::in_traits::type px, ::efl::eolian::in_traits::type py, ::efl::eolian::in_traits::type z0, ::efl::eolian::in_traits::type foc) const; static Efl_Class const* _eo_class() { return EFL_GFX_MAPPING_MIXIN; } Eo* _eo_ptr() const { return *(reinterpret_cast(const_cast(this))); } operator ::efl::gfx::Mapping() const; operator ::efl::gfx::Mapping&(); operator ::efl::gfx::Mapping const&() const; /// @cond LOCAL ::efl::eolian::address_of_operator operator&() { return {this}; } ::efl::eolian::address_of_operator operator&() const { return {this}; } /// @endcond }; } } } namespace efl { namespace gfx { struct Mapping : private ::efl::eo::concrete { explicit Mapping( ::Eo* eo) : ::efl::eo::concrete(eo) {} Mapping(std::nullptr_t) : ::efl::eo::concrete(nullptr) {} explicit Mapping() = default; Mapping(Mapping const&) = default; Mapping(Mapping&&) = default; Mapping& operator=(Mapping const&) = default; Mapping& operator=(Mapping&&) = default; template Mapping(Derived&& derived , typename std::enable_if< ::efl::eo::is_eolian_object::value && std::is_base_of< Mapping, Derived>::value>::type* = 0) : ::efl::eo::concrete(derived._eo_ptr()) {} ::efl::eolian::return_traits::type mapping_point_count_get() const; ::efl::eolian::return_traits::type mapping_point_count_set( ::efl::eolian::in_traits::type count) const; ::efl::eolian::return_traits::type mapping_clockwise_get() const; ::efl::eolian::return_traits::type mapping_smooth_get() const; ::efl::eolian::return_traits::type mapping_smooth_set( ::efl::eolian::in_traits::type smooth) const; ::efl::eolian::return_traits::type mapping_alpha_get() const; ::efl::eolian::return_traits::type mapping_alpha_set( ::efl::eolian::in_traits::type alpha) const; ::efl::eolian::return_traits::type mapping_coord_absolute_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type x, ::efl::eolian::out_traits::type y, ::efl::eolian::out_traits::type z) const; ::efl::eolian::return_traits::type mapping_coord_absolute_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type x, ::efl::eolian::in_traits::type y, ::efl::eolian::in_traits::type z) const; ::efl::eolian::return_traits::type mapping_uv_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type u, ::efl::eolian::out_traits::type v) const; ::efl::eolian::return_traits::type mapping_uv_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type u, ::efl::eolian::in_traits::type v) const; ::efl::eolian::return_traits::type mapping_color_get( ::efl::eolian::in_traits::type idx, ::efl::eolian::out_traits::type r, ::efl::eolian::out_traits::type g, ::efl::eolian::out_traits::type b, ::efl::eolian::out_traits::type a) const; ::efl::eolian::return_traits::type mapping_color_set( ::efl::eolian::in_traits::type idx, ::efl::eolian::in_traits::type r, ::efl::eolian::in_traits::type g, ::efl::eolian::in_traits::type b, ::efl::eolian::in_traits::type a) const; ::efl::eolian::return_traits::type mapping_has() const; ::efl::eolian::return_traits::type mapping_reset() const; ::efl::eolian::return_traits::type translate( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz) const; ::efl::eolian::return_traits::type rotate( ::efl::eolian::in_traits::type degrees, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type rotate_3d( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type rotate_quat( ::efl::eolian::in_traits::type qx, ::efl::eolian::in_traits::type qy, ::efl::eolian::in_traits::type qz, ::efl::eolian::in_traits::type qw, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type zoom( ::efl::eolian::in_traits::type zoomx, ::efl::eolian::in_traits::type zoomy, ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type lighting_3d( ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type lx, ::efl::eolian::in_traits::type ly, ::efl::eolian::in_traits::type lz, ::efl::eolian::in_traits::type lr, ::efl::eolian::in_traits::type lg, ::efl::eolian::in_traits::type lb, ::efl::eolian::in_traits::type ar, ::efl::eolian::in_traits::type ag, ::efl::eolian::in_traits::type ab) const; ::efl::eolian::return_traits::type perspective_3d( ::efl::eolian::in_traits< ::efl::gfx::Entity>::type pivot, ::efl::eolian::in_traits::type px, ::efl::eolian::in_traits::type py, ::efl::eolian::in_traits::type z0, ::efl::eolian::in_traits::type foc) const; ::efl::eolian::return_traits::type rotate_absolute( ::efl::eolian::in_traits::type degrees, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type rotate_3d_absolute( ::efl::eolian::in_traits::type dx, ::efl::eolian::in_traits::type dy, ::efl::eolian::in_traits::type dz, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type rotate_quat_absolute( ::efl::eolian::in_traits::type qx, ::efl::eolian::in_traits::type qy, ::efl::eolian::in_traits::type qz, ::efl::eolian::in_traits::type qw, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy, ::efl::eolian::in_traits::type cz) const; ::efl::eolian::return_traits::type zoom_absolute( ::efl::eolian::in_traits::type zoomx, ::efl::eolian::in_traits::type zoomy, ::efl::eolian::in_traits::type cx, ::efl::eolian::in_traits::type cy) const; ::efl::eolian::return_traits::type lighting_3d_absolute( ::efl::eolian::in_traits::type lx, ::efl::eolian::in_traits::type ly, ::efl::eolian::in_traits::type lz, ::efl::eolian::in_traits::type lr, ::efl::eolian::in_traits::type lg, ::efl::eolian::in_traits::type lb, ::efl::eolian::in_traits::type ar, ::efl::eolian::in_traits::type ag, ::efl::eolian::in_traits::type ab) const; ::efl::eolian::return_traits::type perspective_3d_absolute( ::efl::eolian::in_traits::type px, ::efl::eolian::in_traits::type py, ::efl::eolian::in_traits::type z0, ::efl::eolian::in_traits::type foc) const; static Efl_Class const* _eo_class() { return EFL_GFX_MAPPING_MIXIN; } Eo* _eo_ptr() const { return *(reinterpret_cast(const_cast(this))); } /// @cond LOCAL ::efl::eolian::address_of_operator operator&() { return {this}; } ::efl::eolian::address_of_operator operator&() const { return {this}; } /// @endcond ::efl::eo::wref _get_wref() const { return ::efl::eo::wref(*this); } ::efl::eo::concrete const& _get_concrete() const { return *this; } ::efl::eo::concrete& _get_concrete() { return *this; } using ::efl::eo::concrete::_eo_ptr; using ::efl::eo::concrete::_release; using ::efl::eo::concrete::_reset; using ::efl::eo::concrete::_delete; using ::efl::eo::concrete::operator bool; #ifdef EFL_CXXPERIMENTAL const Mapping* operator->() const { return this; } Mapping* operator->() { return this; } operator Eo*() const { return _eo_ptr(); } #endif friend bool operator==(Mapping const& lhs, Mapping const& rhs) { return lhs._get_concrete() == rhs._get_concrete(); } friend bool operator!=(Mapping const& lhs, Mapping const& rhs) { return !(lhs == rhs); } }; static_assert(sizeof(Mapping) == sizeof(Eo*), ""); static_assert(std::is_standard_layout::value, ""); } } #pragma GCC diagnostic pop #endif