|
Gin
|
#include <gin_componentgrid.h>
Inherits juce::ReferenceCountedObject.
Public Attributes | |
| ComponentGrid * | grid = nullptr |
| Grid the drag originated from. | |
| Component * | originalComponent = nullptr |
| Component being dragged. | |
| int | currentIndex = 0 |
| Current index during drag. | |
Drag operation information passed via JUCE drag-and-drop system
| ComponentGrid* ComponentGrid::DragInfo::grid = nullptr |
Grid the drag originated from.
| Component* ComponentGrid::DragInfo::originalComponent = nullptr |
Component being dragged.
| int ComponentGrid::DragInfo::currentIndex = 0 |
Current index during drag.