Skip to main content

QListOfTab

Struct QListOfTab 

Source
pub struct QListOfTab { /* private fields */ }
Expand description

C++ class: QList<QTextOption::Tab>.

Implementations§

Source§

impl QListOfTab

Source

pub unsafe fn add_assign_q_list_of_tab( &self, l: impl CastInto<Ref<QListOfTab>>, ) -> Ref<QListOfTab>

Calls C++ function: QList<QTextOption::Tab>& QList<QTextOption::Tab>::operator+=(const QList<QTextOption::Tab>& l).

Source

pub unsafe fn add_assign_tab( &self, t: impl CastInto<Ref<Tab>>, ) -> Ref<QListOfTab>

Calls C++ function: QList<QTextOption::Tab>& QList<QTextOption::Tab>::operator+=(const QTextOption::Tab& t).

Source

pub unsafe fn append_tab(&self, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::append(const QTextOption::Tab& t).

Source

pub unsafe fn append_q_list_of_tab(&self, t: impl CastInto<Ref<QListOfTab>>)

Calls C++ function: void QList<QTextOption::Tab>::append(const QList<QTextOption::Tab>& t).

Source

pub unsafe fn at(&self, i: c_int) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::at(int i) const.

Source

pub unsafe fn back_mut(&self) -> Ref<Tab>

Calls C++ function: QTextOption::Tab& QList<QTextOption::Tab>::back().

Source

pub unsafe fn back(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::back() const.

Source

pub unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::begin().

Source

pub unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::begin() const.

Source

pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::cbegin() const.

Source

pub unsafe fn cend(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::cend() const.

Source

pub unsafe fn clear(&self)

Calls C++ function: void QList<QTextOption::Tab>::clear().

Source

pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::constBegin() const.

Source

pub unsafe fn const_end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::constEnd() const.

Source

pub unsafe fn const_first(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::constFirst() const.

Source

pub unsafe fn const_last(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::constLast() const.

Source

pub unsafe fn contains(&self, t: impl CastInto<Ref<Tab>>) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::contains(const QTextOption::Tab& t) const.

Source

pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfTab>>, ) -> Ref<QListOfTab>

Calls C++ function: QList<QTextOption::Tab>& QList<QTextOption::Tab>::operator=(const QList<QTextOption::Tab>& l).

Source

pub unsafe fn count_1a(&self, t: impl CastInto<Ref<Tab>>) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::count(const QTextOption::Tab& t) const.

Source

pub unsafe fn count_0a(&self) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::count() const.

Source

pub unsafe fn detach(&self)

Calls C++ function: void QList<QTextOption::Tab>::detach().

Source

pub unsafe fn detach_shared(&self)

Calls C++ function: void QList<QTextOption::Tab>::detachShared().

Source

pub unsafe fn empty(&self) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::empty() const.

Source

pub unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::end().

Source

pub unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::end() const.

Source

pub unsafe fn ends_with(&self, t: impl CastInto<Ref<Tab>>) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::endsWith(const QTextOption::Tab& t) const.

Source

pub unsafe fn erase_1a( &self, pos: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::erase(QList<QTextOption::Tab>::iterator pos).

Source

pub unsafe fn erase_2a( &self, first: impl CastInto<Ref<Iterator>>, last: impl CastInto<Ref<Iterator>>, ) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::erase(QList<QTextOption::Tab>::iterator first, QList<QTextOption::Tab>::iterator last).

Source

pub unsafe fn first_mut(&self) -> Ref<Tab>

Calls C++ function: QTextOption::Tab& QList<QTextOption::Tab>::first().

Source

pub unsafe fn first(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::first() const.

Source

pub unsafe fn front_mut(&self) -> Ref<Tab>

Calls C++ function: QTextOption::Tab& QList<QTextOption::Tab>::front().

Source

pub unsafe fn front(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::front() const.

Source

pub unsafe fn index(&self, i: c_int) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::operator[](int i) const.

Source

pub unsafe fn index_mut(&self, i: c_int) -> Ref<Tab>

Calls C++ function: QTextOption::Tab& QList<QTextOption::Tab>::operator[](int i).

Source

pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<Tab>>, from: c_int, ) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::indexOf(const QTextOption::Tab& t, int from = …) const.

Source

pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<Tab>>) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::indexOf(const QTextOption::Tab& t) const.

Source

pub unsafe fn insert_int_tab(&self, i: c_int, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::insert(int i, const QTextOption::Tab& t).

Source

pub unsafe fn insert_iterator_tab( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<Tab>>, ) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::insert(QList<QTextOption::Tab>::iterator before, const QTextOption::Tab& t).

Source

pub unsafe fn is_detached(&self) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::isDetached() const.

Source

pub unsafe fn is_empty(&self) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::isEmpty() const.

Source

pub unsafe fn is_shared_with( &self, other: impl CastInto<Ref<QListOfTab>>, ) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::isSharedWith(const QList<QTextOption::Tab>& other) const.

Source

pub unsafe fn last_mut(&self) -> Ref<Tab>

Calls C++ function: QTextOption::Tab& QList<QTextOption::Tab>::last().

Source

pub unsafe fn last(&self) -> Ref<Tab>

Calls C++ function: const QTextOption::Tab& QList<QTextOption::Tab>::last() const.

Source

pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<Tab>>, from: c_int, ) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::lastIndexOf(const QTextOption::Tab& t, int from = …) const.

Source

pub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<Tab>>) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::lastIndexOf(const QTextOption::Tab& t) const.

Source

pub unsafe fn length(&self) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::length() const.

Source

pub unsafe fn mid_2a(&self, pos: c_int, length: c_int) -> CppBox<QListOfTab>

Calls C++ function: QList<QTextOption::Tab> QList<QTextOption::Tab>::mid(int pos, int length = …) const.

Source

pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfTab>

Calls C++ function: QList<QTextOption::Tab> QList<QTextOption::Tab>::mid(int pos) const.

Source

pub unsafe fn move_(&self, from: c_int, to: c_int)

Calls C++ function: void QList<QTextOption::Tab>::move(int from, int to).

Source

pub unsafe fn new() -> CppBox<QListOfTab>

Calls C++ function: [constructor] void QList<QTextOption::Tab>::QList().

Source

pub unsafe fn new_copy(l: impl CastInto<Ref<QListOfTab>>) -> CppBox<QListOfTab>

Calls C++ function: [constructor] void QList<QTextOption::Tab>::QList(const QList<QTextOption::Tab>& l).

Source

pub unsafe fn pop_back(&self)

Calls C++ function: void QList<QTextOption::Tab>::pop_back().

Source

pub unsafe fn pop_front(&self)

Calls C++ function: void QList<QTextOption::Tab>::pop_front().

Source

pub unsafe fn prepend(&self, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::prepend(const QTextOption::Tab& t).

Source

pub unsafe fn push_back(&self, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::push_back(const QTextOption::Tab& t).

Source

pub unsafe fn push_front(&self, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::push_front(const QTextOption::Tab& t).

Source

pub unsafe fn remove_all(&self, t: impl CastInto<Ref<Tab>>) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::removeAll(const QTextOption::Tab& t).

Source

pub unsafe fn remove_at(&self, i: c_int)

Calls C++ function: void QList<QTextOption::Tab>::removeAt(int i).

Source

pub unsafe fn remove_first(&self)

Calls C++ function: void QList<QTextOption::Tab>::removeFirst().

Source

pub unsafe fn remove_last(&self)

Calls C++ function: void QList<QTextOption::Tab>::removeLast().

Source

pub unsafe fn remove_one(&self, t: impl CastInto<Ref<Tab>>) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::removeOne(const QTextOption::Tab& t).

Source

pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<Tab>>)

Calls C++ function: void QList<QTextOption::Tab>::replace(int i, const QTextOption::Tab& t).

Source

pub unsafe fn reserve(&self, size: c_int)

Calls C++ function: void QList<QTextOption::Tab>::reserve(int size).

Source

pub unsafe fn set_sharable(&self, sharable: bool)

Calls C++ function: void QList<QTextOption::Tab>::setSharable(bool sharable).

Source

pub unsafe fn size(&self) -> c_int

Calls C++ function: int QList<QTextOption::Tab>::size() const.

Source

pub unsafe fn starts_with(&self, t: impl CastInto<Ref<Tab>>) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::startsWith(const QTextOption::Tab& t) const.

Source

pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfTab>>)

Calls C++ function: void QList<QTextOption::Tab>::swap(QList<QTextOption::Tab>& other).

Source

pub unsafe fn swap_2a(&self, i: c_int, j: c_int)

Calls C++ function: void QList<QTextOption::Tab>::swap(int i, int j).

Source

pub unsafe fn swap_items_at(&self, i: c_int, j: c_int)

Calls C++ function: void QList<QTextOption::Tab>::swapItemsAt(int i, int j).

Source

pub unsafe fn take_at(&self, i: c_int) -> CppBox<Tab>

Calls C++ function: QTextOption::Tab QList<QTextOption::Tab>::takeAt(int i).

Source

pub unsafe fn take_first(&self) -> CppBox<Tab>

Calls C++ function: QTextOption::Tab QList<QTextOption::Tab>::takeFirst().

Source

pub unsafe fn take_last(&self) -> CppBox<Tab>

Calls C++ function: QTextOption::Tab QList<QTextOption::Tab>::takeLast().

Source

pub unsafe fn value_1a(&self, i: c_int) -> CppBox<Tab>

Calls C++ function: QTextOption::Tab QList<QTextOption::Tab>::value(int i) const.

Source

pub unsafe fn value_2a( &self, i: c_int, default_value: impl CastInto<Ref<Tab>>, ) -> CppBox<Tab>

Calls C++ function: QTextOption::Tab QList<QTextOption::Tab>::value(int i, const QTextOption::Tab& defaultValue) const.

Trait Implementations§

Source§

impl Add<Ref<QListOfTab>> for &QListOfTab

Source§

fn add(self, l: Ref<QListOfTab>) -> CppBox<QListOfTab>

Calls C++ function: QList<QTextOption::Tab> QList<QTextOption::Tab>::operator+(const QList<QTextOption::Tab>& l) const.

Source§

type Output = CppBox<QListOfTab>

The resulting type after applying the + operator.
Source§

impl Begin for QListOfTab

Source§

unsafe fn begin(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::begin() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl BeginMut for QListOfTab

Source§

unsafe fn begin_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::begin().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl CppDeletable for QListOfTab

Source§

unsafe fn delete(&self)

Calls C++ function: [destructor] void QList<QTextOption::Tab>::~QList().

Source§

impl End for QListOfTab

Source§

unsafe fn end(&self) -> CppBox<ConstIterator>

Calls C++ function: QList<QTextOption::Tab>::const_iterator QList<QTextOption::Tab>::end() const.

Source§

type Output = CppBox<ConstIterator>

Output type.
Source§

impl EndMut for QListOfTab

Source§

unsafe fn end_mut(&self) -> CppBox<Iterator>

Calls C++ function: QList<QTextOption::Tab>::iterator QList<QTextOption::Tab>::end().

Source§

type Output = CppBox<Iterator>

Output type.
Source§

impl PartialEq<Ref<QListOfTab>> for QListOfTab

Source§

fn eq(&self, l: &Ref<QListOfTab>) -> bool

Calls C++ function: bool QList<QTextOption::Tab>::operator==(const QList<QTextOption::Tab>& l) const.

1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Shl<Ref<QListOfTab>> for &QListOfTab

Source§

fn shl(self, l: Ref<QListOfTab>) -> Ref<QListOfTab>

Calls C++ function: QList<QTextOption::Tab>& QList<QTextOption::Tab>::operator<<(const QList<QTextOption::Tab>& l).

Source§

type Output = Ref<QListOfTab>

The resulting type after applying the << operator.
Source§

impl Shl<Ref<Tab>> for &QListOfTab

Source§

fn shl(self, t: Ref<Tab>) -> Ref<QListOfTab>

Calls C++ function: QList<QTextOption::Tab>& QList<QTextOption::Tab>::operator<<(const QTextOption::Tab& t).

Source§

type Output = Ref<QListOfTab>

The resulting type after applying the << operator.
Source§

impl Size for QListOfTab

Source§

unsafe fn size(&self) -> usize

Calls C++ function: int QList<QTextOption::Tab>::size() const.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T, U> CastInto<U> for T
where U: CastFrom<T>,

Source§

unsafe fn cast_into(self) -> U

Performs the conversion. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> StaticUpcast<T> for T

Source§

unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>

Convert type of a const pointer. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.