ICF 3.0.5.47
Technical documentation of ICF Libraries
istdgui::IDropConsumer Class Referenceabstract

Interface for objects which can receive dragged objects. More...

#include <IDropConsumer.h>

Inheritance diagram for istdgui::IDropConsumer:
Collaboration diagram for istdgui::IDropConsumer:

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.
 

Detailed Description

Interface for objects which can receive dragged objects.

Definition at line 26 of file IDropConsumer.h.

Member Function Documentation

◆ GetAcceptedMimeIds()

virtual QStringList istdgui::IDropConsumer::GetAcceptedMimeIds ( ) const
pure virtual

Get the list of the possible mime IDs, which are accepted by the consumer.

Implemented in icmpstr::CVisualRegistryEditorComp.

◆ OnDropFinished()

virtual void istdgui::IDropConsumer::OnDropFinished ( const QMimeData & mimeData,
QEvent * eventPtr )
pure virtual

Notification about drop action finish.

Implemented in icmpstr::CVisualRegistryEditorComp.


The documentation for this class was generated from the following file:

© Witold Gantzke and Kirill Lepskiy