LibreOffice Module sd (master) 1
|
#include <CustomAnimationList.hxx>
Public Member Functions | |
CustomAnimationListDropTarget (CustomAnimationList &rTreeView) | |
Private Member Functions | |
virtual sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) override |
virtual sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) override |
Private Attributes | |
CustomAnimationList & | m_rTreeView |
Definition at line 51 of file CustomAnimationList.hxx.
sd::CustomAnimationListDropTarget::CustomAnimationListDropTarget | ( | CustomAnimationList & | rTreeView | ) |
Definition at line 455 of file CustomAnimationList.cxx.
|
overrideprivatevirtual |
Definition at line 461 of file CustomAnimationList.cxx.
References sd::CustomAnimationList::AcceptDrop(), DND_ACTION_NONE, weld::TreeView::get_dest_row_at_pos(), sd::CustomAnimationList::get_widget(), m_rTreeView, and AcceptDropEvent::maPosPixel.
|
overrideprivatevirtual |
Definition at line 475 of file CustomAnimationList.cxx.
References sd::CustomAnimationList::ExecuteDrop(), and m_rTreeView.
|
private |
Definition at line 54 of file CustomAnimationList.hxx.
Referenced by AcceptDrop(), and ExecuteDrop().