pub struct QListOfQFileInfo { /* private fields */ }Expand description
C++ class: QList<QFileInfo>.
Implementations§
Source§impl QListOfQFileInfo
impl QListOfQFileInfo
Sourcepub unsafe fn add_assign_q_list_of_q_file_info(
&self,
l: impl CastInto<Ref<QListOfQFileInfo>>,
) -> Ref<QListOfQFileInfo>
pub unsafe fn add_assign_q_list_of_q_file_info( &self, l: impl CastInto<Ref<QListOfQFileInfo>>, ) -> Ref<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo>& QList<QFileInfo>::operator+=(const QList<QFileInfo>& l).
Sourcepub unsafe fn add_assign_q_file_info(
&self,
t: impl CastInto<Ref<QFileInfo>>,
) -> Ref<QListOfQFileInfo>
pub unsafe fn add_assign_q_file_info( &self, t: impl CastInto<Ref<QFileInfo>>, ) -> Ref<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo>& QList<QFileInfo>::operator+=(const QFileInfo& t).
Sourcepub unsafe fn append_q_file_info(&self, t: impl CastInto<Ref<QFileInfo>>)
pub unsafe fn append_q_file_info(&self, t: impl CastInto<Ref<QFileInfo>>)
Calls C++ function: void QList<QFileInfo>::append(const QFileInfo& t).
Sourcepub unsafe fn append_q_list_of_q_file_info(
&self,
t: impl CastInto<Ref<QListOfQFileInfo>>,
)
pub unsafe fn append_q_list_of_q_file_info( &self, t: impl CastInto<Ref<QListOfQFileInfo>>, )
Calls C++ function: void QList<QFileInfo>::append(const QList<QFileInfo>& t).
Sourcepub unsafe fn at(&self, i: c_int) -> Ref<QFileInfo>
pub unsafe fn at(&self, i: c_int) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::at(int i) const.
Sourcepub unsafe fn back_mut(&self) -> Ref<QFileInfo>
pub unsafe fn back_mut(&self) -> Ref<QFileInfo>
Calls C++ function: QFileInfo& QList<QFileInfo>::back().
Sourcepub unsafe fn back(&self) -> Ref<QFileInfo>
pub unsafe fn back(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::back() const.
Sourcepub unsafe fn begin_mut(&self) -> CppBox<Iterator>
pub unsafe fn begin_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QFileInfo>::iterator QList<QFileInfo>::begin().
Sourcepub unsafe fn begin(&self) -> CppBox<ConstIterator>
pub unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::begin() const.
Sourcepub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
pub unsafe fn cbegin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::cbegin() const.
Sourcepub unsafe fn cend(&self) -> CppBox<ConstIterator>
pub unsafe fn cend(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::cend() const.
Sourcepub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
pub unsafe fn const_begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::constBegin() const.
Sourcepub unsafe fn const_end(&self) -> CppBox<ConstIterator>
pub unsafe fn const_end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::constEnd() const.
Sourcepub unsafe fn const_first(&self) -> Ref<QFileInfo>
pub unsafe fn const_first(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::constFirst() const.
Sourcepub unsafe fn const_last(&self) -> Ref<QFileInfo>
pub unsafe fn const_last(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::constLast() const.
Sourcepub unsafe fn contains(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
pub unsafe fn contains(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
Calls C++ function: bool QList<QFileInfo>::contains(const QFileInfo& t) const.
Sourcepub unsafe fn copy_from(
&self,
l: impl CastInto<Ref<QListOfQFileInfo>>,
) -> Ref<QListOfQFileInfo>
pub unsafe fn copy_from( &self, l: impl CastInto<Ref<QListOfQFileInfo>>, ) -> Ref<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo>& QList<QFileInfo>::operator=(const QList<QFileInfo>& l).
Sourcepub unsafe fn count_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
pub unsafe fn count_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
Calls C++ function: int QList<QFileInfo>::count(const QFileInfo& t) const.
Sourcepub unsafe fn count_0a(&self) -> c_int
pub unsafe fn count_0a(&self) -> c_int
Calls C++ function: int QList<QFileInfo>::count() const.
Calls C++ function: void QList<QFileInfo>::detachShared().
Sourcepub unsafe fn end_mut(&self) -> CppBox<Iterator>
pub unsafe fn end_mut(&self) -> CppBox<Iterator>
Calls C++ function: QList<QFileInfo>::iterator QList<QFileInfo>::end().
Sourcepub unsafe fn end(&self) -> CppBox<ConstIterator>
pub unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::end() const.
Sourcepub unsafe fn ends_with(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
pub unsafe fn ends_with(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
Calls C++ function: bool QList<QFileInfo>::endsWith(const QFileInfo& 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<QFileInfo>::iterator QList<QFileInfo>::erase(QList<QFileInfo>::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<QFileInfo>::iterator QList<QFileInfo>::erase(QList<QFileInfo>::iterator first, QList<QFileInfo>::iterator last).
Sourcepub unsafe fn first_mut(&self) -> Ref<QFileInfo>
pub unsafe fn first_mut(&self) -> Ref<QFileInfo>
Calls C++ function: QFileInfo& QList<QFileInfo>::first().
Sourcepub unsafe fn first(&self) -> Ref<QFileInfo>
pub unsafe fn first(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::first() const.
Sourcepub unsafe fn front_mut(&self) -> Ref<QFileInfo>
pub unsafe fn front_mut(&self) -> Ref<QFileInfo>
Calls C++ function: QFileInfo& QList<QFileInfo>::front().
Sourcepub unsafe fn front(&self) -> Ref<QFileInfo>
pub unsafe fn front(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::front() const.
Sourcepub unsafe fn index(&self, i: c_int) -> Ref<QFileInfo>
pub unsafe fn index(&self, i: c_int) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::operator[](int i) const.
Sourcepub unsafe fn index_mut(&self, i: c_int) -> Ref<QFileInfo>
pub unsafe fn index_mut(&self, i: c_int) -> Ref<QFileInfo>
Calls C++ function: QFileInfo& QList<QFileInfo>::operator[](int i).
Sourcepub unsafe fn index_of_2a(
&self,
t: impl CastInto<Ref<QFileInfo>>,
from: c_int,
) -> c_int
pub unsafe fn index_of_2a( &self, t: impl CastInto<Ref<QFileInfo>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QFileInfo>::indexOf(const QFileInfo& t, int from = …) const.
Sourcepub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
pub unsafe fn index_of_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
Calls C++ function: int QList<QFileInfo>::indexOf(const QFileInfo& t) const.
Sourcepub unsafe fn insert_int_q_file_info(
&self,
i: c_int,
t: impl CastInto<Ref<QFileInfo>>,
)
pub unsafe fn insert_int_q_file_info( &self, i: c_int, t: impl CastInto<Ref<QFileInfo>>, )
Calls C++ function: void QList<QFileInfo>::insert(int i, const QFileInfo& t).
Sourcepub unsafe fn insert_iterator_q_file_info(
&self,
before: impl CastInto<Ref<Iterator>>,
t: impl CastInto<Ref<QFileInfo>>,
) -> CppBox<Iterator>
pub unsafe fn insert_iterator_q_file_info( &self, before: impl CastInto<Ref<Iterator>>, t: impl CastInto<Ref<QFileInfo>>, ) -> CppBox<Iterator>
Calls C++ function: QList<QFileInfo>::iterator QList<QFileInfo>::insert(QList<QFileInfo>::iterator before, const QFileInfo& t).
Sourcepub unsafe fn is_detached(&self) -> bool
pub unsafe fn is_detached(&self) -> bool
Calls C++ function: bool QList<QFileInfo>::isDetached() const.
Sourcepub unsafe fn is_empty(&self) -> bool
pub unsafe fn is_empty(&self) -> bool
Calls C++ function: bool QList<QFileInfo>::isEmpty() const.
Calls C++ function: bool QList<QFileInfo>::isSharedWith(const QList<QFileInfo>& other) const.
Sourcepub unsafe fn last_mut(&self) -> Ref<QFileInfo>
pub unsafe fn last_mut(&self) -> Ref<QFileInfo>
Calls C++ function: QFileInfo& QList<QFileInfo>::last().
Sourcepub unsafe fn last(&self) -> Ref<QFileInfo>
pub unsafe fn last(&self) -> Ref<QFileInfo>
Calls C++ function: const QFileInfo& QList<QFileInfo>::last() const.
Sourcepub unsafe fn last_index_of_2a(
&self,
t: impl CastInto<Ref<QFileInfo>>,
from: c_int,
) -> c_int
pub unsafe fn last_index_of_2a( &self, t: impl CastInto<Ref<QFileInfo>>, from: c_int, ) -> c_int
Calls C++ function: int QList<QFileInfo>::lastIndexOf(const QFileInfo& t, int from = …) const.
Sourcepub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
pub unsafe fn last_index_of_1a(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
Calls C++ function: int QList<QFileInfo>::lastIndexOf(const QFileInfo& t) const.
Sourcepub unsafe fn mid_2a(
&self,
pos: c_int,
length: c_int,
) -> CppBox<QListOfQFileInfo>
pub unsafe fn mid_2a( &self, pos: c_int, length: c_int, ) -> CppBox<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo> QList<QFileInfo>::mid(int pos, int length = …) const.
Sourcepub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQFileInfo>
pub unsafe fn mid_1a(&self, pos: c_int) -> CppBox<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo> QList<QFileInfo>::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<QFileInfo>::move(int from, int to).
Sourcepub unsafe fn new() -> CppBox<QListOfQFileInfo>
pub unsafe fn new() -> CppBox<QListOfQFileInfo>
Calls C++ function: [constructor] void QList<QFileInfo>::QList().
Sourcepub unsafe fn new_copy(
l: impl CastInto<Ref<QListOfQFileInfo>>,
) -> CppBox<QListOfQFileInfo>
pub unsafe fn new_copy( l: impl CastInto<Ref<QListOfQFileInfo>>, ) -> CppBox<QListOfQFileInfo>
Calls C++ function: [constructor] void QList<QFileInfo>::QList(const QList<QFileInfo>& l).
Sourcepub unsafe fn prepend(&self, t: impl CastInto<Ref<QFileInfo>>)
pub unsafe fn prepend(&self, t: impl CastInto<Ref<QFileInfo>>)
Calls C++ function: void QList<QFileInfo>::prepend(const QFileInfo& t).
Sourcepub unsafe fn push_back(&self, t: impl CastInto<Ref<QFileInfo>>)
pub unsafe fn push_back(&self, t: impl CastInto<Ref<QFileInfo>>)
Calls C++ function: void QList<QFileInfo>::push_back(const QFileInfo& t).
Sourcepub unsafe fn push_front(&self, t: impl CastInto<Ref<QFileInfo>>)
pub unsafe fn push_front(&self, t: impl CastInto<Ref<QFileInfo>>)
Calls C++ function: void QList<QFileInfo>::push_front(const QFileInfo& t).
Sourcepub unsafe fn remove_all(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
pub unsafe fn remove_all(&self, t: impl CastInto<Ref<QFileInfo>>) -> c_int
Calls C++ function: int QList<QFileInfo>::removeAll(const QFileInfo& t).
Sourcepub unsafe fn remove_at(&self, i: c_int)
pub unsafe fn remove_at(&self, i: c_int)
Calls C++ function: void QList<QFileInfo>::removeAt(int i).
Sourcepub unsafe fn remove_first(&self)
pub unsafe fn remove_first(&self)
Calls C++ function: void QList<QFileInfo>::removeFirst().
Sourcepub unsafe fn remove_last(&self)
pub unsafe fn remove_last(&self)
Calls C++ function: void QList<QFileInfo>::removeLast().
Sourcepub unsafe fn remove_one(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
pub unsafe fn remove_one(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
Calls C++ function: bool QList<QFileInfo>::removeOne(const QFileInfo& t).
Sourcepub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QFileInfo>>)
pub unsafe fn replace(&self, i: c_int, t: impl CastInto<Ref<QFileInfo>>)
Calls C++ function: void QList<QFileInfo>::replace(int i, const QFileInfo& t).
Sourcepub unsafe fn reserve(&self, size: c_int)
pub unsafe fn reserve(&self, size: c_int)
Calls C++ function: void QList<QFileInfo>::reserve(int size).
Sourcepub unsafe fn set_sharable(&self, sharable: bool)
pub unsafe fn set_sharable(&self, sharable: bool)
Calls C++ function: void QList<QFileInfo>::setSharable(bool sharable).
Sourcepub unsafe fn starts_with(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
pub unsafe fn starts_with(&self, t: impl CastInto<Ref<QFileInfo>>) -> bool
Calls C++ function: bool QList<QFileInfo>::startsWith(const QFileInfo& t) const.
Sourcepub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQFileInfo>>)
pub unsafe fn swap_1a(&self, other: impl CastInto<Ref<QListOfQFileInfo>>)
Calls C++ function: void QList<QFileInfo>::swap(QList<QFileInfo>& 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<QFileInfo>::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<QFileInfo>::swapItemsAt(int i, int j).
Sourcepub unsafe fn take_at(&self, i: c_int) -> CppBox<QFileInfo>
pub unsafe fn take_at(&self, i: c_int) -> CppBox<QFileInfo>
Calls C++ function: QFileInfo QList<QFileInfo>::takeAt(int i).
Sourcepub unsafe fn take_first(&self) -> CppBox<QFileInfo>
pub unsafe fn take_first(&self) -> CppBox<QFileInfo>
Calls C++ function: QFileInfo QList<QFileInfo>::takeFirst().
Sourcepub unsafe fn take_last(&self) -> CppBox<QFileInfo>
pub unsafe fn take_last(&self) -> CppBox<QFileInfo>
Calls C++ function: QFileInfo QList<QFileInfo>::takeLast().
Trait Implementations§
Source§impl Add<Ref<QListOfQFileInfo>> for &QListOfQFileInfo
impl Add<Ref<QListOfQFileInfo>> for &QListOfQFileInfo
Source§fn add(self, l: Ref<QListOfQFileInfo>) -> CppBox<QListOfQFileInfo>
fn add(self, l: Ref<QListOfQFileInfo>) -> CppBox<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo> QList<QFileInfo>::operator+(const QList<QFileInfo>& l) const.
Source§type Output = CppBox<QListOfQFileInfo>
type Output = CppBox<QListOfQFileInfo>
+ operator.Source§impl Begin for QListOfQFileInfo
impl Begin for QListOfQFileInfo
Source§unsafe fn begin(&self) -> CppBox<ConstIterator>
unsafe fn begin(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::begin() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl BeginMut for QListOfQFileInfo
impl BeginMut for QListOfQFileInfo
Source§impl CppDeletable for QListOfQFileInfo
impl CppDeletable for QListOfQFileInfo
Source§impl End for QListOfQFileInfo
impl End for QListOfQFileInfo
Source§unsafe fn end(&self) -> CppBox<ConstIterator>
unsafe fn end(&self) -> CppBox<ConstIterator>
Calls C++ function: QList<QFileInfo>::const_iterator QList<QFileInfo>::end() const.
Source§type Output = CppBox<ConstIterator>
type Output = CppBox<ConstIterator>
Source§impl EndMut for QListOfQFileInfo
impl EndMut for QListOfQFileInfo
Source§impl PartialEq<Ref<QListOfQFileInfo>> for QListOfQFileInfo
impl PartialEq<Ref<QListOfQFileInfo>> for QListOfQFileInfo
Source§impl Shl<Ref<QListOfQFileInfo>> for &QListOfQFileInfo
impl Shl<Ref<QListOfQFileInfo>> for &QListOfQFileInfo
Source§fn shl(self, l: Ref<QListOfQFileInfo>) -> Ref<QListOfQFileInfo>
fn shl(self, l: Ref<QListOfQFileInfo>) -> Ref<QListOfQFileInfo>
Calls C++ function: QList<QFileInfo>& QList<QFileInfo>::operator<<(const QList<QFileInfo>& l).
Source§type Output = Ref<QListOfQFileInfo>
type Output = Ref<QListOfQFileInfo>
<< operator.