![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qmutex.h>
#include <QtCore/qmetaobject.h>
#include <private/qobject_p.h>
#include <QtCore/qtmocconstants.h>
#include <private/qtools_p.h>
#include <QtCore/qvarlengtharray.h>
Go to the source code of this file.
Classes | |
class | QArgumentType |
class | QMetaMethodInvoker |
struct | QMetaObjectPrivate |
Typedefs | |
typedef QVarLengthArray< QArgumentType, 10 > | QArgumentTypeArray |
Enumerations | |
enum | { MetaObjectPrivateFieldCount = sizeof(QMetaObjectPrivate) / sizeof(int) } |
Functions | |
int | qMetaTypeTypeInternal (QByteArrayView name) |
Q_DECLARE_TYPEINFO (QArgumentType, Q_RELOCATABLE_TYPE) | |
static bool | is_ident_char (char s) |
static bool | is_space (char s) |
typedef QVarLengthArray<QArgumentType, 10> QArgumentTypeArray |
Definition at line 76 of file qmetaobject_p.h.
anonymous enum |
Enumerator | |
---|---|
MetaObjectPrivateFieldCount |
Definition at line 208 of file qmetaobject_p.h.
|
inlinestatic |
Definition at line 212 of file qmetaobject_p.h.
Referenced by QMetaObjectPrivate::normalizedSignature().
|
inlinestatic |
Definition at line 217 of file qmetaobject_p.h.
Referenced by QMetaObjectPrivate::normalizedSignature().
Q_DECLARE_TYPEINFO | ( | QArgumentType | , |
Q_RELOCATABLE_TYPE | ) |
int qMetaTypeTypeInternal | ( | QByteArrayView | name | ) |
Similar to QMetaType::type(); the only difference is that this function doesn't attempt to normalize the type name (i.e., the lookup will fail for type names in non-normalized form).
Used by only QMetaObject, which means the type is always already normalized.
Definition at line 2947 of file qmetatype.cpp.