AusweisApp2
StateChangePin.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
AbstractState.h
"
10
#include "
context/ChangePinContext.h
"
11
#include "
GenericContextContainer.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
explicit
StateChangePin
(
const
QSharedPointer<WorkflowContext>& pContext);
27
void
run()
override
;
28
29
private
Q_SLOTS:
30
void
onSetEidPinDone(QSharedPointer<BaseCardCommand> pCommand);
31
32
Q_SIGNALS:
33
void
fireInvalidPin
();
34
};
35
36
}
// 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::fireInvalidPin
void fireInvalidPin()
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateChangePin.h
Erzeugt von
1.9.1