|
AusweisApp2
|
#include <StepAuthenticationDoneGui.h>
Öffentliche Methoden | |
| StepAuthenticationDoneGui (QSharedPointer< AuthContext > pContext) | |
| virtual | ~StepAuthenticationDoneGui () override |
| virtual void | forwardStep () override |
Öffentliche Methoden geerbt von governikus::StepGui | |
| StepGui (const QSharedPointer< WorkflowContext > &pContext) | |
| virtual | ~StepGui () |
| StepGuiDelegate * | getStepGuiDelegate () const |
| virtual void | activate () |
| virtual void | deactivate () |
Weitere Geerbte Elemente | |
Signale geerbt von governikus::StepGui | |
| void | fireUiFinished () |
| void | fireCancelled () |
Geschützte Methoden geerbt von governikus::StepGui | |
| void | setForwardButtonState (ButtonState pState, const QString &pText=QString()) |
| void | setCancelButtonState (ButtonState pState) |
Geschützte Attribute geerbt von governikus::StepGui | |
| QScopedPointer< StepGuiDelegate > | mDelegate |
| StepAuthenticationDoneGui::StepAuthenticationDoneGui | ( | QSharedPointer< AuthContext > | pContext | ) |
|
overridevirtual |
|
overridevirtual |
Erneute Implementation von governikus::StepGui.