AusweisApp2
|
#include <StateGenericSendReceive.h>
Geschützte Methoden | |
virtual QSharedPointer< PaosMessage > | getAsMessage () override |
virtual QSharedPointer< ResponseType > | getAsResponse () override |
virtual QSharedPointer< PaosCreator > | getAsCreator () override |
virtual void | emitStateMachineSignal (int pResult) override |
![]() | |
StateGenericSendReceive (const QSharedPointer< WorkflowContext > &pContext, const QVector< PaosType > &pTypesToReceive, bool pConnectOnCardRemoved=true) | |
StateGenericSendReceive (const QSharedPointer< WorkflowContext > &pContext, PaosType pTypesToReceive) | |
![]() | |
AbstractState (const QSharedPointer< WorkflowContext > &pContext, bool pConnectOnCardRemoved=true) | |
void | onExit (QEvent *pEvent) override |
void | clearConnections () |
bool | isCancellationByUser () |
void | updateStatus (const GlobalStatus &pStatus) |
void | updateStartPaosResult (const ECardApiResult &pStartPaosResult) |
Freundbeziehungen | |
class | StateBuilder |
Weitere Geerbte Elemente | |
![]() | |
void | onStateApprovedChanged () |
virtual void | onUserCancelled () |
void | onCardRemoved (const QString &pReaderName) |
![]() | |
void | fireContinue () |
void | fireAbort () |
![]() | |
virtual | ~AbstractState () override |
void | onEntry (QEvent *pEvent) override |
QString | getStateName () const |
void | setStateName (const QString &pName) |
![]() | |
GenericContextContainer (const QSharedPointer< WorkflowContext > &pContext) | |
virtual | ~GenericContextContainer ()=default |
virtual QSharedPointer< AuthContext > | getContext () |
![]() | |
static QString | getClassName (const char *const pName) |
template<typename T > | |
static bool | isState (const QString &pState) |
![]() | |
QVector< QMetaObject::Connection > | mConnections |
|
inlineoverrideprotectedvirtual |
Implementiert governikus::StateGenericSendReceive.
|
inlineoverrideprotectedvirtual |
Implementiert governikus::StateGenericSendReceive.
|
inlineoverrideprotectedvirtual |
Implementiert governikus::StateGenericSendReceive.
|
inlineoverrideprotectedvirtual |
Implementiert governikus::StateGenericSendReceive.
|
friend |