AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
4
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::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< WorkflowContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:20
governikus::StateUpdateRetryCounter::fireNoCardConnection
void fireNoCardConnection()
governikus::StateUpdateRetryCounter::StateBuilder
friend class StateBuilder
Definition
StateUpdateRetryCounter.h:20
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
base
states
StateUpdateRetryCounter.h
Erzeugt von
1.14.0