AusweisApp2
StateUnfortunateCardPosition.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
context/WorkflowContext.h
"
9
#include "
GenericContextContainer.h
"
10
11
namespace
governikus
12
{
13
14
class
StateUnfortunateCardPosition
15
:
public
AbstractState
16
,
public
GenericContextContainer
<WorkflowContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
explicit
StateUnfortunateCardPosition
(
const
QSharedPointer<WorkflowContext>& pContext);
22
virtual
void
run()
override
;
23
};
24
25
}
// namespace governikus
StateUnfortunateCardPosition.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer< WorkflowContext >::getContext
virtual QSharedPointer< WorkflowContext > getContext()
Definition:
GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
WorkflowContext.h
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::StateUnfortunateCardPosition
Definition:
StateUnfortunateCardPosition.h:17
src
core
states
StateUnfortunateCardPosition.h
Erzeugt von
1.8.20