pub struct QAbstractListModelProxyCpp { /* private fields */ }Implementations§
Source§impl QAbstractListModelProxyCpp
impl QAbstractListModelProxyCpp
pub fn base_index( &self, row: i32, column: i32, parent: &QModelIndex, ) -> QModelIndex
pub fn base_role_names(&self) -> QHash_i32_QByteArray
pub fn base_set_data( self: Pin<&mut Self>, index: &QModelIndex, value: &QVariant, role: i32, ) -> bool
pub fn base_remove_rows( self: Pin<&mut Self>, first: i32, count: i32, parent: &QModelIndex, ) -> bool
pub fn base_sibling( &self, row: i32, column: i32, idx: &QModelIndex, ) -> QModelIndex
pub fn base_data_changed( self: Pin<&mut Self>, top_left: &QModelIndex, bottom_right: &QModelIndex, )
pub fn base_begin_insert_rows( self: Pin<&mut Self>, parent: &QModelIndex, first: i32, last: i32, )
pub fn base_end_insert_rows(self: Pin<&mut Self>)
pub fn base_begin_move_rows( self: Pin<&mut Self>, source_parent: &QModelIndex, source_first: i32, source_last: i32, destination_parent: &QModelIndex, destination_child: i32, )
pub fn base_end_move_rows(self: Pin<&mut Self>)
pub fn base_begin_remove_rows( self: Pin<&mut Self>, parent: &QModelIndex, first: i32, last: i32, )
pub fn base_end_remove_rows(self: Pin<&mut Self>)
pub fn base_begin_reset_model(self: Pin<&mut Self>)
pub fn base_end_reset_model(self: Pin<&mut Self>)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for QAbstractListModelProxyCpp
impl RefUnwindSafe for QAbstractListModelProxyCpp
impl !Send for QAbstractListModelProxyCpp
impl !Sync for QAbstractListModelProxyCpp
impl !Unpin for QAbstractListModelProxyCpp
impl UnwindSafe for QAbstractListModelProxyCpp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more