[][src]Function qt_widgets::ops::shl_q_debug_q_flags_state_flag

pub unsafe fn shl_q_debug_q_flags_state_flag(
    debug: impl CastInto<Ref<QDebug>>,
    state: QFlags<StateFlag>
) -> CppBox<QDebug>

Writes the list widget item item to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, QFlags<QStyle::StateFlag> state).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &out, const QListWidgetItem &item):

Writes the list widget item item to stream out.

This operator uses QListWidgetItem::write().

See also Serializing Qt Data Types.