#include
<QtCore/qnamespace.h>
Go to the source code of
this file.
Classes
|
| class
|
QGenericArgument |
| class
|
QGenericReturnArgument |
| class
|
QArgument< T > |
| class
|
QArgument< T &
> |
| class
|
QReturnArgument< T > |
| struct
|
QMetaObject |
| struct
|
QMetaObjectExtraData |
Defines
|
|
#define |
Q_MOC_OUTPUT_REVISION 62 |
|
#define |
slots |
|
#define |
signals protected |
|
#define |
Q_SLOTS |
|
#define |
Q_SIGNALS protected |
|
#define |
Q_PRIVATE_SLOT(d,
signature) |
|
#define |
Q_EMIT |
|
#define |
emit |
|
#define |
Q_CLASSINFO(name,
value) |
|
#define |
Q_INTERFACES(x) |
|
#define |
Q_PROPERTY(text) |
|
#define |
Q_PRIVATE_PROPERTY(d,
text) |
|
#define |
Q_OVERRIDE(text) |
|
#define |
Q_ENUMS(x) |
|
#define |
Q_FLAGS(x) |
|
#define |
Q_SCRIPTABLE |
|
#define |
Q_INVOKABLE |
|
#define |
Q_SIGNAL |
|
#define |
Q_SLOT |
|
#define |
QT_TR_FUNCTIONS |
|
#define |
Q_OBJECT_CHECK |
|
#define |
Q_OBJECT_GETSTATICMETAOBJECT |
|
#define |
Q_OBJECT |
|
#define |
Q_OBJECT_FAKE Q_OBJECT |
|
#define |
Q_GADGET |
|
#define |
QTOSTRING_HELPER(s) #s |
|
#define |
QTOSTRING(s) QTOSTRING_HELPER(s) |
|
#define |
QLOCATION "\0"__FILE__":"QTOSTRING(__LINE__) |
|
#define |
METHOD(a) qFlagLocation("0"#a
QLOCATION) |
|
#define |
SLOT(a) qFlagLocation("1"#a
QLOCATION) |
|
#define |
SIGNAL(a) qFlagLocation("2"#a
QLOCATION) |
|
#define |
QMETHOD_CODE 0 |
|
#define |
QSLOT_CODE 1 |
|
#define |
QSIGNAL_CODE 2 |
|
#define |
Q_ARG(type,
data) QArgument<type >(#type,
data) |
|
#define |
Q_RETURN_ARG(type,
data) QReturnArgument<type
>(#type, data) |
Typedefs
|
| typedef const
QMetaObject
&(* |
QMetaObjectAccessor
)() |
Functions
|
| template<typename T
> |
|
int |
qYouForgotTheQ_OBJECT_Macro
(T, T) |
| template<typename T1 ,
typename T2 > |
|
void |
qYouForgotTheQ_OBJECT_Macro
(T1, T2) |
| Q_CORE_EXPORT
const char * |
qFlagLocation
(const char *method) |
Define Documentation
| #define
Q_MOC_OUTPUT_REVISION 62 |
| #define signals protected |
| #define
Q_SIGNALS protected |
| #define Q_PRIVATE_SLOT |
( |
|
d, |
|
|
|
signature |
|
) |
|
|
| #define Q_CLASSINFO |
( |
|
name, |
|
|
|
value |
|
) |
|
|
| #define Q_INTERFACES |
( |
|
x |
) |
|
| #define Q_PROPERTY |
( |
|
text |
) |
|
| #define Q_PRIVATE_PROPERTY |
( |
|
d, |
|
|
|
text |
|
) |
|
|
| #define Q_OVERRIDE |
( |
|
text |
) |
|
Value:
static inline QString tr(const char *s, const char *c = 0) \
{ return staticMetaObject.tr(s, c); } \
static inline QString trUtf8(const char *s, const char *c = 0) \
{ return staticMetaObject.trUtf8(s, c); } \
static inline QString tr(const char *s, const char *c, int n) \
{ return staticMetaObject.tr(s, c, n); } \
static inline QString trUtf8(const char *s, const char *c, int n) \
{ return staticMetaObject.trUtf8(s, c, n); }
Definition at line 97 of file qobjectdefs.h.
| #define Q_OBJECT_GETSTATICMETAOBJECT |
| #define
Q_OBJECT_FAKE Q_OBJECT |
| #define QTOSTRING_HELPER |
( |
|
s |
) |
#s |
| #define QTOSTRING |
( |
|
s |
) |
QTOSTRING_HELPER(s) |
| #define
QLOCATION "\0"__FILE__":"QTOSTRING(__LINE__) |
| #define METHOD |
( |
|
a |
) |
qFlagLocation("0"#a QLOCATION) |
| #define SLOT |
( |
|
a |
) |
qFlagLocation("1"#a QLOCATION) |
| #define SIGNAL |
( |
|
a |
) |
qFlagLocation("2"#a QLOCATION) |
| #define Q_ARG |
( |
|
type, |
|
|
|
data |
|
) |
|
QArgument<type >(#type,
data) |
Typedef Documentation
Function Documentation
| int qYouForgotTheQ_OBJECT_Macro |
( |
T |
, |
|
|
T |
|
|
) |
|
[inline] |
| void qYouForgotTheQ_OBJECT_Macro |
( |
T1 |
, |
|
|
T2 |
|
|
) |
|
[inline] |
| Q_CORE_EXPORT const char* qFlagLocation |
( |
const char * |
method |
) |
|