pub struct QListOfQCommandLineOption { /* private fields */ }Expand description
C++ class: QList<QCommandLineOption>.
Implementations§
Source§impl QListOfQCommandLineOption
impl QListOfQCommandLineOption
Sourcepub unsafe fn add_assign_q_list_of_q_command_line_option(
&self,
l: impl CastInto<Ref<QListOfQCommandLineOption>>,
) -> Ref<QListOfQCommandLineOption>
pub unsafe fn add_assign_q_list_of_q_command_line_option( &self, l: impl CastInto<Ref<QListOfQCommandLineOption>>, ) -> Ref<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption>& QList<QCommandLineOption>::operator+=(const QList<QCommandLineOption>& l).
Sourcepub unsafe fn add_assign_q_command_line_option(
&self,
t: impl CastInto<Ref<QCommandLineOption>>,
) -> Ref<QListOfQCommandLineOption>
pub unsafe fn add_assign_q_command_line_option( &self, t: impl CastInto<Ref<QCommandLineOption>>, ) -> Ref<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption>& QList<QCommandLineOption>::operator+=(const QCommandLineOption& t).
Sourcepub unsafe fn append_q_command_line_option(
&self,
t: impl CastInto<Ref<QCommandLineOption>>,
)
pub unsafe fn append_q_command_line_option( &self, t: impl CastInto<Ref<QCommandLineOption>>, )
Calls C++ function: void QList<QCommandLineOption>::append(const QCommandLineOption& t).
Sourcepub unsafe fn append_q_list_of_q_command_line_option(
&self,
t: impl CastInto<Ref<QListOfQCommandLineOption>>,
)
pub unsafe fn append_q_list_of_q_command_line_option( &self, t: impl CastInto<Ref<QListOfQCommandLineOption>>, )
Calls C++ function: void QList<QCommandLineOption>::append(const QList<QCommandLineOption>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QCommandLineOption>
pub unsafe fn at(&self, i: c_int) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QCommandLineOption>
pub unsafe fn back_mut(&self) -> Ref<QCommandLineOption>
Calls C++ function: QCommandLineOption& QList<QCommandLineOption>::back().
Sourcepub unsafe fn back(&self) -> Ref<QCommandLineOption>
pub unsafe fn back(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QCommandLineOption>::iterator QList<QCommandLineOption>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QCommandLineOption>
pub unsafe fn const_first(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QCommandLineOption>
pub unsafe fn const_last(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::constLast() const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfQCommandLineOption>>,
) -> Ref<QListOfQCommandLineOption>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQCommandLineOption>>, ) -> Ref<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption>& QList<QCommandLineOption>::operator=(const QList<QCommandLineOption>& l).
Sourcepub unsafe fn count(&self) -> c_int
pub unsafe fn count(&self) -> c_int
Calls C++ function: int QList<QCommandLineOption>::count() const.
Calls C++ function: void QList<QCommandLineOption>::detachShared().
Sourcepub unsafe fn empty(&self) -> bool
pub unsafe fn empty(&self) -> bool
Calls C++ function: bool QList<QCommandLineOption>::empty() const.
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QCommandLineOption>::iterator QList<QCommandLineOption>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::end() 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<QCommandLineOption>::iterator QList<QCommandLineOption>::erase(QList<QCommandLineOption>::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<QCommandLineOption>::iterator QList<QCommandLineOption>::erase(QList<QCommandLineOption>::iterator first, QList<QCommandLineOption>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<QCommandLineOption>
pub unsafe fn first_mut(&self) -> Ref<QCommandLineOption>
Calls C++ function: QCommandLineOption& QList<QCommandLineOption>::first().
Sourcepub unsafe fn first(&self) -> Ref<QCommandLineOption>
pub unsafe fn first(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QCommandLineOption>
pub unsafe fn front_mut(&self) -> Ref<QCommandLineOption>
Calls C++ function: QCommandLineOption& QList<QCommandLineOption>::front().
Sourcepub unsafe fn front(&self) -> Ref<QCommandLineOption>
pub unsafe fn front(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QCommandLineOption>
pub unsafe fn index(&self, i: c_int) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QCommandLineOption>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QCommandLineOption>
Calls C++ function: QCommandLineOption& QList<QCommandLineOption>::operator[](int i).
Sourcepub unsafe fn insert_int_q_command_line_option(
&self,
i: c_int,
t: impl CastInto<Ref<QCommandLineOption>>,
)
pub unsafe fn insert_int_q_command_line_option( &self, i: c_int, t: impl CastInto<Ref<QCommandLineOption>>, )
Calls C++ function: void QList<QCommandLineOption>::insert(int i, const QCommandLineOption& t).
Sourcepub unsafe fn insert_iterator_q_command_line_option(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<QCommandLineOption>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_q_command_line_option( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<QCommandLineOption>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QCommandLineOption>::iterator QList<QCommandLineOption>::insert(QList<QCommandLineOption>::iterator before, const QCommandLineOption& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QCommandLineOption>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QCommandLineOption>::isEmpty() const.
Calls C++ function: bool QList<QCommandLineOption>::isSharedWith(const QList<QCommandLineOption>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QCommandLineOption>
pub unsafe fn last_mut(&self) -> Ref<QCommandLineOption>
Calls C++ function: QCommandLineOption& QList<QCommandLineOption>::last().
Sourcepub unsafe fn last(&self) -> Ref<QCommandLineOption>
pub unsafe fn last(&self) -> Ref<QCommandLineOption>
Calls C++ function: const QCommandLineOption& QList<QCommandLineOption>::last() const.
Sourcepub unsafe fn length(&self) -> c_int
pub unsafe fn length(&self) -> c_int
Calls C++ function: int QList<QCommandLineOption>::length() const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfQCommandLineOption>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption> QList<QCommandLineOption>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQCommandLineOption>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption> QList<QCommandLineOption>::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<QCommandLineOption>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfQCommandLineOption>
pub unsafe fn new() -> CppBox<QListOfQCommandLineOption>
Calls C++ function: [constructor] void QList<QCommandLineOption>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfQCommandLineOption>>,
) -> CppBox<QListOfQCommandLineOption>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQCommandLineOption>>, ) -> CppBox<QListOfQCommandLineOption>
Calls C++ function: [constructor] void QList<QCommandLineOption>::QList(const QList<QCommandLineOption>& l).
Sourcepub unsafe fn pop_front(&self)
pub unsafe fn pop_front(&self)
Calls C++ function: void QList<QCommandLineOption>::pop_front().
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QCommandLineOption>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QCommandLineOption>>)
Calls C++ function: void QList<QCommandLineOption>::prepend(const QCommandLineOption& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QCommandLineOption>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QCommandLineOption>>)
Calls C++ function: void QList<QCommandLineOption>::push_back(const QCommandLineOption& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QCommandLineOption>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QCommandLineOption>>)
Calls C++ function: void QList<QCommandLineOption>::push_front(const QCommandLineOption& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QCommandLineOption>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QCommandLineOption>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QCommandLineOption>::removeLast().
Sourcepub unsafe fn replace(
&self,
i: c_int,
t: impl CastInto<Ref<QCommandLineOption>>,
)
pub unsafe fn replace( &self, i: c_int, t: impl CastInto<Ref<QCommandLineOption>>, )
Calls C++ function: void QList<QCommandLineOption>::replace(int i, const QCommandLineOption& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QCommandLineOption>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QCommandLineOption>::setSharable(bool sharable).
Sourcepub unsafe fn size(&self) -> c_int
pub unsafe fn size(&self) -> c_int
Calls C++ function: int QList<QCommandLineOption>::size() const.
Sourcepub unsafe fn swap_1a(
&self,
other: impl CastInto<Ref<QListOfQCommandLineOption>>,
)
pub unsafe fn swap_1a( &self, other: impl CastInto<Ref<QListOfQCommandLineOption>>, )
Calls C++ function: void QList<QCommandLineOption>::swap(QList<QCommandLineOption>& 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<QCommandLineOption>::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<QCommandLineOption>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QCommandLineOption>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QCommandLineOption>
Calls C++ function: QCommandLineOption QList<QCommandLineOption>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QCommandLineOption>
pub unsafe fn take_first(&self) -> CppBox<QCommandLineOption>
Calls C++ function: QCommandLineOption QList<QCommandLineOption>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QCommandLineOption>
pub unsafe fn take_last(&self) -> CppBox<QCommandLineOption>
Calls C++ function: QCommandLineOption QList<QCommandLineOption>::takeLast().
Sourcepub unsafe fn value(
&self,
i: c_int,
default_value: impl CastInto<Ref<QCommandLineOption>>,
) -> CppBox<QCommandLineOption>
pub unsafe fn value( &self, i: c_int, default_value: impl CastInto<Ref<QCommandLineOption>>, ) -> CppBox<QCommandLineOption>
Calls C++ function: QCommandLineOption QList<QCommandLineOption>::value(int i, const QCommandLineOption& defaultValue) const.
Trait Implementations§
Source§impl Add<Ref<QListOfQCommandLineOption>> for &QListOfQCommandLineOption
impl Add<Ref<QListOfQCommandLineOption>> for &QListOfQCommandLineOption
Source§fn add(
self,
l: Ref<QListOfQCommandLineOption>,
) -> CppBox<QListOfQCommandLineOption>
fn add( self, l: Ref<QListOfQCommandLineOption>, ) -> CppBox<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption> QList<QCommandLineOption>::operator+(const QList<QCommandLineOption>& l) const.
Source§type Output = CppBox<QListOfQCommandLineOption>
type Output = CppBox<QListOfQCommandLineOption>
+ operator.Source§impl Begin for QListOfQCommandLineOption
impl Begin for QListOfQCommandLineOption
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfQCommandLineOption
impl BeginMut for QListOfQCommandLineOption
Source§impl End for QListOfQCommandLineOption
impl End for QListOfQCommandLineOption
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QCommandLineOption>::const_iterator QList<QCommandLineOption>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfQCommandLineOption
impl EndMut for QListOfQCommandLineOption
Source§impl Shl<Ref<QCommandLineOption>> for &QListOfQCommandLineOption
impl Shl<Ref<QCommandLineOption>> for &QListOfQCommandLineOption
Source§fn shl(self, t: Ref<QCommandLineOption>) -> Ref<QListOfQCommandLineOption>
fn shl(self, t: Ref<QCommandLineOption>) -> Ref<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption>& QList<QCommandLineOption>::operator<<(const QCommandLineOption& t).
Source§type Output = Ref<QListOfQCommandLineOption>
type Output = Ref<QListOfQCommandLineOption>
<< operator.Source§impl Shl<Ref<QListOfQCommandLineOption>> for &QListOfQCommandLineOption
impl Shl<Ref<QListOfQCommandLineOption>> for &QListOfQCommandLineOption
Source§fn shl(
self,
l: Ref<QListOfQCommandLineOption>,
) -> Ref<QListOfQCommandLineOption>
fn shl( self, l: Ref<QListOfQCommandLineOption>, ) -> Ref<QListOfQCommandLineOption>
Calls C++ function: QList<QCommandLineOption>& QList<QCommandLineOption>::operator<<(const QList<QCommandLineOption>& l).
Source§type Output = Ref<QListOfQCommandLineOption>
type Output = Ref<QListOfQCommandLineOption>
<< operator.