|
AusweisApp
|
#include <StateGenericSendReceive.h>
Signale | |
| void | fireReceivedStartPaosResponse () |
Signale geerbt von governikus::AbstractState | |
| void | fireContinue () |
| void | fireAbort (const FailureCode &pFailure) |
Öffentliche Methoden | |
| void | onExit (QEvent *pEvent) override |
Öffentliche Methoden geerbt von governikus::AbstractState | |
| ~AbstractState () override=default | |
| QString | getStateName () const |
Öffentliche Methoden geerbt von governikus::GenericContextContainer< AuthContext > | |
| GenericContextContainer (const QSharedPointer< WorkflowContext > &pContext) | |
| QSharedPointer< AuthContext > | getContext () const |
Geschützte Methoden | |
| StateGenericSendReceive (const QSharedPointer< WorkflowContext > &pContext, PaosType pExpectedResponseType, const QList< PaosType > &pOtherResponseTypes={}, bool pPersonalization=false) | |
| virtual QSharedPointer< ResponseType > | getAsResponse ()=0 |
| virtual QSharedPointer< PaosCreator > | getAsCreator ()=0 |
| virtual void | emitStateMachineSignal (PaosType pResponseType) |
Geschützte Methoden geerbt von governikus::AbstractState | |
| AbstractState (const QSharedPointer< WorkflowContext > &pContext) | |
| void | setAbortOnCardRemoved () |
| void | setHandleNfcStop () |
| void | setKeepCardConnectionAlive () |
| void | onEntry (QEvent *pEvent) override |
| void | onExit (QEvent *pEvent) override |
| void | operator<< (const QMetaObject::Connection &connection) |
| void | clearConnections () |
| bool | isCancellationByUser () const |
| void | updateStatus (const GlobalStatus &pStatus) |
| void | updateStartPaosResult (const ECardApiResult &pStartPaosResult) |
| void | stopNfcScanIfNecessary (const QString &pError=QString()) const |
Freundbeziehungen | |
| class | ::test_StateGenericSendReceive |
Weitere Geerbte Elemente | |
Öffentliche Slots geerbt von governikus::AbstractState | |
| void | onStateApprovedChanged (bool pApproved) |
| virtual void | onUserCancelled () |
| void | onCardRemoved (const ReaderInfo &pInfo) |
Statische öffentliche Attribute geerbt von governikus::AbstractState | |
| static const char *const | cFORCE_START_STOP_SCAN = "FORCE_START_STOP_SCAN" |
|
explicitprotected |
|
protectedvirtual |
Erneute Implementation in governikus::StateSendStartPaos.
|
signal |
|
protectedpure virtual |
Implementiert in governikus::StateSendStartPaos, governikus::StateSendInitializeFrameworkResponse, governikus::StateSendDIDAuthenticateResponseEAC1, governikus::StateSendDIDAuthenticateResponseEACAdditionalInputType, governikus::StateSendDIDAuthenticateResponseEAC2, governikus::StateSendTransmitResponse, governikus::StateSendStartPaosPersonalization und governikus::StateSendTransmitResponsePersonalization.
|
protectedpure virtual |
Implementiert in governikus::StateSendStartPaos, governikus::StateSendInitializeFrameworkResponse, governikus::StateSendDIDAuthenticateResponseEAC1, governikus::StateSendDIDAuthenticateResponseEACAdditionalInputType, governikus::StateSendDIDAuthenticateResponseEAC2, governikus::StateSendTransmitResponse, governikus::StateSendStartPaosPersonalization und governikus::StateSendTransmitResponsePersonalization.
|
override |
|
friend |