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