AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangePin.h
gehe zur Dokumentation dieser Datei
1
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
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateChangePin
Definition
StateChangePin.h:19
governikus::StateChangePin::fireNoCardConnection
void fireNoCardConnection()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
workflows
base
states
StateChangePin.h
Erzeugt von
1.10.0