pub struct QAbstractItemModelProxyCpp { /* private fields */ }Implementations§
Source§impl QAbstractItemModelProxyCpp
impl QAbstractItemModelProxyCpp
pub unsafe fn create( rust_proxy: *mut QAbstractItemModelProxyRust, metaobject: *const DynamicMetaObjectData, ) -> *mut QAbstractItemModelProxyCpp
pub unsafe fn create_at( rust_proxy: *mut QAbstractItemModelProxyRust, metaobject: *const DynamicMetaObjectData, addr: *mut u8, ) -> *mut QAbstractItemModelProxyCpp
pub fn static_qmeta_object() -> &'static QMetaObject
pub fn size_of() -> usize
pub fn align_of() -> usize
pub fn parser_status_cast() -> i32
pub fn emit_signal_cpp( self: Pin<&mut Self>, signal_name: &str, argv: &[*const u8], )
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§
Source§impl QCppProxy for QAbstractItemModelProxyCpp
impl QCppProxy for QAbstractItemModelProxyCpp
type ProxyRustType = GenericRustProxy<QAbstractItemModelProxyCpp, dyn QAbstractItemModelAdapter>
fn get_static_meta_object() -> &'static QMetaObject
fn get_size() -> usize
fn get_align() -> usize
fn parser_status_cast() -> i32
unsafe fn create( rust_proxy: *mut Self::ProxyRustType, metaobject: &'static DynamicMetaObjectData, ) -> *mut Self
unsafe fn create_at( rust_proxy: *mut Self::ProxyRustType, metaobject: &'static DynamicMetaObjectData, addr: *mut u8, ) -> *mut Self
fn emit_signal(self: Pin<&mut Self>, signal_name: &str, argv: &[*const u8])
Auto Trait Implementations§
impl !Freeze for QAbstractItemModelProxyCpp
impl RefUnwindSafe for QAbstractItemModelProxyCpp
impl !Send for QAbstractItemModelProxyCpp
impl !Sync for QAbstractItemModelProxyCpp
impl !Unpin for QAbstractItemModelProxyCpp
impl UnsafeUnpin 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