VCF::DropTargetEvent Class Reference
Drop event are fired when an object is dropped during a drag drop operation.
More...
#include <vcf/ApplicationKit/DropTarget.h>
Inheritance diagram for VCF::DropTargetEvent:
List of all members.
Detailed Description
Drop event are fired when an object is dropped during a drag drop operation.
Constructor & Destructor Documentation
| VCF::DropTargetEvent::DropTargetEvent |
( |
Object * |
source, |
|
|
DataObject * |
data |
|
) |
[inline] |
|
| VCF::DropTargetEvent::DropTargetEvent |
( |
const DropTargetEvent & |
rhs |
) |
[inline] |
|
| virtual VCF::DropTargetEvent::~DropTargetEvent |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual Object* VCF::DropTargetEvent::clone |
( |
bool |
deep = false |
) |
[inline, virtual] |
|
|
|
get the type of action the event represents
|
| uint32 VCF::DropTargetEvent::getButtonMask |
( |
|
) |
[inline] |
|
| DataObject* VCF::DropTargetEvent::getDataObject |
( |
|
) |
[inline] |
|
| Point VCF::DropTargetEvent::getDropPoint |
( |
|
) |
[inline] |
|
| uint32 VCF::DropTargetEvent::getKeyMask |
( |
|
) |
[inline] |
|
| void VCF::DropTargetEvent::setActionType |
( |
const DragActionType & |
action |
) |
[inline] |
|
| void VCF::DropTargetEvent::setButtonMask |
( |
const uint32 & |
buttonMask |
) |
[inline] |
|
| void VCF::DropTargetEvent::setDropPoint |
( |
const Point & |
point |
) |
[inline] |
|
| void VCF::DropTargetEvent::setKeyMask |
( |
const uint32 & |
keyMask |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: