AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangeSmartPin.h
gehe zur Dokumentation dieser Datei
1
4
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::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< PersonalizationContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:20
governikus::StateChangeSmartPin::StateBuilder
friend class StateBuilder
Definition
StateChangeSmartPin.h:21
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
personalization
states
StateChangeSmartPin.h
Erzeugt von
1.13.2