Qt 5.13
Qt Core
C++ Classes
QMetaType
Qt 5.13.0 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
compare
(const void *, const void *, int , int *) : bool
construct
(int , void *, const void *) : void *
convert
(const void *, int , void *, int ) : bool
create
(int , const void *) : void *
debugStream
(QDebug &, const void *, int ) : bool
destroy
(int , void *)
destruct
(int , void *)
equals
(const void *, const void *, int , int *) : bool
hasRegisteredComparators
(int ) : bool
hasRegisteredConverterFunction
(int , int ) : bool
hasRegisteredDebugStreamOperator
(int ) : bool
isRegistered
(int ) : bool
load
(QDataStream &, int , void *) : bool
metaObjectForType
(int ) : const QMetaObject *
save
(QDataStream &, int , const void *) : bool
sizeOf
(int ) : int
type
(const char *) : int
type
(const ::QByteArray &) : int
typeFlags
(int ) : QMetaType::TypeFlags
typeName
(int ) : const char *