![]() |
Qt 6.x
The Qt SDK
|
#include "qwindowsclipboard.h"#include "qwindowscontext.h"#include "qwindowsole.h"#include <QtGui/qguiapplication.h>#include <QtGui/qclipboard.h>#include <QtGui/qcolor.h>#include <QtGui/qimage.h>#include <QtCore/qdebug.h>#include <QtCore/qmimedata.h>#include <QtCore/qstringlist.h>#include <QtCore/qthread.h>#include <QtCore/qvariant.h>#include <QtCore/qurl.h>#include <QtCore/private/qsystemerror_p.h>#include <QtGui/private/qwindowsguieventdispatcher_p.h>
Include dependency graph for qwindowsclipboard.cpp:Go to the source code of this file.
Functions | |
| static QDebug | operator<< (QDebug d, const QMimeData *mimeData) |
| LRESULT QT_WIN_CALLBACK | qClipboardViewerWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
| static void | cleanClipboardPostRoutine () |
| static bool | isProcessBeingDebugged (HWND hwnd) |
|
static |
Definition at line 116 of file qwindowsclipboard.cpp.
References QWindowsClipboard::instance().
Referenced by QWindowsClipboard::QWindowsClipboard().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 188 of file qwindowsclipboard.cpp.
Definition at line 41 of file qwindowsclipboard.cpp.
References QMimeData::colorData(), d, QMimeData::formats(), QMimeData::hasColor(), QMimeData::hasHtml(), QMimeData::hasImage(), QMimeData::hasText(), QMimeData::hasUrls(), QMimeData::html(), QMimeData::imageData(), mimeData, QMimeData::text(), and QMimeData::urls().
Here is the call graph for this function:| LRESULT QT_WIN_CALLBACK qClipboardViewerWndProc | ( | HWND | hwnd, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 103 of file qwindowsclipboard.cpp.
References QWindowsClipboard::instance().
Referenced by QWindowsClipboard::registerViewer().
Here is the call graph for this function:
Here is the caller graph for this function: