![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmetatype.h>
Public Types | |
using | MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *) |
using | DefaultCtrFn = void (*)(const QMetaTypeInterface *, void *) |
using | CopyCtrFn = void (*)(const QMetaTypeInterface *, void *, const void *) |
using | MoveCtrFn = void (*)(const QMetaTypeInterface *, void *, void *) |
using | DtorFn = void (*)(const QMetaTypeInterface *, void *) |
using | EqualsFn = bool (*)(const QMetaTypeInterface *, const void *, const void *) |
using | LessThanFn = bool (*)(const QMetaTypeInterface *, const void *, const void *) |
using | DebugStreamFn = void (*)(const QMetaTypeInterface *, QDebug &, const void *) |
using | DataStreamOutFn = void (*)(const QMetaTypeInterface *, QDataStream &, const void *) |
using | DataStreamInFn = void (*)(const QMetaTypeInterface *, QDataStream &, void *) |
using | LegacyRegisterOp = void (*)() |
Static Public Attributes | |
static constexpr ushort | CurrentRevision = 1 |
Definition at line 270 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::CopyCtrFn = void (*)(const QMetaTypeInterface *, void *, const void *) |
Definition at line 293 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::DataStreamInFn = void (*)(const QMetaTypeInterface *, QDataStream &, void *) |
Definition at line 307 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::DataStreamOutFn = void (*)(const QMetaTypeInterface *, QDataStream &, const void *) |
Definition at line 305 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::DebugStreamFn = void (*)(const QMetaTypeInterface *, QDebug &, const void *) |
Definition at line 303 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::DefaultCtrFn = void (*)(const QMetaTypeInterface *, void *) |
Definition at line 291 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::DtorFn = void (*)(const QMetaTypeInterface *, void *) |
Definition at line 297 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::EqualsFn = bool (*)(const QMetaTypeInterface *, const void *, const void *) |
Definition at line 299 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::LegacyRegisterOp = void (*)() |
Definition at line 310 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::LessThanFn = bool (*)(const QMetaTypeInterface *, const void *, const void *) |
Definition at line 301 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *) |
Definition at line 286 of file qmetatype.h.
using QtPrivate::QMetaTypeInterface::MoveCtrFn = void (*)(const QMetaTypeInterface *, void *, void *) |
Definition at line 295 of file qmetatype.h.
ushort QtPrivate::QMetaTypeInterface::alignment |
Definition at line 281 of file qmetatype.h.
CopyCtrFn QtPrivate::QMetaTypeInterface::copyCtr |
Definition at line 294 of file qmetatype.h.
Referenced by QtMetaTypePrivate::copyConstruct().
|
inlinestaticconstexpr |
Definition at line 278 of file qmetatype.h.
DataStreamInFn QtPrivate::QMetaTypeInterface::dataStreamIn |
Definition at line 308 of file qmetatype.h.
DataStreamOutFn QtPrivate::QMetaTypeInterface::dataStreamOut |
Definition at line 306 of file qmetatype.h.
DebugStreamFn QtPrivate::QMetaTypeInterface::debugStream |
Definition at line 304 of file qmetatype.h.
DefaultCtrFn QtPrivate::QMetaTypeInterface::defaultCtr |
Definition at line 292 of file qmetatype.h.
Referenced by QtMetaTypePrivate::defaultConstruct().
DtorFn QtPrivate::QMetaTypeInterface::dtor |
Definition at line 298 of file qmetatype.h.
Referenced by QtMetaTypePrivate::destruct().
EqualsFn QtPrivate::QMetaTypeInterface::equals |
Definition at line 300 of file qmetatype.h.
uint QtPrivate::QMetaTypeInterface::flags |
Definition at line 283 of file qmetatype.h.
LegacyRegisterOp QtPrivate::QMetaTypeInterface::legacyRegisterOp |
Definition at line 311 of file qmetatype.h.
LessThanFn QtPrivate::QMetaTypeInterface::lessThan |
Definition at line 302 of file qmetatype.h.
MetaObjectFn QtPrivate::QMetaTypeInterface::metaObjectFn |
Definition at line 287 of file qmetatype.h.
MoveCtrFn QtPrivate::QMetaTypeInterface::moveCtr |
Definition at line 296 of file qmetatype.h.
Referenced by QtMetaTypePrivate::moveConstruct().
const char* QtPrivate::QMetaTypeInterface::name |
Definition at line 289 of file qmetatype.h.
Referenced by QMetaMethodInvoker::invokeImpl(), and testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
ushort QtPrivate::QMetaTypeInterface::revision |
Definition at line 280 of file qmetatype.h.
uint QtPrivate::QMetaTypeInterface::size |
Definition at line 282 of file qmetatype.h.
QMTI_MUTABLE QBasicAtomicInt QtPrivate::QMetaTypeInterface::typeId |
Definition at line 284 of file qmetatype.h.