pub struct QAbstractItemModelProxyCpp { /* private fields */ }Implementations§
Source§impl QAbstractItemModelProxyCpp
impl QAbstractItemModelProxyCpp
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_columns( self: Pin<&mut Self>, parent: &QModelIndex, first: i32, last: i32, )
pub fn base_end_insert_columns(self: Pin<&mut Self>)
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_columns( self: Pin<&mut Self>, source_parent: &QModelIndex, source_first: i32, source_last: i32, destination_parent: &QModelIndex, destination_child: i32, )
pub fn base_end_move_columns(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_columns( self: Pin<&mut Self>, parent: &QModelIndex, first: i32, last: i32, )
pub fn base_end_remove_columns(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>)
pub fn base_create_index( &self, row: i32, column: i32, ptr: usize, ) -> QModelIndex
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for QAbstractItemModelProxyCpp
impl RefUnwindSafe for QAbstractItemModelProxyCpp
impl !Send for QAbstractItemModelProxyCpp
impl !Sync for QAbstractItemModelProxyCpp
impl !Unpin for QAbstractItemModelProxyCpp
impl UnwindSafe for QAbstractItemModelProxyCpp
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