LMMS
Loading...
Searching...
No Matches
juce::DragHelpers Namespace Reference

Functions

static bool isFileDrag (const ComponentPeer::DragInfo &info)
static bool isSuitableTarget (const ComponentPeer::DragInfo &info, Component *target)
static bool isInterested (const ComponentPeer::DragInfo &info, Component *target)
static ComponentfindDragAndDropTarget (Component *c, const ComponentPeer::DragInfo &info, Component *lastOne)

Function Documentation

◆ findDragAndDropTarget()

Component * juce::DragHelpers::findDragAndDropTarget ( Component * c,
const ComponentPeer::DragInfo & info,
Component * lastOne )
static

◆ isFileDrag()

bool juce::DragHelpers::isFileDrag ( const ComponentPeer::DragInfo & info)
static

◆ isInterested()

bool juce::DragHelpers::isInterested ( const ComponentPeer::DragInfo & info,
Component * target )
static

◆ isSuitableTarget()

bool juce::DragHelpers::isSuitableTarget ( const ComponentPeer::DragInfo & info,
Component * target )
static