pub struct QGenericPluginFactory { /* private fields */ }Expand description
C++ class: QGenericPluginFactory.
Implementations§
Source§impl QGenericPluginFactory
impl QGenericPluginFactory
Sourcepub unsafe fn copy_from(
&self,
other: impl CastInto<Ref<QGenericPluginFactory>>,
) -> Ref<QGenericPluginFactory>
pub unsafe fn copy_from( &self, other: impl CastInto<Ref<QGenericPluginFactory>>, ) -> Ref<QGenericPluginFactory>
Calls C++ function: QGenericPluginFactory& QGenericPluginFactory::operator=(const QGenericPluginFactory& other).
Sourcepub unsafe fn create(
arg1: impl CastInto<Ref<QString>>,
arg2: impl CastInto<Ref<QString>>,
) -> QPtr<QObject>
pub unsafe fn create( arg1: impl CastInto<Ref<QString>>, arg2: impl CastInto<Ref<QString>>, ) -> QPtr<QObject>
Calls C++ function: static QObject* QGenericPluginFactory::create(const QString& arg1, const QString& arg2).
Sourcepub unsafe fn keys() -> CppBox<QStringList>
pub unsafe fn keys() -> CppBox<QStringList>
Calls C++ function: static QStringList QGenericPluginFactory::keys().
Sourcepub unsafe fn new() -> CppBox<QGenericPluginFactory>
pub unsafe fn new() -> CppBox<QGenericPluginFactory>
Calls C++ function: [constructor] void QGenericPluginFactory::QGenericPluginFactory().
Sourcepub unsafe fn new_copy(
other: impl CastInto<Ref<QGenericPluginFactory>>,
) -> CppBox<QGenericPluginFactory>
pub unsafe fn new_copy( other: impl CastInto<Ref<QGenericPluginFactory>>, ) -> CppBox<QGenericPluginFactory>
Calls C++ function: [constructor] void QGenericPluginFactory::QGenericPluginFactory(const QGenericPluginFactory& other).
Trait Implementations§
Source§impl CppDeletable for QGenericPluginFactory
impl CppDeletable for QGenericPluginFactory
Auto Trait Implementations§
impl Freeze for QGenericPluginFactory
impl RefUnwindSafe for QGenericPluginFactory
impl Send for QGenericPluginFactory
impl Sync for QGenericPluginFactory
impl Unpin for QGenericPluginFactory
impl UnsafeUnpin for QGenericPluginFactory
impl UnwindSafe for QGenericPluginFactory
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