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

Data Structures

struct  scroll_anim_start_event
 
struct  scroll_anim_stop_event
 
struct  scroll_drag_start_event
 
struct  scroll_drag_stop_event
 
struct  scroll_event
 

Public Member Functions

 Scrollable (::Eo *eo)
 
 Scrollable (std::nullptr_t)
 
 Scrollable (Scrollable const &other)=default
 
 Scrollable (Scrollable &&other)=default
 
Scrollableoperator= (Scrollable const &other)=default
 
Scrollableoperator= (Scrollable &&other)=default
 
 Scrollable (::efl::eo::concrete parent)
 
template<typename F >
 Scrollable (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
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::Scrollable::scroll_event scroll_event
 
static struct efl::ui::Scrollable::scroll_anim_start_event scroll_anim_start_event
 
static struct efl::ui::Scrollable::scroll_anim_stop_event scroll_anim_stop_event
 
static struct efl::ui::Scrollable::scroll_drag_start_event scroll_drag_start_event
 
static struct efl::ui::Scrollable::scroll_drag_stop_event scroll_drag_stop_event
 

Additional Inherited Members

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