Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwindowsclipboard.cpp File Reference

(6793a519667eaef07d6bc04d2799b1746d258c41)

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

void cleanClipboardPostRoutine ( )
static

Definition at line 116 of file qwindowsclipboard.cpp.

References QWindowsClipboard::cleanup(), and QWindowsClipboard::instance().

Referenced by QWindowsClipboard::QWindowsClipboard().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isProcessBeingDebugged()

bool isProcessBeingDebugged ( HWND hwnd)
static

Definition at line 188 of file qwindowsclipboard.cpp.

◆ operator<<()

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

Definition at line 41 of file qwindowsclipboard.cpp.

◆ qClipboardViewerWndProc()

LRESULT QT_WIN_CALLBACK qClipboardViewerWndProc ( HWND hwnd,
UINT message,
WPARAM wParam,
LPARAM lParam )

Definition at line 103 of file qwindowsclipboard.cpp.