AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateMaintainCardConnection.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/WorkflowContext.h
"
10
11
namespace
governikus
12
{
13
14
class
StateMaintainCardConnection
15
:
public
AbstractState
16
,
public
GenericContextContainer
<WorkflowContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
public
:
22
explicit
StateMaintainCardConnection
(
const
QSharedPointer<WorkflowContext>& pContext);
23
void
run
()
override
;
24
25
Q_SIGNALS:
26
void
fireNoCardConnection
();
27
void
fireForceUpdateRetryCounter
();
28
void
firePropagateAbort
();
29
};
30
31
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition:
AbstractState.h:23
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:22
governikus::StateBuilder
Definition:
StateBuilder.h:20
governikus::StateMaintainCardConnection
Definition:
StateMaintainCardConnection.h:17
governikus::StateMaintainCardConnection::fireNoCardConnection
void fireNoCardConnection()
governikus::StateMaintainCardConnection::fireForceUpdateRetryCounter
void fireForceUpdateRetryCounter()
governikus::StateMaintainCardConnection::run
void run() override
Definition:
StateMaintainCardConnection.cpp:22
governikus::StateMaintainCardConnection::firePropagateAbort
void firePropagateAbort()
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition:
CommandApdu.h:16
src
workflows
base
states
StateMaintainCardConnection.h
Erzeugt von
1.9.6