JUCE
|
Structure to describe drag and drop information. More...
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.
|
noexcept |
References String::isEmpty(), and StringArray::size().
|
noexcept |
References String::clear(), and StringArray::clear().
StringArray ComponentPeer::DragInfo::files |
String ComponentPeer::DragInfo::text |