![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmimetype_p.h>
Public Types | |
| typedef QHash< QString, QString > | LocaleHash |
Public Member Functions | |
| QMimeTypePrivate () | |
| QMimeTypePrivate (const QString &name) | |
| Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QString | name |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 29 of file qmimetype_p.h.
| typedef QHash<QString, QString> QMimeTypePrivate::LocaleHash |
Definition at line 32 of file qmimetype_p.h.
|
inline |
Definition at line 34 of file qmimetype_p.h.
|
inlineexplicit |
Definition at line 35 of file qmimetype_p.h.
| QString QMimeTypePrivate::name |
Definition at line 37 of file qmimetype_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().