QCA::BasicContext Class Reference

Base class to use for primitive provider contexts. More...

#include <QtCrypto>

Inheritance diagram for QCA::BasicContext:

QCA::Provider::Context Collaboration diagram for QCA::BasicContext:

Collaboration graph
[legend]
List of all members.

Protected Member Functions

 BasicContext (Provider *parent, const QString &type)
 BasicContext (const BasicContext &from)

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.


Constructor & Destructor Documentation

QCA::BasicContext::BasicContext Provider *  parent,
const QString type
[protected]
 

Standard constructor.

Parameters:
parent the parent provider for this context
type the name of the provider context type

QCA::BasicContext::BasicContext const BasicContext from  )  [protected]
 

Copy constructor.

Parameters:
from the Context to copy from


The documentation for this class was generated from the following file:
Generated on Fri Jul 6 13:23:43 2007 for Qt Cryptographic Architecture by  doxygen 1.4.6