Qt Cryptographic Architecture
|
#include <QtCrypto>
Protected Member Functions | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
![]() | |
Context (const Context &from) | |
Context (Provider *parent, const QString &type) | |
Additional Inherited Members | |
![]() | |
virtual Context * | clone () const =0 |
Provider * | provider () const |
bool | sameProvider (const Context *c) const |
QString | type () const |
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.
|
protected |
Standard constructor.
parent | the parent provider for this context |
type | the name of the provider context type |
|
protected |
Copy constructor.
from | the Context to copy from |