QCA::BasicContext
QCA::BasicContext Class Reference
#include <QtCrypto>
Inheritance diagram for QCA::BasicContext:

Protected Member Functions | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
Detailed Description
Base class to use for primitive provider contexts
This class inherits Provider::Context and calls moveToThread(0) on itself, thereby disabling the event properties of the underlying QObject. Context types that need to be a QObject should inherit from Provider::Context, those that don't should inherit from BasicContext.
Definition at line 1009 of file qca_core.h.
Constructor & Destructor Documentation
◆ BasicContext() [1/2]
Standard constructor.
- Parameters
-
parent the parent provider for this context type the name of the provider context type
◆ BasicContext() [2/2]
|
protected |
Copy constructor.
- Parameters
-
from the Context to copy from
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 03:47:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 03:47:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.