#include <i_drag_drop.hpp>
Definition at line 100 of file i_drag_drop.hpp.
◆ cancel_drag_drop()
virtual void neogfx::i_drag_drop_source::cancel_drag_drop |
( |
| ) |
|
|
pure virtual |
◆ declare_event()
neogfx::i_drag_drop_source::declare_event |
( |
dragging_object |
, |
|
|
i_drag_drop_object const & |
|
|
) |
| |
◆ drag_drop_active()
virtual bool neogfx::i_drag_drop_source::drag_drop_active |
( |
| ) |
const |
|
pure virtual |
◆ drag_drop_event_monitor()
virtual i_widget & neogfx::i_drag_drop_source::drag_drop_event_monitor |
( |
| ) |
const |
|
pure virtual |
◆ drag_drop_source_enabled()
virtual bool neogfx::i_drag_drop_source::drag_drop_source_enabled |
( |
| ) |
const |
|
pure virtual |
◆ drag_drop_tracking_position()
virtual point const & neogfx::i_drag_drop_source::drag_drop_tracking_position |
( |
| ) |
const |
|
pure virtual |
◆ drag_drop_widget()
virtual i_ref_ptr< i_widget > const & neogfx::i_drag_drop_source::drag_drop_widget |
( |
| ) |
const |
|
pure virtual |
◆ enable_drag_drop_source() [1/2]
virtual void neogfx::i_drag_drop_source::enable_drag_drop_source |
( |
bool |
aEnable = true | ) |
|
|
pure virtual |
◆ enable_drag_drop_source() [2/2]
void neogfx::i_drag_drop_source::enable_drag_drop_source |
( |
i_widget & |
aWidget | ) |
|
|
inline |
◆ end_drag_drop()
◆ monitor_drag_drop_events()
virtual void neogfx::i_drag_drop_source::monitor_drag_drop_events |
( |
i_widget & |
aWidget | ) |
|
|
pure virtual |
◆ object_being_dragged()
virtual i_drag_drop_object const & neogfx::i_drag_drop_source::object_being_dragged |
( |
| ) |
const |
|
pure virtual |
◆ set_drag_drop_widget()
virtual void neogfx::i_drag_drop_source::set_drag_drop_widget |
( |
i_ref_ptr< i_widget > const & |
aWidget | ) |
|
|
pure virtual |
◆ start_drag_drop()
virtual void neogfx::i_drag_drop_source::start_drag_drop |
( |
i_drag_drop_object const & |
aObject | ) |
|
|
pure virtual |
◆ stop_monitoring_drag_drop_events()
virtual void neogfx::i_drag_drop_source::stop_monitoring_drag_drop_events |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: