pub struct QTableModelProxyCpp { /* private fields */ }Implementations§
Source§impl QTableModelProxyCpp
impl QTableModelProxyCpp
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_columns( self: Pin<&mut Self>, first: i32, count: i32, parent: &QModelIndex, ) -> 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§
Source§impl ExternType for QTableModelProxyCpp
impl ExternType for QTableModelProxyCpp
Auto Trait Implementations§
impl !Freeze for QTableModelProxyCpp
impl RefUnwindSafe for QTableModelProxyCpp
impl !Send for QTableModelProxyCpp
impl !Sync for QTableModelProxyCpp
impl !Unpin for QTableModelProxyCpp
impl UnwindSafe for QTableModelProxyCpp
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