LibreOffice Module dbaccess (master) 1
|
#include <dbtreelistbox.hxx>
Public Member Functions | |
TreeListBoxDropTarget (TreeListBox &rTreeView) | |
Private Member Functions | |
virtual sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) override |
virtual sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) override |
Private Attributes | |
TreeListBox & | m_rTreeView |
Definition at line 44 of file dbtreelistbox.hxx.
dbaui::TreeListBoxDropTarget::TreeListBoxDropTarget | ( | TreeListBox & | rTreeView | ) |
Definition at line 83 of file dbtreelistbox.cxx.
|
overrideprivatevirtual |
Definition at line 89 of file dbtreelistbox.cxx.
References dbaui::TreeListBox::AcceptDrop(), DND_ACTION_NONE, weld::TreeView::get_dest_row_at_pos(), dbaui::TreeListBox::GetWidget(), m_rTreeView, and AcceptDropEvent::maPosPixel.
|
overrideprivatevirtual |
Definition at line 103 of file dbtreelistbox.cxx.
References dbaui::TreeListBox::ExecuteDrop(), and m_rTreeView.
|
private |
Definition at line 47 of file dbtreelistbox.hxx.
Referenced by AcceptDrop(), and ExecuteDrop().