|
ACF $AcfVersion:0$
|
Interface for objects which can receive dragged objects. More...
#include <IDropConsumer.h>
Public Member Functions | |
| virtual QStringList | GetAcceptedMimeIds () const =0 |
| Get the list of the possible mime IDs, which are accepted by the consumer. | |
| virtual void | OnDropFinished (const QMimeData &mimeData, QEvent *eventPtr)=0 |
| Notification about drop action finish. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for objects which can receive dragged objects.
Definition at line 21 of file IDropConsumer.h.
|
pure virtual |
Get the list of the possible mime IDs, which are accepted by the consumer.
|
pure virtual |
Notification about drop action finish.