Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmetaobject_p.h File Reference

(15b1bd2c819996321dd8e76f5e7be5a9dc670f58)

#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>
Include dependency graph for qmetaobject_p.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ QArgumentTypeArray

Definition at line 76 of file qmetaobject_p.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MetaObjectPrivateFieldCount 

Definition at line 208 of file qmetaobject_p.h.

Function Documentation

◆ is_ident_char()

bool is_ident_char ( char s)
inlinestatic

Definition at line 212 of file qmetaobject_p.h.

Referenced by QMetaObjectPrivate::normalizedSignature().

Here is the caller graph for this function:

◆ is_space()

bool is_space ( char s)
inlinestatic

Definition at line 217 of file qmetaobject_p.h.

Referenced by QMetaObjectPrivate::normalizedSignature().

Here is the caller graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QArgumentType ,
Q_RELOCATABLE_TYPE  )

◆ qMetaTypeTypeInternal()

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.