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