JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ComponentPeer::DragInfo Struct Reference

Structure to describe drag and drop information. More...

#include <juce_ComponentPeer.h>

Collaboration diagram for juce::ComponentPeer::DragInfo:

Public Member Functions

void clear () noexcept
 
bool isEmpty () const noexcept
 

Public Attributes

StringArray files
 
Point< intposition
 
String text
 

Detailed Description

Structure to describe drag and drop information.

Member Function Documentation

◆ clear()

void juce::ComponentPeer::DragInfo::clear ( )
inlinenoexcept

◆ isEmpty()

bool juce::ComponentPeer::DragInfo::isEmpty ( ) const
inlinenoexcept

Member Data Documentation

◆ files

StringArray juce::ComponentPeer::DragInfo::files

◆ position

Point<int> juce::ComponentPeer::DragInfo::position

◆ text

String juce::ComponentPeer::DragInfo::text

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