[][src]Function qt_widgets::ops::shl_q_debug_q_gesture_event

pub unsafe fn shl_q_debug_q_gesture_event(
    arg1: impl CastInto<Ref<QDebug>>,
    arg2: impl CastInto<Ptr<QGestureEvent>>
) -> CppBox<QDebug>

Writes the list widget item item to stream out.

Calls C++ function: QDebug operator<<(QDebug arg1, const QGestureEvent* arg2).

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.