Qt 4.8
Classes | Typedefs | Functions
qmime.h File Reference
#include <QtCore/qmimedata.h>
#include <QtCore/qvariant.h>

Go to the source code of this file.

Classes

class  QMacMime
 
class  QMacPasteboardMime
 The QMacPasteboardMime class converts between a MIME type and a. More...
 
class  QMimeSource
 The QMimeSource class is an abstraction of objects that provided formatted data of a certain MIME type. More...
 
class  QWindowsMime
 The QWindowsMime class maps open-standard MIME to Window Clipboard formats. More...
 

Typedefs

typedef struct tagFORMATETC FORMATETC
 
typedef struct tagSTGMEDIUM STGMEDIUM
 

Typedef Documentation

◆ FORMATETC

typedef struct tagFORMATETC FORMATETC

Definition at line 66 of file qmime.h.

◆ STGMEDIUM

typedef struct tagSTGMEDIUM STGMEDIUM

Definition at line 67 of file qmime.h.

Function Documentation

◆ qRegisterDraggedTypes()

Q_GUI_EXPORT void qRegisterDraggedTypes ( const QStringList types)
related

Definition at line 109 of file qmime_mac.cpp.

110 {
111  (*globalDraggedTypesList()) += types;
112 }