LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbaui::TreeListBoxDropTarget Class Reference

#include <dbtreelistbox.hxx>

Inheritance diagram for dbaui::TreeListBoxDropTarget:
[legend]
Collaboration diagram for dbaui::TreeListBoxDropTarget:
[legend]

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

TreeListBoxm_rTreeView
 

Detailed Description

Definition at line 44 of file dbtreelistbox.hxx.

Constructor & Destructor Documentation

◆ TreeListBoxDropTarget()

dbaui::TreeListBoxDropTarget::TreeListBoxDropTarget ( TreeListBox rTreeView)

Definition at line 83 of file dbtreelistbox.cxx.

Member Function Documentation

◆ AcceptDrop()

sal_Int8 dbaui::TreeListBoxDropTarget::AcceptDrop ( const AcceptDropEvent rEvt)
overrideprivatevirtual

◆ ExecuteDrop()

sal_Int8 dbaui::TreeListBoxDropTarget::ExecuteDrop ( const ExecuteDropEvent rEvt)
overrideprivatevirtual

Definition at line 103 of file dbtreelistbox.cxx.

References dbaui::TreeListBox::ExecuteDrop(), and m_rTreeView.

Member Data Documentation

◆ m_rTreeView

TreeListBox& dbaui::TreeListBoxDropTarget::m_rTreeView
private

Definition at line 47 of file dbtreelistbox.hxx.

Referenced by AcceptDrop(), and ExecuteDrop().


The documentation for this class was generated from the following files: