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

Data Structures

struct  selected_event
 
struct  selection_changed_event
 
struct  selection_cleared_event
 
struct  selection_copy_event
 
struct  selection_cut_event
 
struct  selection_paste_event
 
struct  selection_start_event
 
struct  unselected_event
 

Public Member Functions

 Selectable (::Eo *eo)
 
 Selectable (std::nullptr_t)
 
 Selectable (Selectable const &other)=default
 
 Selectable (Selectable &&other)=default
 
Selectableoperator= (Selectable const &other)=default
 
Selectableoperator= (Selectable &&other)=default
 
 Selectable (::efl::eo::concrete parent)
 
template<typename F >
 Selectable (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::Selectable::selected_event selected_event
 
static struct efl::ui::Selectable::unselected_event unselected_event
 
static struct efl::ui::Selectable::selection_paste_event selection_paste_event
 
static struct efl::ui::Selectable::selection_copy_event selection_copy_event
 
static struct efl::ui::Selectable::selection_cut_event selection_cut_event
 
static struct efl::ui::Selectable::selection_start_event selection_start_event
 
static struct efl::ui::Selectable::selection_changed_event selection_changed_event
 
static struct efl::ui::Selectable::selection_cleared_event selection_cleared_event
 

Additional Inherited Members

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