AusweisApp2
 Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Propertys Freundbeziehungen Makrodefinitionen
governikus::ActivationHandler Klassenreferenzabstract

The ActivationHandler is beside the UI another API of the application. Mehr ...

#include <ActivationHandler.h>

Klassendiagramm für governikus::ActivationHandler:

Signale

void fireShowUserInformation (const QString &pErrorMessage=QString())
 
void fireShowUiRequest (UiModule pModule)
 
void fireAuthenticationRequest (const QSharedPointer< ActivationContext > &pActivationContext)
 

Öffentliche Methoden

virtual bool start ()=0
 
virtual void stop ()=0
 

Öffentliche, statische Methoden

static const QVector
< ActivationHandler * > & 
getInstances ()
 
template<typename T >
static TgetInstance ()
 

Geschützte Methoden

 ActivationHandler ()
 
virtual ~ActivationHandler ()
 

Geschützte, statische Methoden

static QMap< QString, QString > getQueryParameter (const QUrl &pUrl)
 Get the query items with lower-case keys, so we can support case-insensitive keys. Mehr ...
 

Ausführliche Beschreibung

The ActivationHandler is beside the UI another API of the application.

The ActivationHandler sends authentication requests to the application and also request to show the UI. Some application requests may be handled internally by the ActivationHandler and are not forwarded to the application.

Beschreibung der Konstruktoren und Destruktoren

ActivationHandler::ActivationHandler ( )
protected
ActivationHandler::~ActivationHandler ( )
protectedvirtual

Dokumentation der Elementfunktionen

void governikus::ActivationHandler::fireAuthenticationRequest ( const QSharedPointer< ActivationContext > &  pActivationContext)
signal

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void governikus::ActivationHandler::fireShowUiRequest ( UiModule  pModule)
signal

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void governikus::ActivationHandler::fireShowUserInformation ( const QString &  pErrorMessage = QString())
signal

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

template<typename T >
static T* governikus::ActivationHandler::getInstance ( )
inlinestatic

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

const QVector< ActivationHandler * > & ActivationHandler::getInstances ( )
static

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

QMap< QString, QString > ActivationHandler::getQueryParameter ( const QUrl &  pUrl)
staticprotected

Get the query items with lower-case keys, so we can support case-insensitive keys.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: