JUCE
|
This is the complete list of members for DragAndDropContainer, including all inherited members.
DragAndDropContainer() | DragAndDropContainer | |
dragOperationEnded(const DragAndDropTarget::SourceDetails &) | DragAndDropContainer | protectedvirtual |
dragOperationStarted(const DragAndDropTarget::SourceDetails &) | DragAndDropContainer | protectedvirtual |
findParentDragContainerFor(Component *childComponent) | DragAndDropContainer | static |
getCurrentDragDescription() const | DragAndDropContainer | |
getDragDescriptionForIndex(int index) const | DragAndDropContainer | |
getNumCurrentDrags() const | DragAndDropContainer | |
isDragAndDropActive() const | DragAndDropContainer | |
performExternalDragDropOfFiles(const StringArray &files, bool canMoveFiles, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr) | DragAndDropContainer | static |
performExternalDragDropOfText(const String &text, Component *sourceComponent=nullptr, std::function< void()> callback=nullptr) | DragAndDropContainer | static |
setCurrentDragImage(const Image &newImage) | DragAndDropContainer | |
setDragImageForIndex(int index, const Image &newImage) | DragAndDropContainer | |
shouldDropFilesWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, StringArray &files, bool &canMoveFiles) | DragAndDropContainer | protectedvirtual |
shouldDropTextWhenDraggedExternally(const DragAndDropTarget::SourceDetails &sourceDetails, String &text) | DragAndDropContainer | protectedvirtual |
startDragging(const var &sourceDescription, Component *sourceComponent, Image dragImage=Image(), bool allowDraggingToOtherJuceWindows=false, const Point< int > *imageOffsetFromMouse=nullptr, const MouseInputSource *inputSourceCausingDrag=nullptr) | DragAndDropContainer | |
~DragAndDropContainer() | DragAndDropContainer | virtual |