Data Structures | |
struct | load_cancelled_event |
struct | load_done_event |
struct | load_error_event |
Public Member Functions | |
Load (::Eo *eo) | |
Load (std::nullptr_t) | |
Load (Load const &other)=default | |
Load (Load &&other)=default | |
Load & | operator= (Load const &other)=default |
Load & | operator= (Load &&other)=default |
Load (::efl::eo::concrete parent) | |
template<typename F > | |
Load (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< void >::type | load_size_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
::efl::eolian::return_traits< void >::type | load_size_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const |
::efl::eolian::return_traits< double >::type | load_dpi_get () const |
::efl::eolian::return_traits< void >::type | load_dpi_set (::efl::eolian::in_traits< double >::type dpi) const |
::efl::eolian::return_traits< bool >::type | load_region_support_get () const |
::efl::eolian::return_traits< void >::type | load_region_get (::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
::efl::eolian::return_traits< void >::type | load_region_set (::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) const |
::efl::eolian::return_traits< bool >::type | load_orientation_get () const |
::efl::eolian::return_traits< void >::type | load_orientation_set (::efl::eolian::in_traits< bool >::type enable) const |
::efl::eolian::return_traits< int >::type | load_scale_down_get () const |
::efl::eolian::return_traits< void >::type | load_scale_down_set (::efl::eolian::in_traits< int >::type div) const |
::efl::eolian::return_traits< Efl_Image_Load_Error >::type | load_error_get () const |
::efl::eolian::return_traits< bool >::type | load_skip_header_get () const |
::efl::eolian::return_traits< void >::type | load_skip_header_set (::efl::eolian::in_traits< bool >::type skip) const |
::efl::eolian::return_traits< void >::type | load_async_start () const |
::efl::eolian::return_traits< void >::type | load_async_cancel () 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 | |
Static Public Member Functions | |
static Efl_Class const * | _eo_class () |
Static Public Attributes | |
static struct efl::image::Load::load_done_event | load_done_event |
static struct efl::image::Load::load_error_event | load_error_event |
static struct efl::image::Load::load_cancelled_event | load_cancelled_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |