|
AusweisApp2
|
#include <StateSelectReader.h>
Signale | |
| void | fireRetry () |
Signale geerbt von governikus::AbstractState | |
| void | fireContinue () |
| void | fireAbort () |
Öffentliche Methoden | |
| void | onEntry (QEvent *pEvent) override |
Öffentliche Methoden geerbt von governikus::AbstractState | |
| ~AbstractState () override | |
| void | onEntry (QEvent *pEvent) override |
| QString | getStateName () const |
| void | setStateName (const QString &pName) |
Öffentliche Methoden geerbt von governikus::GenericContextContainer< WorkflowContext > | |
| GenericContextContainer (const QSharedPointer< WorkflowContext > &pContext) | |
| virtual | ~GenericContextContainer ()=default |
| virtual QSharedPointer< WorkflowContext > | getContext () |
Freundbeziehungen | |
| class | StateBuilder |
Weitere Geerbte Elemente | |
Öffentliche Slots geerbt von governikus::AbstractState | |
| void | onStateApprovedChanged (bool pApproved) |
| virtual void | onUserCancelled () |
| void | onCardRemoved (const ReaderInfo &pInfo) |
Öffentliche, statische Methoden geerbt von governikus::AbstractState | |
| static QString | getClassName (const char *const pName) |
| template<typename T > | |
| static bool | isState (const QString &pState) |
Statische öffentliche Attribute geerbt von governikus::AbstractState | |
| static const char *const | cFORCE_START_STOP_SCAN = "FORCE_START_STOP_SCAN" |
Geschützte Methoden geerbt von governikus::AbstractState | |
| 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) |
| void | startScanIfNecessary () |
| void | stopScanIfNecessary (const QString &pError=QString()) |
Geschützte Attribute geerbt von governikus::AbstractState | |
| QVector< QMetaObject::Connection > | mConnections |
|
signal |
|
override |
|
friend |