AusweisApp2
governikus::ActivationHandler Klassenreferenzabstract

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

#include <ActivationHandler.h>

Klassendiagramm für governikus::ActivationHandler:

Klassen

struct  ActivationRequest
 

Öffentliche Slots

virtual void onApplicationActivated ()
 

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
 

Geschützte Methoden

 ActivationHandler ()=default
 
 ~ActivationHandler () override=default
 

Geschützte, statische Methoden

static ActivationRequest getRequest (const QUrl &pUrl)
 

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()

governikus::ActivationHandler::ActivationHandler ( )
protecteddefault

◆ ~ActivationHandler()

governikus::ActivationHandler::~ActivationHandler ( )
overrideprotecteddefault

Dokumentation der Elementfunktionen

◆ fireAuthenticationRequest

void governikus::ActivationHandler::fireAuthenticationRequest ( const QSharedPointer< ActivationContext > &  pActivationContext)
signal
Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

◆ fireShowUiRequest

void governikus::ActivationHandler::fireShowUiRequest ( UiModule  pModule)
signal
Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

◆ fireShowUserInformation

void governikus::ActivationHandler::fireShowUserInformation ( const QString &  pErrorMessage = QString())
signal
Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

◆ getRequest()

static ActivationRequest governikus::ActivationHandler::getRequest ( const QUrl &  pUrl)
staticprotected

◆ onApplicationActivated

void ActivationHandler::onApplicationActivated ( )
virtualslot

Erneute Implementation in governikus::IntentActivationHandler.

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

◆ start()

virtual bool governikus::ActivationHandler::start ( )
pure virtual

◆ stop()

virtual void governikus::ActivationHandler::stop ( )
pure virtual

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