AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateProcessing.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
AbstractState.h
"
10
#include "
GenericContextContainer.h
"
11
#include "
context/AuthContext.h
"
12
13
namespace
governikus
14
{
15
16
class
StateProcessing
17
:
public
AbstractState
18
,
public
GenericContextContainer
<AuthContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
23
private
:
24
explicit
StateProcessing
(
const
QSharedPointer<WorkflowContext>& pContext);
25
void
run()
override
;
26
};
27
28
}
// 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::StateProcessing
Definition:
StateProcessing.h:19
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateProcessing.h
Erzeugt von
1.9.6