Qt 6.2
Qt Core
C++ Classes
QMetaType
Qt 6.2.0 Reference Documentation
List of All Members for QMetaType
This is the complete list of members for
QMetaType
, including inherited members.
QMetaType
(int)
enum
Type
enum
TypeFlag
flags
TypeFlags
alignOf
() const : qsizetype
canConvert
(QMetaType, QMetaType) : bool
canView
(QMetaType, QMetaType) : bool
compare
(const void *, const void *) const : QPartialOrdering
construct
(void *, const void *) const : void *
convert
(QMetaType, const void *, QMetaType, void *) : bool
create
(const void *) const : void *
debugStream
(QDebug &, const void *) : bool
destroy
(void *) const
destruct
(void *) const
equals
(const void *, const void *) const : bool
flags
() const : QMetaType::TypeFlags
fromName
(QByteArrayView) : QMetaType
fromType
() : QMetaType
hasRegisteredConverterFunction
(QMetaType, QMetaType) : bool
hasRegisteredConverterFunction
() : bool
hasRegisteredDataStreamOperators
() const : bool
hasRegisteredDebugStreamOperator
() const : bool
hasRegisteredMutableViewFunction
(QMetaType, QMetaType) : bool
hasRegisteredMutableViewFunction
() : bool
id
() const : int
isEqualityComparable
() const : bool
isOrdered
() const : bool
isRegistered
(int) : bool
isRegistered
() const : bool
isValid
() const : bool
load
(QDataStream &, void *) const : bool
metaObject
() const : const QMetaObject *
name
() const : const char *
registerConverter
() : bool
registerConverter
(MemberFunction) : bool
registerConverter
(MemberFunctionOk) : bool
registerConverter
(UnaryFunction) : bool
registerMutableView
(MemberFunction) : bool
registerMutableView
(MemberFunctionOk) : bool
registerMutableView
(UnaryFunction) : bool
save
(QDataStream &, const void *) const : bool
sizeOf
() const : qsizetype
view
(QMetaType, void *, QMetaType, void *) : bool