Qt Cryptographic Architecture
|
#include <QtCrypto>
Protected Member Functions | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
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 |