AusweisApp2
StateStopIfdService.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
10
#include "
context/IfdServiceContext.h
"
11
#include "
states/AbstractState.h
"
12
#include "
states/GenericContextContainer.h
"
13
14
15
class
test_StateStopIfdService;
16
17
18
namespace
governikus
19
{
20
21
class
StateStopIfdService
22
:
public
AbstractState
23
,
public
GenericContextContainer
<IfdServiceContext>
24
{
25
Q_OBJECT
26
friend
class
StateBuilder
;
27
friend
class ::test_StateStopIfdService;
28
29
private
:
30
explicit
StateStopIfdService
(
const
QSharedPointer<WorkflowContext>& pContext);
31
32
void
run()
override
;
33
void
onExit(QEvent* pEvent)
override
;
34
35
public
:
36
~StateStopIfdService
()
override
=
default
;
37
38
};
39
40
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
IfdServiceContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateStopIfdService
Definition:
StateStopIfdService.h:24
governikus::StateStopIfdService::~StateStopIfdService
~StateStopIfdService() override=default
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
ifd
states
StateStopIfdService.h
Erzeugt von
1.9.1