AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
10
class
test_StateUpdateRetryCounter;
11
12
namespace
governikus
13
{
14
15
class
StateUpdateRetryCounter
16
:
public
AbstractState
17
,
public
GenericContextContainer
<WorkflowContext>
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
friend
class ::test_StateUpdateRetryCounter;
22
23
private
:
24
explicit
StateUpdateRetryCounter
(
const
QSharedPointer<WorkflowContext>& pContext);
25
void
run()
override
;
26
27
private
Q_SLOTS:
28
void
onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
29
30
Q_SIGNALS:
31
void
fireNoCardConnection
();
32
};
33
34
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateUpdateRetryCounter
Definition
StateUpdateRetryCounter.h:18
governikus::StateUpdateRetryCounter::fireNoCardConnection
void fireNoCardConnection()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
base
states
StateUpdateRetryCounter.h
Erzeugt von
1.12.0