Data Structures | |
struct | selection_changed_event |
Public Member Functions | |
Selection (::Eo *eo) | |
Selection (std::nullptr_t) | |
Selection (Selection const &other)=default | |
Selection (Selection &&other)=default | |
Selection & | operator= (Selection const &other)=default |
Selection & | operator= (Selection &&other)=default |
Selection (::efl::eo::concrete parent) | |
template<typename F > | |
Selection (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< int >::type | selected_children_count_get () const |
::efl::eolian::return_traits< ::efl::Object >::type | selected_child_get (::efl::eolian::in_traits< int >::type selected_child_index) const |
::efl::eolian::return_traits< bool >::type | child_select (::efl::eolian::in_traits< int >::type child_index) const |
::efl::eolian::return_traits< bool >::type | selected_child_deselect (::efl::eolian::in_traits< int >::type child_index) const |
::efl::eolian::return_traits< bool >::type | is_child_selected (::efl::eolian::in_traits< int >::type child_index) const |
::efl::eolian::return_traits< bool >::type | all_children_select () const |
::efl::eolian::return_traits< bool >::type | clear () const |
::efl::eolian::return_traits< bool >::type | child_deselect (::efl::eolian::in_traits< int >::type child_index) 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 () |
Static Public Attributes | |
static struct elm::interface::atspi::Selection::selection_changed_event | selection_changed_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |