JUCE
Public Member Functions | Public Attributes | List of all members
ComponentPeer::DragInfo Struct Reference

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< intposition
 

Detailed Description

Structure to describe drag and drop information.

Member Function Documentation

◆ isEmpty()

bool ComponentPeer::DragInfo::isEmpty ( ) const
noexcept

◆ clear()

void ComponentPeer::DragInfo::clear ( )
noexcept

Member Data Documentation

◆ files

StringArray ComponentPeer::DragInfo::files

◆ text

String ComponentPeer::DragInfo::text

◆ position

Point<int> ComponentPeer::DragInfo::position

The documentation for this struct was generated from the following file: