AusweisApp2
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "WorkflowController.h"
10 
11 namespace governikus
12 {
13 
14 class SelfAuthContext;
15 
17  : public WorkflowController
18 {
19  Q_OBJECT
20 
21  public:
22  explicit SelfAuthController(QSharedPointer<SelfAuthContext> pContext);
23  ~SelfAuthController() override = default;
24 };
25 
26 } // namespace governikus
governikus::WorkflowController
Definition: WorkflowController.h:20
WorkflowController.h
governikus::SelfAuthController::~SelfAuthController
~SelfAuthController() override=default
governikus::CompositeStateTrustedChannel::fireAbort
void fireAbort()
CompositeStateTrustedChannel.h
governikus::AbstractState::fireContinue
void fireContinue()
governikus::AbstractState::fireAbort
void fireAbort()
StateCheckRefreshAddress.h
governikus::CompositeStateTrustedChannel::fireContinue
void fireContinue()
SelfAuthController.h
governikus::SelfAuthController::SelfAuthController
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition: SelfAuthController.cpp:26
StateGetSelfAuthenticationData.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
StateCheckError.h
governikus::SelfAuthController
Definition: SelfAuthController.h:18
SelfAuthContext.h
governikus::CompositeStateTrustedChannel
Definition: CompositeStateTrustedChannel.h:18
StateWriteHistory.h
StateActivateStoreFeedbackDialog.h
StateLoadTcTokenUrl.h
StateSendWhitelistSurvey.h
governikus::WorkflowController::mStateMachine
QStateMachine mStateMachine
Definition: WorkflowController.h:24
StateShowSelfInfo.h
FinalState.h