pub struct Type(/* private fields */);
Expand description
Implementations§
Source§impl Type
impl Type
Sourcepub const ULongLong: Type
pub const ULongLong: Type
a qulonglong (C++ enum variant: ULongLong = 5
)
Sourcepub const Map: Type
pub const Map: Type
a QVariantMap (C++ enum variant: Map = 8
)
Sourcepub const List: Type
pub const List: Type
a QVariantList (C++ enum variant: List = 9
)
Sourcepub const StringList: Type
pub const StringList: Type
a QStringList (C++ enum variant: StringList = 11
)
Sourcepub const ByteArray: Type
pub const ByteArray: Type
a QByteArray (C++ enum variant: ByteArray = 12
)
Sourcepub const RegularExpression: Type
pub const RegularExpression: Type
a QRegularExpression (C++ enum variant: RegularExpression = 44
)
Sourcepub const Hash: Type
pub const Hash: Type
a QVariantHash (C++ enum variant: Hash = 28
)
Sourcepub const EasingCurve: Type
pub const EasingCurve: Type
a QEasingCurve (C++ enum variant: EasingCurve = 29
)
Sourcepub const ModelIndex: Type
pub const ModelIndex: Type
a QModelIndex (C++ enum variant: ModelIndex = 42
)
Sourcepub const PersistentModelIndex: Type
pub const PersistentModelIndex: Type
a QPersistentModelIndex (since 5.5) (C++ enum variant: PersistentModelIndex = 50
)
Sourcepub const LastCoreType: Type
pub const LastCoreType: Type
C++ enum variant: LastCoreType = 51
Sourcepub const KeySequence: Type
pub const KeySequence: Type
a QKeySequence (C++ enum variant: KeySequence = 75
)
Sourcepub const TextLength: Type
pub const TextLength: Type
a QTextLength (C++ enum variant: TextLength = 77
)
Sourcepub const TextFormat: Type
pub const TextFormat: Type
a QTextFormat (C++ enum variant: TextFormat = 78
)
Sourcepub const Transform: Type
pub const Transform: Type
a QTransform (C++ enum variant: Transform = 80
)
Sourcepub const Matrix4X4: Type
pub const Matrix4X4: Type
a QMatrix4x4 (C++ enum variant: Matrix4x4 = 81
)
Sourcepub const Quaternion: Type
pub const Quaternion: Type
a QQuaternion (C++ enum variant: Quaternion = 85
)
Sourcepub const LastGuiType: Type
pub const LastGuiType: Type
C++ enum variant: LastGuiType = 86
Sourcepub const SizePolicy: Type
pub const SizePolicy: Type
a QSizePolicy (C++ enum variant: SizePolicy = 121
)
Sourcepub const UserType: Type
pub const UserType: Type
Base value for user-defined types. (C++ enum variant: UserType = 1024
)
Sourcepub const LastCoreType2: Type
pub const LastCoreType2: Type
C++ enum variant: LastCoreType = 55
Trait Implementations§
Source§impl Shl<Type> for &QDataStream
impl Shl<Type> for &QDataStream
Source§fn shl(self, p: Type) -> Ref<QDataStream>
fn shl(self, p: Type) -> Ref<QDataStream>
Writes bit array ba to stream out.
Calls C++ function: QDataStream& operator<<(QDataStream& s, QVariant::Type p)
.
Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &out, const QBitArray &ba)
:
Writes bit array ba to stream out.
See also Format of the QDataStream operators.
Source§type Output = Ref<QDataStream>
type Output = Ref<QDataStream>
<<
operator.Source§impl Shl<Type> for &QDebug
impl Shl<Type> for &QDebug
Source§fn shl(self, arg2: Type) -> CppBox<QDebug>
fn shl(self, arg2: Type) -> CppBox<QDebug>
Writes bit array ba to stream out.
Calls C++ function: QDebug operator<<(QDebug arg1, QVariant::Type arg2)
.
Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &out, const QBitArray &ba)
:
Writes bit array ba to stream out.
See also Format of the QDataStream operators.