Qt 5.15
Qt Core
C++ Classes
QMetaType
Qt 5.15.8 Reference Documentation
List of All Members for QMetaType
This is the complete list of members for
QMetaType
, including inherited members.
QMetaType
(const int )
enum
Type
enum
TypeFlag
flags
TypeFlags
~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
equals
(const void *, const void *, int , int *) : bool
flags
() const : QMetaType::TypeFlags
fromType
() : QMetaType
hasRegisteredComparators
() : bool
hasRegisteredComparators
(int ) : bool
hasRegisteredConverterFunction
(int , int ) : bool
hasRegisteredConverterFunction
() : bool
hasRegisteredDebugStreamOperator
() : bool
hasRegisteredDebugStreamOperator
(int ) : bool
id
() const : int
isRegistered
(int ) : bool
isRegistered
() const : bool
isValid
() const : bool
load
(QDataStream &, int , void *) : bool
metaObject
() const : const QMetaObject *
metaObjectForType
(int ) : const QMetaObject *
name
() const : ::QByteArray
registerComparators
() : bool
registerConverter
() : bool
registerConverter
(MemberFunction ) : bool
registerConverter
(MemberFunctionOk ) : bool
registerConverter
(UnaryFunction ) : bool
registerDebugStreamOperator
() : bool
registerEqualsComparator
() : bool
save
(QDataStream &, int , const void *) : bool
sizeOf
(int ) : int
sizeOf
() const : int
type
(const char *) : int
type
(const ::QByteArray &) : int
typeFlags
(int ) : QMetaType::TypeFlags
typeName
(int ) : const char *