65 virtual void fileDragEnter (
const StringArray& files,
int x,
int y);
77 virtual void fileDragMove (
const StringArray& files,
int x,
int y);
89 virtual void fileDragExit (
const StringArray& files);
Components derived from this class can have files dropped onto them by an external application.
virtual void filesDropped(const StringArray &files, int x, int y)=0
Callback to indicate that the user has dropped the files onto this component.
virtual bool isInterestedInFileDrag(const StringArray &files)=0
Callback to check whether this target is interested in the set of files being offered.
virtual ~FileDragAndDropTarget()=default
Destructor.
A special array for holding a list of strings.