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