Contains details about the source of a drag-and-drop operation. More...
Public Member Functions | |
| SourceDetails (const var &description, Component *sourceComponent, const Point< int > &localPosition) noexcept | |
| Creates a SourceDetails object from its various settings. | |
Public Attributes | |
| var | description |
| A descriptor for the drag - this is set DragAndDropContainer::startDragging(). | |
| WeakReference< Component > | sourceComponent |
| The component from the drag operation was started. | |
| Point< int > | localPosition |
| The local position of the mouse, relative to the target component. | |
Contains details about the source of a drag-and-drop operation.
The contents of this
| DragAndDropTarget::SourceDetails::SourceDetails | ( | const var & | description, |
| Component * | sourceComponent, | ||
| const Point< int > & | localPosition | ||
| ) |
Creates a SourceDetails object from its various settings.
A descriptor for the drag - this is set DragAndDropContainer::startDragging().
The component from the drag operation was started.
The local position of the mouse, relative to the target component.
Note that for calls such as isInterestedInDragSource(), this may be a null position.