JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::DragAndDropContainer Member List

This is the complete list of members for juce::DragAndDropContainer, including all inherited members.

DragAndDropContainer()juce::DragAndDropContainer
dragImageComponentsjuce::DragAndDropContainerprivate
dragOperationEnded(const DragAndDropTarget::SourceDetails &)juce::DragAndDropContainerprotectedvirtual
dragOperationStarted(const DragAndDropTarget::SourceDetails &)juce::DragAndDropContainerprotectedvirtual
findParentDragContainerFor(Component *childComponent)juce::DragAndDropContainerstatic
getCurrentDragDescription() constjuce::DragAndDropContainer
getDragDescriptionForIndex(int index) constjuce::DragAndDropContainer
getMouseInputSourceForDrag(Component *sourceComponent, const MouseInputSource *inputSourceCausingDrag)juce::DragAndDropContainerprivate
getNumCurrentDrags() constjuce::DragAndDropContainer
isAlreadyDragging(Component *sourceComponent) const noexceptjuce::DragAndDropContainerprivate
isDragAndDropActive() constjuce::DragAndDropContainer
performExternalDragDropOfFiles(const StringArray &files, bool canMoveFiles, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr)juce::DragAndDropContainerstatic
performExternalDragDropOfText(const String &text, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr)juce::DragAndDropContainerstatic
setCurrentDragImage(const ScaledImage &newImage)juce::DragAndDropContainer
setCurrentDragImage(const Image &newImage)juce::DragAndDropContainerinline
setDragImageForIndex(int index, const ScaledImage &newImage)juce::DragAndDropContainer
setDragImageForIndex(int index, const Image &newImage)juce::DragAndDropContainerinline
shouldDropFilesWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, StringArray &files, bool &canMoveFiles)juce::DragAndDropContainerprotectedvirtual
shouldDropTextWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, String &text)juce::DragAndDropContainerprotectedvirtual
startDragging(const var &sourceDescription, Component *sourceComponent, const ScaledImage &dragImage=ScaledImage(), bool allowDraggingToOtherJuceWindows=false, const Point< int > *imageOffsetFromMouse=nullptr, const MouseInputSource *inputSourceCausingDrag=nullptr)juce::DragAndDropContainer
startDragging(const var &sourceDescription, Component *sourceComponent, Image dragImage, bool allowDraggingToOtherJuceWindows=false, const Point< int > *imageOffsetFromMouse=nullptr, const MouseInputSource *inputSourceCausingDrag=nullptr)juce::DragAndDropContainerinline
~DragAndDropContainer()juce::DragAndDropContainervirtual