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