|
AusweisApp2
|
#include <StateTransmit.h>
Freundbeziehungen | |
| class | StateBuilder |
Weitere Geerbte Elemente | |
Öffentliche Slots geerbt von governikus::AbstractState | |
| void | onStateApprovedChanged () |
| virtual void | onUserCancelled () |
| void | onCardRemoved (const QString &pReaderName) |
Signale geerbt von governikus::AbstractState | |
| void | fireContinue () |
| void | fireAbort () |
Öffentliche Methoden geerbt von governikus::AbstractGenericState< AuthContext > | |
| AbstractGenericState (const QSharedPointer< WorkflowContext > &pContext, bool pConnectOnCardRemoved=true) | |
| virtual | ~AbstractGenericState () |
| virtual QSharedPointer < AuthContext > | getContext () |
Öffentliche Methoden geerbt von governikus::AbstractState | |
| virtual | ~AbstractState () override |
| void | onEntry (QEvent *pEvent) override |
| QString | getStateName () const |
| void | setStateName (const QString &pName) |
Öffentliche, statische Methoden geerbt von governikus::AbstractState | |
| static QString | getClassName (const char *pName) |
| template<typename T > | |
| static bool | isState (const QString &pState) |
Geschützte Methoden geerbt von governikus::AbstractState | |
| void | onExit (QEvent *pEvent) override |
| void | clearConnections () |
| bool | isCancellationByUser () |
| void | updateStatus (const GlobalStatus &pStatus) |
Geschützte Attribute geerbt von governikus::AbstractState | |
| QVector< QMetaObject::Connection > | mConnections |
|
friend |