|
swift
|
Go to the source code of this file.
Namespaces | |
| swift::misc | |
| Free functions in swift::misc. | |
Functions | |
| void | swift::misc::displayAllUserMetatypesTypes (QTextStream &out) |
| Display all user metatypes. More... | |
| QString | swift::misc::getAllUserMetatypesTypes (const QString &separator="\n") |
| Get all user metatypes. | |
| size_t | swift::misc::heapSizeOf (const QMetaType &) |
| Q_CC_MSVC. More... | |
| size_t | swift::misc::heapSizeOf (const QMetaObject &objectType) |
| Real heap size of an object. | |
| QString | swift::misc::className (const QObject *object) |
| Class name as from QMetaObject::className with namespace. | |
| QString | swift::misc::classNameShort (const QObject *object) |
| Class name as from QMetaObject::className without namespace. | |