|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Structure to describe drag and drop information. More...
#include "juce_ComponentPeer.h"
Public Member Functions | |
| bool | isEmpty () const noexcept |
| void | clear () noexcept |
Public Attributes | |
| StringArray | files |
| String | text |
| Point< int > | position |
Structure to describe drag and drop information.
Definition at line 413 of file juce_ComponentPeer.h.
|
noexcept |
Definition at line 420 of file juce_ComponentPeer.h.
|
noexcept |
Definition at line 419 of file juce_ComponentPeer.h.
| StringArray juce::ComponentPeer::DragInfo::files |
Definition at line 415 of file juce_ComponentPeer.h.
Definition at line 417 of file juce_ComponentPeer.h.
| String juce::ComponentPeer::DragInfo::text |
Definition at line 416 of file juce_ComponentPeer.h.