AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1
4
9
10
#pragma once
11
12
#include "
AbstractState.h
"
13
#include "
GenericContextContainer.h
"
14
15
class
test_StateUpdateRetryCounter;
16
17
namespace
governikus
18
{
19
20
class
StateUpdateRetryCounter
21
:
public
AbstractState
22
,
public
GenericContextContainer
<WorkflowContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
friend
class ::test_StateUpdateRetryCounter;
27
28
private
:
29
explicit
StateUpdateRetryCounter(
const
QSharedPointer<WorkflowContext>& pContext);
30
void
run()
override
;
31
32
private
Q_SLOTS:
33
void
onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
34
35
Q_SIGNALS:
36
void
fireNoCardConnection
();
37
};
38
39
}
// 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:27
governikus::StateUpdateRetryCounter::fireNoCardConnection
void fireNoCardConnection()
governikus::StateUpdateRetryCounter::StateBuilder
friend class StateBuilder
Definition
StateUpdateRetryCounter.h:25
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
base
states
StateUpdateRetryCounter.h
Erzeugt von
1.13.2