Data Structures | |
struct | drag_end_event |
struct | drag_event |
struct | drag_start_down_event |
struct | drag_start_event |
struct | drag_start_left_event |
struct | drag_start_right_event |
struct | drag_start_up_event |
struct | drag_stop_event |
Public Member Functions | |
Draggable (::Eo *eo) | |
Draggable (std::nullptr_t) | |
Draggable (Draggable const &other)=default | |
Draggable (Draggable &&other)=default | |
Draggable & | operator= (Draggable const &other)=default |
Draggable & | operator= (Draggable &&other)=default |
Draggable (::efl::eo::concrete parent) | |
template<typename F > | |
Draggable (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< bool >::type | drag_target_get () const |
::efl::eolian::return_traits< void >::type | drag_target_set (::efl::eolian::in_traits< bool >::type set) 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 Eo_Class const * | _eo_class () |
Static Public Attributes | |
static struct efl::ui::Draggable::drag_event | drag_event |
static struct efl::ui::Draggable::drag_start_event | drag_start_event |
static struct efl::ui::Draggable::drag_stop_event | drag_stop_event |
static struct efl::ui::Draggable::drag_end_event | drag_end_event |
static struct efl::ui::Draggable::drag_start_up_event | drag_start_up_event |
static struct efl::ui::Draggable::drag_start_down_event | drag_start_down_event |
static struct efl::ui::Draggable::drag_start_right_event | drag_start_right_event |
static struct efl::ui::Draggable::drag_start_left_event | drag_start_left_event |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |