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
virtual
void
run()
override
;
26
27
Q_SIGNALS:
28
void
fireEnterPacePassword
();
29
};
30
31
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
RemoteServiceContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StatePreparePaceRemote
Definition:
StatePreparePaceRemote.h:19
governikus::StatePreparePaceRemote::fireEnterPacePassword
void fireEnterPacePassword()
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
core
states
remote_service
StatePreparePaceRemote.h
Erzeugt von
1.9.1