AusweisApp2
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
8
#pragma once
9
10
#include "
AbstractState.h
"
11
#include "
GenericContextContainer.h
"
12
13
class
test_StateUpdateRetryCounter;
14
15
namespace
governikus
16
{
17
18
class
StateUpdateRetryCounter
19
:
public
AbstractState
20
,
public
GenericContextContainer
<WorkflowContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
friend
class ::test_StateUpdateRetryCounter;
25
26
private
:
27
explicit
StateUpdateRetryCounter
(
const
QSharedPointer<WorkflowContext>& pContext);
28
void
run()
override
;
29
30
private
Q_SLOTS:
31
void
onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
32
};
33
34
}
// 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::StateUpdateRetryCounter
Definition:
StateUpdateRetryCounter.h:21
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateUpdateRetryCounter.h
Erzeugt von
1.9.4