AusweisApp2
StatePreparePaceRemote.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
8
#include "
context/RemoteServiceContext.h
"
9
#include "
states/AbstractState.h
"
10
#include "
states/GenericContextContainer.h
"
11
12
13
namespace
governikus
14
{
15
16
class
StatePreparePaceRemote
17
:
public
AbstractState
18
,
public
GenericContextContainer
<RemoteServiceContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
23
private
:
24
explicit
StatePreparePaceRemote
(
const
QSharedPointer<WorkflowContext>& pContext);
25
void
run()
override
;
26
27
Q_SIGNALS:
28
void
fireEnterPacePassword
();
29
};
30
31
}
// namespace governikus
governikus::UNKNOWN
UNKNOWN
Definition:
SmartCardDefinitions.h:18
StatePreparePaceRemote.h
AppSettings.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer< RemoteServiceContext >::getContext
virtual QSharedPointer< RemoteServiceContext > getContext()
Definition:
GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
governikus::AbstractState::fireAbort
void fireAbort()
GenericContextContainer.h
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StatePreparePaceRemote::fireEnterPacePassword
void fireEnterPacePassword()
governikus::PACE_CAN
PACE_CAN
Definition:
SmartCardDefinitions.h:20
AbstractState.h
governikus::StatePreparePaceRemote
Definition:
StatePreparePaceRemote.h:19
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::PACE_PIN
PACE_PIN
Definition:
SmartCardDefinitions.h:21
RemoteServiceContext.h
EstablishPaceChannel.h
governikus::PACE_MRZ
PACE_MRZ
Definition:
SmartCardDefinitions.h:19
src
workflows
remote_device
states
StatePreparePaceRemote.h
Erzeugt von
1.8.20