Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
efl::ui::Zoom Struct Reference

Data Structures

struct  zoom_change_event
 
struct  zoom_start_event
 
struct  zoom_stop_event
 

Public Member Functions

 Zoom (::Eo *eo)
 
 Zoom (std::nullptr_t)
 
 Zoom (Zoom const &other)=default
 
 Zoom (Zoom &&other)=default
 
Zoomoperator= (Zoom const &other)=default
 
Zoomoperator= (Zoom &&other)=default
 
 Zoom (::efl::eo::concrete parent)
 
template<typename F >
 Zoom (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< bool >::type zoom_animation_get () const
 
::efl::eolian::return_traits< void >::type zoom_animation_set (::efl::eolian::in_traits< bool >::type paused) const
 
::efl::eolian::return_traits< double >::type zoom_get () const
 
::efl::eolian::return_traits< void >::type zoom_set (::efl::eolian::in_traits< double >::type zoom) const
 
::efl::eolian::return_traits< Efl_Ui_Zoom_Mode >::type zoom_mode_get () const
 
::efl::eolian::return_traits< void >::type zoom_mode_set (::efl::eolian::in_traits< Efl_Ui_Zoom_Mode >::type mode) const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (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::ui::Zoom::zoom_start_event zoom_start_event
 
static struct efl::ui::Zoom::zoom_stop_event zoom_stop_event
 
static struct efl::ui::Zoom::zoom_change_event zoom_change_event
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.