AusweisApp2
StateShowResult.h
gehe zur Dokumentation dieser Datei
1
/*
2
* \copyright Copyright (c) 2018-2022 Governikus GmbH & Co. KG, Germany
3
*/
4
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/AuthContext.h
"
10
11
12
namespace
governikus
13
{
14
class
StateShowResult
15
:
public
AbstractState
16
,
public
GenericContextContainer
<AuthContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
private
:
22
explicit
StateShowResult
(
const
QSharedPointer<WorkflowContext>& pContext);
23
void
run()
override
;
24
};
25
26
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateShowResult
Definition:
StateShowResult.h:17
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateShowResult.h
Erzeugt von
1.9.1