Audacity 3.2.0
|
#include <ExtImportPrefs.h>
Public Member Functions | |
ExtImportPrefsDropTarget (wxDataObject *dataObject=nullptr) | |
~ExtImportPrefsDropTarget () | |
wxDragResult | OnData (wxCoord x, wxCoord y, wxDragResult def) |
bool | OnDrop (wxCoord x, wxCoord y) |
wxDragResult | OnEnter (wxCoord x, wxCoord y, wxDragResult def) |
wxDragResult | OnDragOver (wxCoord x, wxCoord y, wxDragResult def) |
void | OnLeave () |
void | SetPrefs (ExtImportPrefs *prefs) |
Private Attributes | |
ExtImportPrefs * | mPrefs |
Definition at line 33 of file ExtImportPrefs.h.
ExtImportPrefsDropTarget::ExtImportPrefsDropTarget | ( | wxDataObject * | dataObject = nullptr | ) |
Definition at line 721 of file ExtImportPrefs.cpp.
References mPrefs.
ExtImportPrefsDropTarget::~ExtImportPrefsDropTarget | ( | ) |
Definition at line 727 of file ExtImportPrefs.cpp.
wxDragResult ExtImportPrefsDropTarget::OnData | ( | wxCoord | x, |
wxCoord | y, | ||
wxDragResult | def | ||
) |
Definition at line 736 of file ExtImportPrefs.cpp.
wxDragResult ExtImportPrefsDropTarget::OnDragOver | ( | wxCoord | x, |
wxCoord | y, | ||
wxDragResult | def | ||
) |
Definition at line 798 of file ExtImportPrefs.cpp.
References ExtImportPrefs::GetDragFocus(), ExtImportPrefs::GetPluginList(), ExtImportPrefs::GetRuleTable(), mPrefs, ExtImportPrefs::SwapPluginRows(), ExtImportPrefs::SwapRows(), and wxCustomFindItem().
Referenced by OnEnter().
bool ExtImportPrefsDropTarget::OnDrop | ( | wxCoord | x, |
wxCoord | y | ||
) |
Definition at line 765 of file ExtImportPrefs.cpp.
References ExtImportPrefs::GetDragFocus(), ExtImportPrefs::GetPluginList(), ExtImportPrefs::GetRuleTable(), mPrefs, and wxCustomFindItem().
wxDragResult ExtImportPrefsDropTarget::OnEnter | ( | wxCoord | x, |
wxCoord | y, | ||
wxDragResult | def | ||
) |
Definition at line 792 of file ExtImportPrefs.cpp.
References OnDragOver().
void ExtImportPrefsDropTarget::OnLeave | ( | ) |
Definition at line 849 of file ExtImportPrefs.cpp.
void ExtImportPrefsDropTarget::SetPrefs | ( | ExtImportPrefs * | prefs | ) |
Definition at line 731 of file ExtImportPrefs.cpp.
|
private |
Definition at line 46 of file ExtImportPrefs.h.
Referenced by ExtImportPrefsDropTarget(), OnDragOver(), OnDrop(), and SetPrefs().