Data Structures | |
struct | preload_event |
struct | resize_event |
struct | unload_event |
Public Member Functions | |
Image (::Eo *eo) | |
Image (std::nullptr_t) | |
Image (Image const &other)=default | |
Image (Image &&other)=default | |
Image & | operator= (Image const &other)=default |
Image & | operator= (Image &&other)=default |
Image (::efl::eo::concrete parent) | |
template<typename F > | |
Image (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< bool >::type | smooth_scale_get () const |
::efl::eolian::return_traits< void >::type | smooth_scale_set (::efl::eolian::in_traits< bool >::type smooth_scale) const |
::efl::eolian::return_traits< double >::type | ratio_get () const |
::efl::eolian::return_traits< void >::type | border_get (::efl::eolian::out_traits< int >::type l, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type t, ::efl::eolian::out_traits< int >::type b) const |
::efl::eolian::return_traits< void >::type | border_set (::efl::eolian::in_traits< int >::type l, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type t, ::efl::eolian::in_traits< int >::type b) const |
::efl::eolian::return_traits< double >::type | border_scale_get () const |
::efl::eolian::return_traits< void >::type | border_scale_set (::efl::eolian::in_traits< double >::type scale) const |
::efl::eolian::return_traits< Efl_Gfx_Border_Fill_Mode >::type | border_center_fill_get () const |
::efl::eolian::return_traits< void >::type | border_center_fill_set (::efl::eolian::in_traits< Efl_Gfx_Border_Fill_Mode >::type fill) const |
::efl::eolian::return_traits< Efl_Image_Content_Hint >::type | content_hint_get () const |
::efl::eolian::return_traits< void >::type | content_hint_set (::efl::eolian::in_traits< Efl_Image_Content_Hint >::type hint) const |
::efl::eolian::return_traits< Efl_Image_Scale_Hint >::type | scale_hint_get () const |
::efl::eolian::return_traits< void >::type | scale_hint_set (::efl::eolian::in_traits< Efl_Image_Scale_Hint >::type hint) 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 Eo_Class const * | _eo_class () |
Static Public Attributes | |
static struct efl::Image::preload_event | preload_event |
static struct efl::Image::resize_event | resize_event |
static struct efl::Image::unload_event | unload_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |