AusweisApp2
|
#include <StateGenericSendReceive.h>
Signale | |
void | fireReceivedStartPaosResponse () |
![]() | |
void | fireContinue () |
void | fireAbort (const FailureCode &pFailure) |
Öffentliche Methoden | |
void | onExit (QEvent *pEvent) override |
![]() | |
~AbstractState () override=default | |
QString | getStateName () const |
void | setStateName (const QString &pName) |
![]() | |
GenericContextContainer (const QSharedPointer< WorkflowContext > &pContext) | |
QSharedPointer< AuthContext > | getContext () const |
Geschützte Methoden | |
StateGenericSendReceive (const QSharedPointer< WorkflowContext > &pContext, PaosType pExpectedResponseType, const QVector< PaosType > &pOtherResponseTypes={}, bool pPersonalization=false) | |
virtual QSharedPointer< ResponseType > | getAsResponse ()=0 |
virtual QSharedPointer< PaosCreator > | getAsCreator ()=0 |
virtual void | emitStateMachineSignal (PaosType pResponseType) |
![]() | |
AbstractState (const QSharedPointer< WorkflowContext > &pContext) | |
void | setAbortOnCardRemoved () |
void | setKeepCardConnectionAlive () |
void | onEntry (QEvent *pEvent) override |
void | onExit (QEvent *pEvent) override |
void | clearConnections () |
bool | isCancellationByUser () |
void | updateStatus (const GlobalStatus &pStatus) |
void | updateStartPaosResult (const ECardApiResult &pStartPaosResult) |
void | stopNfcScanIfNecessary (const QString &pError=QString()) |
Freundbeziehungen | |
class | ::test_StateGenericSendReceive |
Weitere Geerbte Elemente | |
![]() | |
void | onStateApprovedChanged (bool pApproved) |
virtual void | onUserCancelled () |
void | onCardRemoved (const ReaderInfo &pInfo) |
![]() | |
static QString | getClassName (const char *const pName) |
template<typename T > | |
static QString | getClassName () |
template<typename T > | |
static bool | isState (const QString &pState) |
![]() | |
static const char *const | cFORCE_START_STOP_SCAN = "FORCE_START_STOP_SCAN" |
![]() | |
QVector< QMetaObject::Connection > | mConnections |
|
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 |