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