pub struct QVectorOfFormatRange { /* private fields */ }Expand description
C++ class: QVector<QTextLayout::FormatRange>.
Implementations§
Source§impl QVectorOfFormatRange
impl QVectorOfFormatRange
Sourcepub unsafe fn add_assign_q_vector_of_format_range(
&self,
l: impl CastInto<Ref<QVectorOfFormatRange>>,
) -> Ref<QVectorOfFormatRange>
pub unsafe fn add_assign_q_vector_of_format_range( &self, l: impl CastInto<Ref<QVectorOfFormatRange>>, ) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::operator+=(const QVector<QTextLayout::FormatRange>& l).
Sourcepub unsafe fn add_assign_format_range(
&self,
t: impl CastInto<Ref<FormatRange>>,
) -> Ref<QVectorOfFormatRange>
pub unsafe fn add_assign_format_range( &self, t: impl CastInto<Ref<FormatRange>>, ) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::operator+=(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn append_format_range(&self, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn append_format_range(&self, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::append(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn append_q_vector_of_format_range(
&self,
l: impl CastInto<Ref<QVectorOfFormatRange>>,
)
pub unsafe fn append_q_vector_of_format_range( &self, l: impl CastInto<Ref<QVectorOfFormatRange>>, )
Calls C++ function: void QVector<QTextLayout::FormatRange>::append(const QVector<QTextLayout::FormatRange>& l).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<FormatRange>
pub unsafe fn at(&self, i: c_int) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<FormatRange>
pub unsafe fn back_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::back().
Sourcepub unsafe fn back(&self) -> Ref<FormatRange>
pub unsafe fn back(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::back() const.
Sourcepub unsafe fn capacity(&self) -> c_int
pub unsafe fn capacity(&self) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::capacity() const.
Sourcepub unsafe fn clear(&self)
pub unsafe fn clear(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::clear().
Sourcepub unsafe fn const_data(&self) -> Ptr<FormatRange>
pub unsafe fn const_data(&self) -> Ptr<FormatRange>
Calls C++ function: const QTextLayout::FormatRange* QVector<QTextLayout::FormatRange>::constData() const.
Sourcepub unsafe fn const_first(&self) -> Ref<FormatRange>
pub unsafe fn const_first(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<FormatRange>
pub unsafe fn const_last(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::constLast() const.
Sourcepub unsafe fn contains(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
pub unsafe fn contains(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::contains(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn copy_from(
&self,
v: impl CastInto<Ref<QVectorOfFormatRange>>,
) -> Ref<QVectorOfFormatRange>
pub unsafe fn copy_from( &self, v: impl CastInto<Ref<QVectorOfFormatRange>>, ) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::operator=(const QVector<QTextLayout::FormatRange>& v).
Sourcepub unsafe fn count_1a(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
pub unsafe fn count_1a(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::count(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn count_0a(&self) -> c_int
pub unsafe fn count_0a(&self) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::count() const.
Sourcepub unsafe fn data_mut(&self) -> Ptr<FormatRange>
pub unsafe fn data_mut(&self) -> Ptr<FormatRange>
Calls C++ function: QTextLayout::FormatRange* QVector<QTextLayout::FormatRange>::data().
Sourcepub unsafe fn data(&self) -> Ptr<FormatRange>
pub unsafe fn data(&self) -> Ptr<FormatRange>
Calls C++ function: const QTextLayout::FormatRange* QVector<QTextLayout::FormatRange>::data() const.
Sourcepub unsafe fn detach(&self)
pub unsafe fn detach(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::detach().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::empty() const.
Sourcepub unsafe fn ends_with(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
pub unsafe fn ends_with(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::endsWith(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn fill_2a(
&self,
t: impl CastInto<Ref<FormatRange>>,
size: c_int,
) -> Ref<QVectorOfFormatRange>
pub unsafe fn fill_2a( &self, t: impl CastInto<Ref<FormatRange>>, size: c_int, ) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::fill(const QTextLayout::FormatRange& t, int size = …).
Sourcepub unsafe fn fill_1a(
&self,
t: impl CastInto<Ref<FormatRange>>,
) -> Ref<QVectorOfFormatRange>
pub unsafe fn fill_1a( &self, t: impl CastInto<Ref<FormatRange>>, ) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::fill(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn first_mut(&self) -> Ref<FormatRange>
pub unsafe fn first_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::first().
Sourcepub unsafe fn first(&self) -> Ref<FormatRange>
pub unsafe fn first(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::first() const.
Sourcepub unsafe fn from_list(
list: impl CastInto<Ref<QListOfFormatRange>>,
) -> CppBox<QVectorOfFormatRange>
pub unsafe fn from_list( list: impl CastInto<Ref<QListOfFormatRange>>, ) -> CppBox<QVectorOfFormatRange>
Calls C++ function: static QVector<QTextLayout::FormatRange> QVector<QTextLayout::FormatRange>::fromList(const QList<QTextLayout::FormatRange>& list).
Sourcepub unsafe fn front_mut(&self) -> Ref<FormatRange>
pub unsafe fn front_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::front().
Sourcepub unsafe fn front(&self) -> Ref<FormatRange>
pub unsafe fn front(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::front() const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<FormatRange>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::operator[](int i).
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<FormatRange>
pub unsafe fn index(&self, i: c_int) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::operator[](int i) const.
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<FormatRange>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<FormatRange>>, from: c_int, ) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::indexOf(const QTextLayout::FormatRange& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::indexOf(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn insert_2a(&self, i: c_int, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn insert_2a(&self, i: c_int, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::insert(int i, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn insert_3a(
&self,
i: c_int,
n: c_int,
t: impl CastInto<Ref<FormatRange>>,
)
pub unsafe fn insert_3a( &self, i: c_int, n: c_int, t: impl CastInto<Ref<FormatRange>>, )
Calls C++ function: void QVector<QTextLayout::FormatRange>::insert(int i, int n, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::isEmpty() const.
Calls C++ function: bool QVector<QTextLayout::FormatRange>::isSharedWith(const QVector<QTextLayout::FormatRange>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<FormatRange>
pub unsafe fn last_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::last().
Sourcepub unsafe fn last(&self) -> Ref<FormatRange>
pub unsafe fn last(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QVector<QTextLayout::FormatRange>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<FormatRange>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<FormatRange>>, from: c_int, ) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::lastIndexOf(const QTextLayout::FormatRange& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(
&self,
t: impl CastInto<Ref<FormatRange>>,
) -> c_int
pub unsafe fn last_index_of_1a( &self, t: impl CastInto<Ref<FormatRange>>, ) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::lastIndexOf(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
len: c_int,
) -> CppBox<QVectorOfFormatRange>
pub unsafe fn mid_2a( &self, pos: c_int, len: c_int, ) -> CppBox<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange> QVector<QTextLayout::FormatRange>::mid(int pos, int len = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QVectorOfFormatRange>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange> QVector<QTextLayout::FormatRange>::mid(int pos) const.
Sourcepub unsafe fn move_(&self, from: c_int, to: c_int)
pub unsafe fn move_(&self, from: c_int, to: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::move(int from, int to).
Sourcepub unsafe fn new_0a() -> CppBox<QVectorOfFormatRange>
pub unsafe fn new_0a() -> CppBox<QVectorOfFormatRange>
Calls C++ function: [constructor] void QVector<QTextLayout::FormatRange>::QVector().
Sourcepub unsafe fn new_1a(size: c_int) -> CppBox<QVectorOfFormatRange>
pub unsafe fn new_1a(size: c_int) -> CppBox<QVectorOfFormatRange>
Calls C++ function: [constructor] void QVector<QTextLayout::FormatRange>::QVector(int size).
Sourcepub unsafe fn new_2a(
size: c_int,
t: impl CastInto<Ref<FormatRange>>,
) -> CppBox<QVectorOfFormatRange>
pub unsafe fn new_2a( size: c_int, t: impl CastInto<Ref<FormatRange>>, ) -> CppBox<QVectorOfFormatRange>
Calls C++ function: [constructor] void QVector<QTextLayout::FormatRange>::QVector(int size, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn new_copy(
v: impl CastInto<Ref<QVectorOfFormatRange>>,
) -> CppBox<QVectorOfFormatRange>
pub unsafe fn new_copy( v: impl CastInto<Ref<QVectorOfFormatRange>>, ) -> CppBox<QVectorOfFormatRange>
Calls C++ function: [constructor] void QVector<QTextLayout::FormatRange>::QVector(const QVector<QTextLayout::FormatRange>& v).
Sourcepub unsafe fn pop_back(&self)
pub unsafe fn pop_back(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::pop_back().
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::pop_front().
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::prepend(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::push_back(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::push_front(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn remove_1a(&self, i: c_int)
pub unsafe fn remove_1a(&self, i: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::remove(int i).
Sourcepub unsafe fn remove_2a(&self, i: c_int, n: c_int)
pub unsafe fn remove_2a(&self, i: c_int, n: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::remove(int i, int n).
Sourcepub unsafe fn remove_all(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
pub unsafe fn remove_all(&self, t: impl CastInto<Ref<FormatRange>>) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::removeAll(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::removeLast().
Sourcepub unsafe fn remove_one(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
pub unsafe fn remove_one(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::removeOne(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<FormatRange>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<FormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::replace(int i, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::reserve(int size).
Sourcepub unsafe fn resize(&self, size: c_int)
pub unsafe fn resize(&self, size: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::resize(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QVector<QTextLayout::FormatRange>::setSharable(bool sharable).
Sourcepub unsafe fn shrink_to_fit(&self)
pub unsafe fn shrink_to_fit(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::shrink_to_fit().
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QVector<QTextLayout::FormatRange>::size() const.
Sourcepub unsafe fn squeeze(&self)
pub unsafe fn squeeze(&self)
Calls C++ function: void QVector<QTextLayout::FormatRange>::squeeze().
Sourcepub unsafe fn starts_with(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
pub unsafe fn starts_with(&self, t: impl CastInto<Ref<FormatRange>>) -> bool
Calls C++ function: bool QVector<QTextLayout::FormatRange>::startsWith(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn swap(&self, other: impl CastInto<Ref<QVectorOfFormatRange>>)
pub unsafe fn swap(&self, other: impl CastInto<Ref<QVectorOfFormatRange>>)
Calls C++ function: void QVector<QTextLayout::FormatRange>::swap(QVector<QTextLayout::FormatRange>& other).
Sourcepub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)
Calls C++ function: void QVector<QTextLayout::FormatRange>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<FormatRange>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QVector<QTextLayout::FormatRange>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<FormatRange>
pub unsafe fn take_first(&self) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QVector<QTextLayout::FormatRange>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<FormatRange>
pub unsafe fn take_last(&self) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QVector<QTextLayout::FormatRange>::takeLast().
Sourcepub unsafe fn to_list(&self) -> CppBox<QListOfFormatRange>
pub unsafe fn to_list(&self) -> CppBox<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange> QVector<QTextLayout::FormatRange>::toList() const.
Sourcepub unsafe fn value_1a(&self, i: c_int) -> CppBox<FormatRange>
pub unsafe fn value_1a(&self, i: c_int) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QVector<QTextLayout::FormatRange>::value(int i) const.
Sourcepub unsafe fn value_2a(
&self,
i: c_int,
default_value: impl CastInto<Ref<FormatRange>>,
) -> CppBox<FormatRange>
pub unsafe fn value_2a( &self, i: c_int, default_value: impl CastInto<Ref<FormatRange>>, ) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QVector<QTextLayout::FormatRange>::value(int i, const QTextLayout::FormatRange& defaultValue) const.
Trait Implementations§
Source§impl Add<Ref<QVectorOfFormatRange>> for &QVectorOfFormatRange
impl Add<Ref<QVectorOfFormatRange>> for &QVectorOfFormatRange
Source§fn add(self, l: Ref<QVectorOfFormatRange>) -> CppBox<QVectorOfFormatRange>
fn add(self, l: Ref<QVectorOfFormatRange>) -> CppBox<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange> QVector<QTextLayout::FormatRange>::operator+(const QVector<QTextLayout::FormatRange>& l) const.
Source§type Output = CppBox<QVectorOfFormatRange>
type Output = CppBox<QVectorOfFormatRange>
+ operator.Source§impl CppDeletable for QVectorOfFormatRange
impl CppDeletable for QVectorOfFormatRange
Source§impl Data for QVectorOfFormatRange
impl Data for QVectorOfFormatRange
Source§unsafe fn data(&self) -> Ptr<FormatRange>
unsafe fn data(&self) -> Ptr<FormatRange>
Calls C++ function: const QTextLayout::FormatRange* QVector<QTextLayout::FormatRange>::data() const.
Source§type Output = Ptr<FormatRange>
type Output = Ptr<FormatRange>
data() function.Source§impl DataMut for QVectorOfFormatRange
impl DataMut for QVectorOfFormatRange
Source§unsafe fn data_mut(&self) -> Ptr<FormatRange>
unsafe fn data_mut(&self) -> Ptr<FormatRange>
Calls C++ function: QTextLayout::FormatRange* QVector<QTextLayout::FormatRange>::data().
Source§type Output = Ptr<FormatRange>
type Output = Ptr<FormatRange>
data_mut() function.Source§impl PartialEq<Ref<QVectorOfFormatRange>> for QVectorOfFormatRange
impl PartialEq<Ref<QVectorOfFormatRange>> for QVectorOfFormatRange
Source§impl Shl<Ref<FormatRange>> for &QVectorOfFormatRange
impl Shl<Ref<FormatRange>> for &QVectorOfFormatRange
Source§fn shl(self, t: Ref<FormatRange>) -> Ref<QVectorOfFormatRange>
fn shl(self, t: Ref<FormatRange>) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::operator<<(const QTextLayout::FormatRange& t).
Source§type Output = Ref<QVectorOfFormatRange>
type Output = Ref<QVectorOfFormatRange>
<< operator.Source§impl Shl<Ref<QVectorOfFormatRange>> for &QVectorOfFormatRange
impl Shl<Ref<QVectorOfFormatRange>> for &QVectorOfFormatRange
Source§fn shl(self, l: Ref<QVectorOfFormatRange>) -> Ref<QVectorOfFormatRange>
fn shl(self, l: Ref<QVectorOfFormatRange>) -> Ref<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange>& QVector<QTextLayout::FormatRange>::operator<<(const QVector<QTextLayout::FormatRange>& l).
Source§type Output = Ref<QVectorOfFormatRange>
type Output = Ref<QVectorOfFormatRange>
<< operator.