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

#include <CustomSchemeActivationContext.h>

Klassendiagramm für governikus::CustomSchemeActivationContext:

Signale

void fireShowUserInformation (const QString &pMessage)
 

Öffentliche Methoden

 CustomSchemeActivationContext (const QUrl &pActivationUrl)
 
virtual ~CustomSchemeActivationContext () override
 
QUrl getActivationURL () const override
 
bool sendProcessing () override
 Sends a processing status response to the caller. Mehr ...
 
bool sendOperationAlreadyActive () override
 Sends a response to the caller indicating that another operation is already in progress. Mehr ...
 
bool sendErrorPage (HttpStatusCode pStatusCode, const GlobalStatus &pStatus) override
 Sends an error page to the caller. Mehr ...
 
bool sendRedirect (const QUrl &pRedirectAddress, const GlobalStatus &pResult) override
 Sends a redirect to the caller. Mehr ...
 
- Öffentliche Methoden geerbt von governikus::ActivationContext
 ActivationContext ()
 
virtual ~ActivationContext ()
 
const QString & getSendError () const
 Returns the last error that occurred during a send operation. Mehr ...
 

Weitere Geerbte Elemente

- Geschützte Attribute geerbt von governikus::ActivationContext
QString mSendError
 

Beschreibung der Konstruktoren und Destruktoren

CustomSchemeActivationContext::CustomSchemeActivationContext ( const QUrl &  pActivationUrl)
CustomSchemeActivationContext::~CustomSchemeActivationContext ( )
overridevirtual

Dokumentation der Elementfunktionen

void governikus::CustomSchemeActivationContext::fireShowUserInformation ( const QString &  pMessage)
signal

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

QUrl CustomSchemeActivationContext::getActivationURL ( ) const
overridevirtual
bool CustomSchemeActivationContext::sendErrorPage ( HttpStatusCode  pStatusCode,
const GlobalStatus pStatus 
)
overridevirtual

Sends an error page to the caller.

Rückgabe
true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.

Implementiert governikus::ActivationContext.

bool CustomSchemeActivationContext::sendOperationAlreadyActive ( )
overridevirtual

Sends a response to the caller indicating that another operation is already in progress.

Rückgabe
true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.

Implementiert governikus::ActivationContext.

bool CustomSchemeActivationContext::sendProcessing ( )
overridevirtual

Sends a processing status response to the caller.

Rückgabe
true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.

Implementiert governikus::ActivationContext.

bool CustomSchemeActivationContext::sendRedirect ( const QUrl &  pRedirectAddress,
const GlobalStatus pStatus 
)
overridevirtual

Sends a redirect to the caller.

Rückgabe
true, if sending succeeded, false otherwise. On failure an error message can be retrieved via getSendError.

Implementiert governikus::ActivationContext.

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


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