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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::ComponentPeer::DragInfo Struct Reference

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

Detailed Description

Structure to describe drag and drop information.

Definition at line 413 of file juce_ComponentPeer.h.

Member Function Documentation

◆ clear()

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

Definition at line 420 of file juce_ComponentPeer.h.

◆ isEmpty()

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

Definition at line 419 of file juce_ComponentPeer.h.

Member Data Documentation

◆ files

StringArray juce::ComponentPeer::DragInfo::files

Definition at line 415 of file juce_ComponentPeer.h.

◆ position

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

Definition at line 417 of file juce_ComponentPeer.h.

◆ text

String juce::ComponentPeer::DragInfo::text

Definition at line 416 of file juce_ComponentPeer.h.


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