AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEstablishPaceChannel.h
gehe zur Dokumentation dieser Datei
1
4
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/WorkflowContext.h
"
10
11
class
test_StateEstablishPaceChannel;
12
13
namespace
governikus
14
{
15
16
class
StateEstablishPaceChannel
17
:
public
AbstractState
18
,
public
GenericContextContainer
<WorkflowContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateEstablishPaceChannel;
23
24
private
:
25
explicit
StateEstablishPaceChannel(
const
QSharedPointer<WorkflowContext>& pContext);
26
27
PacePasswordId mPasswordId;
28
29
void
run()
override
;
30
void
onUserCancelled()
override
;
31
32
void
handleNpaPosition(CardReturnCode pReturnCode)
const
;
33
34
private
Q_SLOTS:
35
void
onEstablishConnectionDone(QSharedPointer<BaseCardCommand> pCommand);
36
37
Q_SIGNALS:
38
void
fireNoCardConnection
();
39
void
fireWrongPassword
();
40
void
fireThirdPinAttemptFailed
();
41
void
fireAbortAndUnfortunateCardPosition
();
42
void
firePaceChannelFailed
();
43
void
firePaceCanEstablished
();
44
void
firePacePukEstablished
();
45
};
46
47
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< WorkflowContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:20
governikus::StateEstablishPaceChannel::firePaceCanEstablished
void firePaceCanEstablished()
governikus::StateEstablishPaceChannel::firePaceChannelFailed
void firePaceChannelFailed()
governikus::StateEstablishPaceChannel::StateBuilder
friend class StateBuilder
Definition
StateEstablishPaceChannel.h:21
governikus::StateEstablishPaceChannel::fireNoCardConnection
void fireNoCardConnection()
governikus::StateEstablishPaceChannel::fireWrongPassword
void fireWrongPassword()
governikus::StateEstablishPaceChannel::firePacePukEstablished
void firePacePukEstablished()
governikus::StateEstablishPaceChannel::fireThirdPinAttemptFailed
void fireThirdPinAttemptFailed()
governikus::StateEstablishPaceChannel::fireAbortAndUnfortunateCardPosition
void fireAbortAndUnfortunateCardPosition()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
base
states
StateEstablishPaceChannel.h
Erzeugt von
1.13.2