The QMimeSource class is an abstraction of objects which provide formatted data of a certain MIME type.
Más...
#include <qmime.h>
Lista de todos los miembros.
Descripción detallada
The QMimeSource class is an abstraction of objects which provide formatted data of a certain MIME type.
Drag-and-drop and clipboard use this abstraction.
- Ver también:
- IANA list of MIME media types
Documentación del constructor y destructor
QMimeSource::QMimeSource |
( |
| ) |
|
Constructs a mime source and assigns a globally unique serial number to it.
- Ver también:
- serialNumber()
QMimeSource::~QMimeSource |
( |
| ) |
[virtual] |
Provided to ensure that subclasses destroy themselves correctly.
QMimeSource::QMimeSource |
( |
| ) |
|
virtual QMimeSource::~QMimeSource |
( |
| ) |
[virtual] |
Documentación de las funciones miembro
QByteArray QMimeSource::encodedData |
( |
const char * |
| ) |
const [pure virtual] |
Returns the encoded data of this object in the specified MIME format.
Subclasses must reimplement this function.
Implementado en QStoredDrag, QTextDrag, QImageDrag, QDropEvent, QIconDrag, QIconDrag, QClipboardWatcher, QClipboardWatcher, QClipboardWatcher, QStoredDrag, QTextDrag, QImageDrag, QDropEvent y QRichTextDrag.
virtual QByteArray QMimeSource::encodedData |
( |
const char * |
| ) |
const [pure virtual] |
Implementado en QStoredDrag, QTextDrag, QImageDrag, QDropEvent, QIconDrag, QIconDrag, QClipboardWatcher, QClipboardWatcher, QClipboardWatcher, QStoredDrag, QTextDrag, QImageDrag, QDropEvent y QRichTextDrag.
virtual const char* QMimeSource::format |
( |
int |
n = 0 | ) |
const [pure virtual] |
Implementado en QStoredDrag, QTextDrag, QImageDrag, QDropEvent, QIconDrag, QIconDrag, QClipboardWatcher, QClipboardWatcher, QClipboardWatcher, QStoredDrag, QTextDrag, QImageDrag, QDropEvent y QRichTextDrag.
const char * QMimeSource::format |
( |
int |
i = 0 | ) |
const [pure virtual] |
Returns the {i}-th supported MIME format, or 0.
Implementado en QStoredDrag, QTextDrag, QImageDrag, QDropEvent, QIconDrag, QIconDrag, QClipboardWatcher, QClipboardWatcher, QClipboardWatcher, QStoredDrag, QTextDrag, QImageDrag, QDropEvent y QRichTextDrag.
bool QMimeSource::provides |
( |
const char * |
mimeType | ) |
const [virtual] |
virtual bool QMimeSource::provides |
( |
const char * |
| ) |
const [virtual] |
int QMimeSource::serialNumber |
( |
| ) |
const [inline] |
Returns the mime source's globally unique serial number.
int QMimeSource::serialNumber |
( |
| ) |
const |
Documentación de las funciones relacionadas y clases amigas
Documentación de los datos miembro
La documentación para esta clase fue generada a partir de los siguientes ficheros: