Public Member Functions | |
Animated (::Eo *eo) | |
Animated (std::nullptr_t) | |
Animated (Animated const &other)=default | |
Animated (Animated &&other)=default | |
Animated & | operator= (Animated const &other)=default |
Animated & | operator= (Animated &&other)=default |
Animated (::efl::eo::concrete parent) | |
template<typename F > | |
Animated (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< bool >::type | animated_get () const |
::efl::eolian::return_traits< int >::type | animated_frame_get () const |
::efl::eolian::return_traits< bool >::type | animated_frame_set (::efl::eolian::in_traits< int >::type frame_index) const |
::efl::eolian::return_traits< int >::type | animated_frame_count_get () const |
::efl::eolian::return_traits< Efl_Image_Animated_Loop_Hint >::type | animated_loop_type_get () const |
::efl::eolian::return_traits< int >::type | animated_loop_count_get () const |
::efl::eolian::return_traits< double >::type | animated_frame_duration_get (::efl::eolian::in_traits< int >::type start_frame, ::efl::eolian::in_traits< int >::type frame_num) 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 () |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |