LibreOffice Module dbaccess (master) 1
|
#include <callbacks.hxx>
Public Member Functions | |
virtual bool | requestQuickHelp (const void *pUserData, OUString &rText) const =0 |
requests a quick help text to display More... | |
virtual bool | requestDrag (const weld::TreeIter &rEntry)=0 |
handler for StartDrag requests More... | |
virtual sal_Int8 | queryDrop (const AcceptDropEvent &_rEvt, const DataFlavorExVector &_rFlavors)=0 |
check whether or not a drop request should be accepted More... | |
virtual sal_Int8 | executeDrop (const ExecuteDropEvent &_rEvt)=0 |
execute a drop request More... | |
Protected Member Functions | |
~IControlActionListener () | |
Definition at line 46 of file callbacks.hxx.
|
inlineprotected |
Definition at line 68 of file callbacks.hxx.
|
pure virtual |
execute a drop request
Implemented in dbaui::OApplicationController, and dbaui::SbaTableQueryBrowser.
Referenced by dbaui::OApplicationIconControl::ExecuteDrop(), and dbaui::TreeListBox::ExecuteDrop().
|
pure virtual |
check whether or not a drop request should be accepted
Implemented in dbaui::OApplicationController, and dbaui::SbaTableQueryBrowser.
Referenced by dbaui::OApplicationIconControl::AcceptDrop(), and dbaui::TreeListBox::AcceptDrop().
|
pure virtual |
handler for StartDrag requests
Implemented in dbaui::OApplicationController, and dbaui::SbaTableQueryBrowser.
|
pure virtual |
requests a quick help text to display
Implemented in dbaui::OApplicationController, and dbaui::SbaTableQueryBrowser.