Qt 5.2
Qt Core
C++ Classes
QMetaType
Qt 5.2.1 Reference Documentation
List of All Members for QMetaType
This is the complete list of members for
QMetaType
, including inherited members.
enum
Type
enum
TypeFlag
flags
TypeFlags
QMetaType
(const int)
~QMetaType
()
compare
(const void *, const void *, int, int *) : bool
construct
(int, void *, const void *) : void *
construct
(void *, const void *) const : void *
convert
(const void *, int, void *, int) : bool
create
(int, const void *) : void *
create
(const void *) const : void *
debugStream
(QDebug &, const void *, int) : bool
destroy
(int, void *)
destroy
(void *) const
destruct
(int, void *)
destruct
(void *) const
flags
() const : TypeFlags
hasRegisteredComparators
() : bool
hasRegisteredComparators
(int) : bool
hasRegisteredConverterFunction
(int, int) : bool
hasRegisteredConverterFunction
() : bool
hasRegisteredDebugStreamOperator
() : bool
hasRegisteredDebugStreamOperator
(int) : bool
isRegistered
(int) : bool
isRegistered
() const : bool
isValid
() const : bool
load
(QDataStream &, int, void *) : bool
metaObjectForType
(int) : const QMetaObject *
registerComparators
() : bool
registerConverter
() : bool
registerConverter
(MemberFunction) : bool
registerConverter
(MemberFunctionOk) : bool
registerConverter
(UnaryFunction) : bool
registerDebugStreamOperator
() : bool
save
(QDataStream &, int, const void *) : bool
sizeOf
(int) : int
sizeOf
() const : int
type
(const char *) : int
typeFlags
(int) : TypeFlags
typeName
(int) : const char *