Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qmetaobject.h File Reference
#include <QtCore/qobjectdefs.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qmetaobject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QMetaMethod
 \inmodule QtCore More...
 
struct  QMetaMethod::Data
 
class  QMetaEnum
 \inmodule QtCore More...
 
class  QMetaProperty
 \inmodule QtCore More...
 
class  QMetaClassInfo
 \inmodule QtCore More...
 

Macros

#define Q_METAMETHOD_INVOKE_MAX_ARGS   10
 

Functions

 Q_DECLARE_TYPEINFO (QMetaMethod, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QMetaEnum, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QMetaClassInfo, Q_RELOCATABLE_TYPE)
 

Macro Definition Documentation

◆ Q_METAMETHOD_INVOKE_MAX_ARGS

#define Q_METAMETHOD_INVOKE_MAX_ARGS   10

Definition at line 15 of file qmetaobject.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/3]

Q_DECLARE_TYPEINFO ( QMetaClassInfo  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/3]

Q_DECLARE_TYPEINFO ( QMetaEnum  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [3/3]

Q_DECLARE_TYPEINFO ( QMetaMethod  ,
Q_RELOCATABLE_TYPE   
)