![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
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. | |
Interface for objects which can receive dragged objects.
Definition at line 26 of file IDropConsumer.h.
|
pure virtual |
Get the list of the possible mime IDs, which are accepted by the consumer.
Implemented in icmpstr::CVisualRegistryEditorComp.
|
pure virtual |
Notification about drop action finish.
Implemented in icmpstr::CVisualRegistryEditorComp.
© Witold Gantzke and Kirill Lepskiy