JUCE
juce::DragAndDropContainer Member List

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

DragAndDropContainer()juce::DragAndDropContainer
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
getNumCurrentDrags() constjuce::DragAndDropContainer
isDragAndDropActive() constjuce::DragAndDropContainer
performExternalDragDropOfFiles(const StringArray &files, bool canMoveFiles, Component *sourceComponent=nullptr)juce::DragAndDropContainerstatic
performExternalDragDropOfText(const String &text, Component *sourceComponent=nullptr)juce::DragAndDropContainerstatic
setCurrentDragImage(const Image &newImage)juce::DragAndDropContainer
setDragImageForIndex(int index, const Image &newImage)juce::DragAndDropContainer
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, Image dragImage=Image(), bool allowDraggingToOtherJuceWindows=false, const Point< int > *imageOffsetFromMouse=nullptr, const MouseInputSource *inputSourceCausingDrag=nullptr)juce::DragAndDropContainer
~DragAndDropContainer()juce::DragAndDropContainervirtual