AusweisApp2
StateProcessing.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "AbstractState.h"
10 #include "context/AuthContext.h"
12 
13 namespace governikus
14 {
15 
17  : public AbstractState
18  , public GenericContextContainer<AuthContext>
19 {
20  Q_OBJECT
21  friend class StateBuilder;
22 
23  explicit StateProcessing(const QSharedPointer<WorkflowContext>& pContext);
24  void run() override;
25 };
26 
27 } // namespace governikus
AuthContext.h
governikus::StateProcessing
Definition: StateProcessing.h:19
StateProcessing.h
governikus::AbstractState
Definition: AbstractState.h:20
governikus::GenericContextContainer< AuthContext >::getContext
virtual QSharedPointer< AuthContext > getContext()
Definition: GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
governikus::GlobalStatus::Code::Workflow_Processing_Error
@ Workflow_Processing_Error
governikus::AbstractState::fireAbort
void fireAbort()
GenericContextContainer.h
governikus::StateBuilder
Definition: StateBuilder.h:18
AbstractState.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::GenericContextContainer
Definition: GenericContextContainer.h:20
governikus::AbstractState::updateStatus
void updateStatus(const GlobalStatus &pStatus)
Definition: AbstractState.cpp:138
governikus::GlobalStatus::ExternalInformation::ACTIVATION_ERROR
@ ACTIVATION_ERROR