AusweisApp
Lade ...
Suche ...
Keine Treffer
StateStopIfdService.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
8
#include "
context/IfdServiceContext.h
"
9
#include "
states/AbstractState.h
"
10
#include "
states/GenericContextContainer.h
"
11
12
13
class
test_StateStopIfdService;
14
15
16
namespace
governikus
17
{
18
19
class
StateStopIfdService
20
:
public
AbstractState
21
,
public
GenericContextContainer
<IfdServiceContext>
22
{
23
Q_OBJECT
24
friend
class
StateBuilder
;
25
friend
class ::test_StateStopIfdService;
26
27
private
:
28
explicit
StateStopIfdService
(
const
QSharedPointer<WorkflowContext>& pContext);
29
30
void
run()
override
;
31
void
onExit(QEvent* pEvent)
override
;
32
33
public
:
34
~StateStopIfdService
()
override
=
default
;
35
36
};
37
38
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
IfdServiceContext.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateStopIfdService
Definition
StateStopIfdService.h:22
governikus::StateStopIfdService::~StateStopIfdService
~StateStopIfdService() override=default
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
ifd
states
StateStopIfdService.h
Erzeugt von
1.12.0