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