Public Member Functions | |
Range (::Eo *eo) | |
Range (std::nullptr_t) | |
Range (Range const &other)=default | |
Range (Range &&other)=default | |
Range & | operator= (Range const &other)=default |
Range & | operator= (Range &&other)=default |
Range (::efl::eo::concrete parent) | |
template<typename F > | |
Range (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< int >::type | span_size_get () const |
::efl::eolian::return_traits< void >::type | span_size_set (::efl::eolian::in_traits< int >::type size) const |
::efl::eolian::return_traits< double >::type | range_value_get () const |
::efl::eolian::return_traits< void >::type | range_value_set (::efl::eolian::in_traits< double >::type val) const |
::efl::eolian::return_traits< void >::type | range_min_max_get (::efl::eolian::out_traits< double >::type min, ::efl::eolian::out_traits< double >::type max) const |
::efl::eolian::return_traits< void >::type | range_min_max_set (::efl::eolian::in_traits< double >::type min, ::efl::eolian::in_traits< double >::type max) const |
::efl::eolian::return_traits< ::efl::eina::string_view >::type | range_unit_format_get () const |
::efl::eolian::return_traits< void >::type | range_unit_format_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type units) const |
::efl::eolian::return_traits< bool >::type | range_interval_enabled_get () const |
::efl::eolian::return_traits< void >::type | range_interval_enabled_set (::efl::eolian::in_traits< bool >::type enable) const |
::efl::eolian::return_traits< void >::type | range_interval_get (::efl::eolian::out_traits< double >::type from, ::efl::eolian::out_traits< double >::type to) const |
::efl::eolian::return_traits< void >::type | range_interval_set (::efl::eolian::in_traits< double >::type from, ::efl::eolian::in_traits< double >::type to) 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 () |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |