AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangeSmartPin.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
context/PersonalizationContext.h
"
8
#include "
states/AbstractState.h
"
9
#include "
states/GenericContextContainer.h
"
10
11
class
test_StateChangeSmartPin;
12
13
namespace
governikus
14
{
15
16
class
StateChangeSmartPin
17
:
public
AbstractState
18
,
public
GenericContextContainer
<PersonalizationContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateChangeSmartPin;
23
24
private
:
25
explicit
StateChangeSmartPin
(
const
QSharedPointer<WorkflowContext>& pContext);
26
void
run()
override
;
27
28
private
Q_SLOTS:
29
void
callSetEidPin();
30
void
onSetEidPinDone(QSharedPointer<BaseCardCommand> pCommand);
31
};
32
33
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateChangeSmartPin
Definition
StateChangeSmartPin.h:19
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
personalization
states
StateChangeSmartPin.h
Erzeugt von
1.12.0