hydrogen 1.2.6
DropEvent Class Reference

Compatibility class to support QDropEvent more esily in Qt5 and Qt6. More...

#include <DropEvent.h>

Inheritance diagram for DropEvent:

Public Member Functions

 DropEvent (QDropEvent *)
 
 ~DropEvent ()
 
QPointF position () const
 

Detailed Description

Compatibility class to support QDropEvent more esily in Qt5 and Qt6.

At some point, when we dropped Qt5 support, we can drop this class too and use the plain QDropEvent again. Therefore, it is important to not add any members incompatible with the Qt6 interface of QDropEvent.

Definition at line 34 of file DropEvent.h.

Constructor & Destructor Documentation

◆ DropEvent()

DropEvent ( QDropEvent * pEv)

Definition at line 28 of file DropEvent.cpp.

◆ ~DropEvent()

~DropEvent ( )

Definition at line 38 of file DropEvent.cpp.

Member Function Documentation

◆ position()

QPointF position ( ) const

Definition at line 41 of file DropEvent.cpp.