![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qsimpledrag_p.h"#include "qbitmap.h"#include "qdrag.h"#include "qpixmap.h"#include "qevent.h"#include "qfile.h"#include "qguiapplication.h"#include "qpoint.h"#include "qbuffer.h"#include "qimage.h"#include "qdir.h"#include "qimagereader.h"#include "qimagewriter.h"#include "qplatformscreen.h"#include "qplatformwindow.h"#include <QtCore/QEventLoop>#include <QtCore/QDebug>#include <QtCore/QLoggingCategory>#include <private/qguiapplication_p.h>#include <private/qdnd_p.h>#include <private/qshapedpixmapdndwindow_p.h>#include <private/qhighdpiscaling_p.h>Go to the source code of this file.
Functions | |
| static QT_BEGIN_NAMESPACE QWindow * | topLevelAt (const QPoint &pos) |
| static QPoint | getNativeMousePos (QEvent *e, QWindow *window) |
| static QPoint | fromNativeGlobalPixels (const QPoint &point) |
| static void | sendDragLeave (QWindow *window) |
Definition at line 309 of file qsimpledrag.cpp.
Definition at line 80 of file qsimpledrag.cpp.
Definition at line 366 of file qsimpledrag.cpp.
|
static |
Definition at line 35 of file qsimpledrag.cpp.