QCA::BasicContext

Search for usage in LXR

#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]

QCA::BasicContext::BasicContext ( Provider * parent,
const QString & type )
protected

Standard constructor.

Parameters
parentthe parent provider for this context
typethe name of the provider context type

◆ BasicContext() [2/2]

QCA::BasicContext::BasicContext ( const BasicContext & from)
protected

Copy constructor.

Parameters
fromthe 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-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:14 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.