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