pub unsafe fn shl_q_data_stream_q_cursor(
    out_s: impl CastInto<Ref<QDataStream>>,
    cursor: impl CastInto<Ref<QCursor>>
) -> Ref<QDataStream>
Expand description

Writes the given brush to the given stream and returns a reference to the stream.

Calls C++ function: QDataStream& operator<<(QDataStream& outS, const QCursor& cursor).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &stream, const QBrush &brush):

Writes the given brush to the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.