AusweisApp2
StateDestroyPace.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
AbstractState.h
"
10
#include "
GenericContextContainer.h
"
11
12
class
test_StateDestroyPace;
13
14
namespace
governikus
15
{
16
17
class
StateDestroyPace
18
:
public
AbstractState
19
,
public
GenericContextContainer
<WorkflowContext>
20
{
21
Q_OBJECT
22
friend
class
StateBuilder
;
23
friend
class ::test_StateDestroyPace;
24
25
explicit
StateDestroyPace
(
const
QSharedPointer<WorkflowContext>& pContext);
26
void
run()
override
;
27
28
private
Q_SLOTS:
29
void
onDestroyPaceDone(QSharedPointer<BaseCardCommand> pCommand);
30
};
31
32
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateDestroyPace
Definition:
StateDestroyPace.h:20
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateDestroyPace.h
Erzeugt von
1.9.1