QClipboard Class Reference
#include <qclipboard.h>
Definition at line 62 of file qclipboard.h.
|
void | clear (Mode mode=Clipboard) |
|
bool | supportsSelection () const |
|
bool | supportsFindBuffer () const |
|
bool | ownsSelection () const |
|
bool | ownsClipboard () const |
|
bool | ownsFindBuffer () const |
|
QString | text (Mode mode=Clipboard) const |
|
QString | text (QString &subtype, Mode mode=Clipboard) const |
|
void | setText (const QString &, Mode mode=Clipboard) |
|
const QMimeData * | mimeData (Mode mode=Clipboard) const |
|
void | setMimeData (QMimeData *data, Mode mode=Clipboard) |
|
QImage | image (Mode mode=Clipboard) const |
|
QPixmap | pixmap (Mode mode=Clipboard) const |
|
void | setImage (const QImage &, Mode mode=Clipboard) |
|
void | setPixmap (const QPixmap &, Mode mode=Clipboard) |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
void | deleteLater () |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
QString | objectName |
|
Enumerator |
---|
Clipboard |
|
Selection |
|
FindBuffer |
|
LastMode |
|
Definition at line 71 of file qclipboard.h.
bool supportsSelection |
( |
| ) |
const |
bool supportsFindBuffer |
( |
| ) |
const |
bool ownsSelection |
( |
| ) |
const |
bool ownsClipboard |
( |
| ) |
const |
bool ownsFindBuffer |
( |
| ) |
const |
void selectionChanged |
( |
| ) |
|
|
signal |
void findBufferChanged |
( |
| ) |
|
|
signal |
void connectNotify |
( |
const char * |
| ) |
|
|
protectedvirtual |
friend class QApplicationPrivate |
|
friend |
friend class QBaseApplication |
|
friend |
friend class QDragManager |
|
friend |
The documentation for this class was generated from the following file: