qca
QCA::BasicContext Class Reference
[QCA provider API]
Base class to use for primitive provider contexts. More...
#include <QtCrypto>
Inheritance diagram for QCA::BasicContext:

Public Member Functions | |
| ~BasicContext () | |
Protected Member Functions | |
| BasicContext (const BasicContext &from) | |
| BasicContext (Provider *parent, const QString &type) | |
Detailed Description
Base class to use for primitive provider contexts.
For internal use only.
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 913 of file qca_core.h.
Constructor & Destructor Documentation
| QCA::BasicContext::~BasicContext | ( | ) |
Definition at line 915 of file qca_core.cpp.
Standard constructor.
- Parameters:
-
parent the parent provider for this context type the name of the provider context type
Definition at line 903 of file qca_core.cpp.
| QCA::BasicContext::BasicContext | ( | const BasicContext & | from | ) | [protected] |
Copy constructor.
- Parameters:
-
from the Context to copy from
Definition at line 909 of file qca_core.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference