Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowsclipboard.cpp File Reference

(bd7fa4a53791ead147393d3a4a797d2e14ee3343)

#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)
 

Function Documentation

◆ cleanClipboardPostRoutine()

static void cleanClipboardPostRoutine ( )
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:

◆ isProcessBeingDebugged()

static bool isProcessBeingDebugged ( HWND hwnd)
static

Definition at line 188 of file qwindowsclipboard.cpp.

◆ operator<<()

static QDebug operator<< ( QDebug d,
const QMimeData * mimeData )
static

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:

◆ qClipboardViewerWndProc()

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: