AusweisApp2
Lade ...
Suche ...
Keine Treffer
governikus::CustomSchemeActivationContext Klassenreferenz

#include <CustomSchemeActivationContext.h>

Klassendiagramm für governikus::CustomSchemeActivationContext:

Signale

void fireShowUserInformation (const QString &pMessage)
 

Öffentliche Methoden

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

Weitere Geerbte Elemente

- Geschützte Methoden geerbt von governikus::ActivationContext
void setSendError (const QString &pError)
 

Beschreibung der Konstruktoren und Destruktoren

◆ CustomSchemeActivationContext()

CustomSchemeActivationContext::CustomSchemeActivationContext ( const QUrl &  pActivationUrl,
const QString &  pReferrer 
)
explicit

◆ ~CustomSchemeActivationContext()

CustomSchemeActivationContext::~CustomSchemeActivationContext ( )
override

Dokumentation der Elementfunktionen

◆ fireShowUserInformation

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

◆ getActivationURL()

QUrl CustomSchemeActivationContext::getActivationURL ( ) const
overridevirtual

◆ sendErrorPage()

bool CustomSchemeActivationContext::sendErrorPage ( http_status  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.

◆ sendOperationAlreadyActive()

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.

◆ sendProcessing()

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.

◆ sendRedirect()

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.


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