#![cfg_attr(feature = "ritual_rustdoc_nightly", feature(doc_cfg))]
#[inline(always)]
pub unsafe fn shl_q_data_stream_q_vector_of_q_axis_setting(
s: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDataStream>>,
v: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAxisSetting>>,
) -> ::cpp_core::Ref<::qt_core::QDataStream> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__15(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDataStream>>::cast_into(s)
.as_raw_ptr() as *mut ::qt_core::QDataStream,
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAxisSetting>>::cast_into(v)
.as_raw_ptr(),
)
};
::cpp_core::Ref::from_raw(ffi_result).expect("attempted to construct a null Ref")
}
#[inline(always)]
pub unsafe fn shl_q_data_stream_q_vector_of_q_abstract_action_input(
s: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDataStream>>,
v: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAbstractActionInput>>,
) -> ::cpp_core::Ref<::qt_core::QDataStream> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__16(::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDataStream>>::cast_into(s).as_raw_ptr() as *mut ::qt_core::QDataStream, ::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAbstractActionInput>>::cast_into(v).as_raw_ptr())
};
::cpp_core::Ref::from_raw(ffi_result).expect("attempted to construct a null Ref")
}
#[inline(always)]
pub unsafe fn shl_q_data_stream_q_vector_of_q_abstract_axis_input(
s: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDataStream>>,
v: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAbstractAxisInput>>,
) -> ::cpp_core::Ref<::qt_core::QDataStream> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__17(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDataStream>>::cast_into(s)
.as_raw_ptr() as *mut ::qt_core::QDataStream,
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAbstractAxisInput>>::cast_into(
v,
)
.as_raw_ptr(),
)
};
::cpp_core::Ref::from_raw(ffi_result).expect("attempted to construct a null Ref")
}
#[inline(always)]
pub unsafe fn shl_q_data_stream_q_vector_of_q_action(
s: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDataStream>>,
v: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAction>>,
) -> ::cpp_core::Ref<::qt_core::QDataStream> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__18(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDataStream>>::cast_into(s)
.as_raw_ptr() as *mut ::qt_core::QDataStream,
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAction>>::cast_into(v)
.as_raw_ptr(),
)
};
::cpp_core::Ref::from_raw(ffi_result).expect("attempted to construct a null Ref")
}
#[inline(always)]
pub unsafe fn shl_q_data_stream_q_vector_of_q_axis(
s: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDataStream>>,
v: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAxis>>,
) -> ::cpp_core::Ref<::qt_core::QDataStream> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__19(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDataStream>>::cast_into(s)
.as_raw_ptr() as *mut ::qt_core::QDataStream,
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAxis>>::cast_into(v)
.as_raw_ptr(),
)
};
::cpp_core::Ref::from_raw(ffi_result).expect("attempted to construct a null Ref")
}
#[inline(always)]
pub unsafe fn shl_q_debug_q_vector_of_q_axis_setting(
debug: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDebug>>,
vec: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAxisSetting>>,
) -> ::cpp_core::CppBox<::qt_core::QDebug> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__20(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDebug>>::cast_into(debug)
.as_raw_ptr(),
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAxisSetting>>::cast_into(vec)
.as_raw_ptr(),
)
};
::cpp_core::CppBox::from_raw(ffi_result).expect("attempted to construct a null CppBox")
}
#[inline(always)]
pub unsafe fn shl_q_debug_q_vector_of_q_abstract_action_input(
debug: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDebug>>,
vec: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAbstractActionInput>>,
) -> ::cpp_core::CppBox<::qt_core::QDebug> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__21(::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDebug>>::cast_into(debug).as_raw_ptr(), ::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAbstractActionInput>>::cast_into(vec).as_raw_ptr())
};
::cpp_core::CppBox::from_raw(ffi_result).expect("attempted to construct a null CppBox")
}
#[inline(always)]
pub unsafe fn shl_q_debug_q_vector_of_q_abstract_axis_input(
debug: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDebug>>,
vec: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAbstractAxisInput>>,
) -> ::cpp_core::CppBox<::qt_core::QDebug> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__22(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDebug>>::cast_into(debug)
.as_raw_ptr(),
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAbstractAxisInput>>::cast_into(
vec,
)
.as_raw_ptr(),
)
};
::cpp_core::CppBox::from_raw(ffi_result).expect("attempted to construct a null CppBox")
}
#[inline(always)]
pub unsafe fn shl_q_debug_q_vector_of_q_action(
debug: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDebug>>,
vec: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAction>>,
) -> ::cpp_core::CppBox<::qt_core::QDebug> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__23(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDebug>>::cast_into(debug)
.as_raw_ptr(),
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAction>>::cast_into(vec)
.as_raw_ptr(),
)
};
::cpp_core::CppBox::from_raw(ffi_result).expect("attempted to construct a null CppBox")
}
#[inline(always)]
pub unsafe fn shl_q_debug_q_vector_of_q_axis(
debug: impl ::cpp_core::CastInto<::cpp_core::Ref<::qt_core::QDebug>>,
vec: impl ::cpp_core::CastInto<::cpp_core::Ref<crate::QVectorOfQAxis>>,
) -> ::cpp_core::CppBox<::qt_core::QDebug> {
let ffi_result = {
crate::__ffi::ctr_qt_3d_input_ffi_operator__24(
::cpp_core::CastInto::<::cpp_core::Ref<::qt_core::QDebug>>::cast_into(debug)
.as_raw_ptr(),
::cpp_core::CastInto::<::cpp_core::Ref<crate::QVectorOfQAxis>>::cast_into(vec)
.as_raw_ptr(),
)
};
::cpp_core::CppBox::from_raw(ffi_result).expect("attempted to construct a null CppBox")
}