Qt 4.8
|
#include <qclipboard_p.h>
Public Functions | |
QByteArray | encodedData (const char *) const |
Returns the encoded data of this object in the specified MIME format. More... | |
const char * | format (int n) const |
Returns the (i - 1)-th supported MIME format, or 0. More... | |
QMimeDataWrapper () | |
Public Functions inherited from QMimeSource | |
virtual bool | provides (const char *) const |
Returns true if the object can provide the data in format mimeType; otherwise returns false. More... | |
virtual | ~QMimeSource () |
Destroys the MIME source. More... | |
Public Variables | |
const QMimeData * | data |
QList< QByteArray > | formats |
Definition at line 64 of file qclipboard_p.h.
|
inline |
Definition at line 67 of file qclipboard_p.h.
Referenced by QClipboardPrivate::QClipboardPrivate().
|
virtual |
Returns the encoded data of this object in the specified MIME format.
Implements QMimeSource.
Definition at line 670 of file qclipboard.cpp.
Referenced by QMimeDataWrapper().
|
virtual |
Returns the (i - 1)-th supported MIME format, or 0.
Implements QMimeSource.
Definition at line 658 of file qclipboard.cpp.
Referenced by QMimeDataWrapper().
const QMimeData* QMimeDataWrapper::data |
Definition at line 73 of file qclipboard_p.h.
|
mutable |
Definition at line 72 of file qclipboard_p.h.