pub struct QListOfFormatRange { /* private fields */ }Expand description
C++ class: QList<QTextLayout::FormatRange>.
Implementations§
Source§impl QListOfFormatRange
impl QListOfFormatRange
Sourcepub unsafe fn add_assign_q_list_of_format_range(
&self,
l: impl CastInto<Ref<QListOfFormatRange>>,
) -> Ref<QListOfFormatRange>
pub unsafe fn add_assign_q_list_of_format_range( &self, l: impl CastInto<Ref<QListOfFormatRange>>, ) -> Ref<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange>& QList<QTextLayout::FormatRange>::operator+=(const QList<QTextLayout::FormatRange>& l).
Sourcepub unsafe fn add_assign_format_range(
&self,
t: impl CastInto<Ref<FormatRange>>,
) -> Ref<QListOfFormatRange>
pub unsafe fn add_assign_format_range( &self, t: impl CastInto<Ref<FormatRange>>, ) -> Ref<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange>& QList<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 QList<QTextLayout::FormatRange>::append(const QTextLayout::FormatRange& t).
Sourcepub unsafe fn append_q_list_of_format_range(
&self,
t: impl CastInto<Ref<QListOfFormatRange>>,
)
pub unsafe fn append_q_list_of_format_range( &self, t: impl CastInto<Ref<QListOfFormatRange>>, )
Calls C++ function: void QList<QTextLayout::FormatRange>::append(const QList<QTextLayout::FormatRange>& t).
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& QList<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& QList<QTextLayout::FormatRange>::back().
Sourcepub unsafe fn back(&self) -> Ref<FormatRange>
pub unsafe fn back(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QList<QTextLayout::FormatRange>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QTextLayout::FormatRange>::iterator QList<QTextLayout::FormatRange>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<FormatRange>
pub unsafe fn const_first(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QList<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& QList<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 QList<QTextLayout::FormatRange>::contains(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfFormatRange>>,
) -> Ref<QListOfFormatRange>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfFormatRange>>, ) -> Ref<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange>& QList<QTextLayout::FormatRange>::operator=(const QList<QTextLayout::FormatRange>& l).
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 QList<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 QList<QTextLayout::FormatRange>::count() const.
Sourcepub unsafe fn detach(&self)
pub unsafe fn detach(&self)
Calls C++ function: void QList<QTextLayout::FormatRange>::detach().
Calls C++ function: void QList<QTextLayout::FormatRange>::detachShared().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QList<QTextLayout::FormatRange>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QTextLayout::FormatRange>::iterator QList<QTextLayout::FormatRange>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::end() 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 QList<QTextLayout::FormatRange>::endsWith(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn erase_1a(
&self,
pos: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_1a( &self, pos: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QTextLayout::FormatRange>::iterator QList<QTextLayout::FormatRange>::erase(QList<QTextLayout::FormatRange>::iterator pos).
Sourcepub unsafe fn erase_2a(
&self,
first: impl CastInto<Ref<Iterator>>,
last: impl CastInto<Ref<Iterator>>,
) -> CppBox<Iterator>
pub unsafe fn erase_2a( &self, first: impl CastInto<Ref<Iterator>>, last: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QTextLayout::FormatRange>::iterator QList<QTextLayout::FormatRange>::erase(QList<QTextLayout::FormatRange>::iterator first, QList<QTextLayout::FormatRange>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<FormatRange>
pub unsafe fn first_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QList<QTextLayout::FormatRange>::first().
Sourcepub unsafe fn first(&self) -> Ref<FormatRange>
pub unsafe fn first(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QList<QTextLayout::FormatRange>::first() const.
Sourcepub unsafe fn from_vector(
vector: impl CastInto<Ref<QVectorOfFormatRange>>,
) -> CppBox<QListOfFormatRange>
pub unsafe fn from_vector( vector: impl CastInto<Ref<QVectorOfFormatRange>>, ) -> CppBox<QListOfFormatRange>
Calls C++ function: static QList<QTextLayout::FormatRange> QList<QTextLayout::FormatRange>::fromVector(const QVector<QTextLayout::FormatRange>& vector).
Sourcepub unsafe fn front_mut(&self) -> Ref<FormatRange>
pub unsafe fn front_mut(&self) -> Ref<FormatRange>
Calls C++ function: QTextLayout::FormatRange& QList<QTextLayout::FormatRange>::front().
Sourcepub unsafe fn front(&self) -> Ref<FormatRange>
pub unsafe fn front(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QList<QTextLayout::FormatRange>::front() const.
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& QList<QTextLayout::FormatRange>::operator[](int i) 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& QList<QTextLayout::FormatRange>::operator[](int i).
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 QList<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 QList<QTextLayout::FormatRange>::indexOf(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn insert_int_format_range(
&self,
i: c_int,
t: impl CastInto<Ref<FormatRange>>,
)
pub unsafe fn insert_int_format_range( &self, i: c_int, t: impl CastInto<Ref<FormatRange>>, )
Calls C++ function: void QList<QTextLayout::FormatRange>::insert(int i, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn insert_iterator_format_range(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<FormatRange>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_format_range( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<FormatRange>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QTextLayout::FormatRange>::iterator QList<QTextLayout::FormatRange>::insert(QList<QTextLayout::FormatRange>::iterator before, const QTextLayout::FormatRange& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QTextLayout::FormatRange>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QTextLayout::FormatRange>::isEmpty() const.
Calls C++ function: bool QList<QTextLayout::FormatRange>::isSharedWith(const QList<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& QList<QTextLayout::FormatRange>::last().
Sourcepub unsafe fn last(&self) -> Ref<FormatRange>
pub unsafe fn last(&self) -> Ref<FormatRange>
Calls C++ function: const QTextLayout::FormatRange& QList<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 QList<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 QList<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 QList<QTextLayout::FormatRange>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfFormatRange>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange> QList<QTextLayout::FormatRange>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfFormatRange>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange> QList<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 QList<QTextLayout::FormatRange>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfFormatRange>
pub unsafe fn new() -> CppBox<QListOfFormatRange>
Calls C++ function: [constructor] void QList<QTextLayout::FormatRange>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfFormatRange>>,
) -> CppBox<QListOfFormatRange>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfFormatRange>>, ) -> CppBox<QListOfFormatRange>
Calls C++ function: [constructor] void QList<QTextLayout::FormatRange>::QList(const QList<QTextLayout::FormatRange>& l).
Sourcepub unsafe fn pop_back(&self)
pub unsafe fn pop_back(&self)
Calls C++ function: void QList<QTextLayout::FormatRange>::pop_back().
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QList<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 QList<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 QList<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 QList<QTextLayout::FormatRange>::push_front(const QTextLayout::FormatRange& t).
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 QList<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 QList<QTextLayout::FormatRange>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QTextLayout::FormatRange>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<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 QList<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 QList<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 QList<QTextLayout::FormatRange>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QTextLayout::FormatRange>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QList<QTextLayout::FormatRange>::size() const.
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 QList<QTextLayout::FormatRange>::startsWith(const QTextLayout::FormatRange& t) const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfFormatRange>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfFormatRange>>)
Calls C++ function: void QList<QTextLayout::FormatRange>::swap(QList<QTextLayout::FormatRange>& other).
Sourcepub unsafe fn swap_2a(&self, i: c_int, j: c_int)
pub unsafe fn swap_2a(&self, i: c_int, j: c_int)
Calls C++ function: void QList<QTextLayout::FormatRange>::swap(int i, int j).
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 QList<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 QList<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 QList<QTextLayout::FormatRange>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<FormatRange>
pub unsafe fn take_last(&self) -> CppBox<FormatRange>
Calls C++ function: QTextLayout::FormatRange QList<QTextLayout::FormatRange>::takeLast().
Sourcepub unsafe fn to_vector(&self) -> CppBox<QVectorOfFormatRange>
pub unsafe fn to_vector(&self) -> CppBox<QVectorOfFormatRange>
Calls C++ function: QVector<QTextLayout::FormatRange> QList<QTextLayout::FormatRange>::toVector() 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 QList<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 QList<QTextLayout::FormatRange>::value(int i, const QTextLayout::FormatRange& defaultValue) const.
Trait Implementations§
Source§impl Add<Ref<QListOfFormatRange>> for &QListOfFormatRange
impl Add<Ref<QListOfFormatRange>> for &QListOfFormatRange
Source§fn add(self, l: Ref<QListOfFormatRange>) -> CppBox<QListOfFormatRange>
fn add(self, l: Ref<QListOfFormatRange>) -> CppBox<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange> QList<QTextLayout::FormatRange>::operator+(const QList<QTextLayout::FormatRange>& l) const.
Source§type Output = CppBox<QListOfFormatRange>
type Output = CppBox<QListOfFormatRange>
+ operator.Source§impl Begin for QListOfFormatRange
impl Begin for QListOfFormatRange
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfFormatRange
impl BeginMut for QListOfFormatRange
Source§impl CppDeletable for QListOfFormatRange
impl CppDeletable for QListOfFormatRange
Source§impl End for QListOfFormatRange
impl End for QListOfFormatRange
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QTextLayout::FormatRange>::const_iterator QList<QTextLayout::FormatRange>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfFormatRange
impl EndMut for QListOfFormatRange
Source§impl PartialEq<Ref<QListOfFormatRange>> for QListOfFormatRange
impl PartialEq<Ref<QListOfFormatRange>> for QListOfFormatRange
Source§impl Shl<Ref<FormatRange>> for &QListOfFormatRange
impl Shl<Ref<FormatRange>> for &QListOfFormatRange
Source§fn shl(self, t: Ref<FormatRange>) -> Ref<QListOfFormatRange>
fn shl(self, t: Ref<FormatRange>) -> Ref<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange>& QList<QTextLayout::FormatRange>::operator<<(const QTextLayout::FormatRange& t).
Source§type Output = Ref<QListOfFormatRange>
type Output = Ref<QListOfFormatRange>
<< operator.Source§impl Shl<Ref<QListOfFormatRange>> for &QListOfFormatRange
impl Shl<Ref<QListOfFormatRange>> for &QListOfFormatRange
Source§fn shl(self, l: Ref<QListOfFormatRange>) -> Ref<QListOfFormatRange>
fn shl(self, l: Ref<QListOfFormatRange>) -> Ref<QListOfFormatRange>
Calls C++ function: QList<QTextLayout::FormatRange>& QList<QTextLayout::FormatRange>::operator<<(const QList<QTextLayout::FormatRange>& l).
Source§type Output = Ref<QListOfFormatRange>
type Output = Ref<QListOfFormatRange>
<< operator.