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
qqnxclipboard.cpp File Reference

(4946982534d4d256590dffd44046fe642456703f)

#include "qqnxclipboard.h"
#include <QtGui/QColor>
#include <QtCore/QDebug>
#include <QtCore/QMimeData>
#include <QtCore/QStringList>
#include <QtCore/QUrl>
#include <clipboard/clipboard.h>
#include <errno.h>
#include "qqnxclipboard.moc"
+ Include dependency graph for qqnxclipboard.cpp:

Go to the source code of this file.

Classes

class  QQnxClipboard::MimeData
 

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQpaClipboard, "qt.qpa.clipboard")
 
static QByteArray readClipboardBuff (const char *type)
 

Variables

static const char * typeList [] = {"text/html", "text/plain", "image/png", "image/jpeg", "application/x-color", 0}
 

Function Documentation

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaClipboard ,
"qt.qpa.clipboard"  )

◆ readClipboardBuff()

static QByteArray readClipboardBuff ( const char * type)
static

Definition at line 27 of file qqnxclipboard.cpp.

References QByteArray().

Referenced by QQnxClipboard::MimeData::retrieveData().

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

Variable Documentation

◆ typeList

const char* typeList[] = {"text/html", "text/plain", "image/png", "image/jpeg", "application/x-color", 0}
static