[][src]Function qt_widgets::ops::shl_qt_core_q_debug_q_graphics_item_graphics_item_change

pub unsafe fn shl_qt_core_q_debug_q_graphics_item_graphics_item_change(
    debug: impl CastInto<Ref<QDebug>>,
    change: GraphicsItemChange
) -> CppBox<QDebug>

Writes the list widget item item to stream out.

Calls C++ function: QDebug operator<<(QDebug debug, QGraphicsItem::GraphicsItemChange change).

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.