AusweisApp2
StateEnterPacePasswordRemote.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
context/RemoteServiceContext.h
"
8
#include "
states/AbstractState.h
"
9
#include "
states/GenericContextContainer.h
"
10
11
namespace
governikus
12
{
13
14
class
StateEnterPacePasswordRemote
15
:
public
AbstractState
16
,
public
GenericContextContainer
<RemoteServiceContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
private
:
22
explicit
StateEnterPacePasswordRemote
(
const
QSharedPointer<WorkflowContext>& pContext);
23
void
run()
override
;
24
25
private
Q_SLOTS:
26
void
onCancelEstablishPaceChannel();
27
28
public
:
29
void
onEntry
(QEvent* pEvent)
override
;
30
};
31
32
}
// namespace governikus
AbstractState.h
governikus::StateEnterPacePasswordRemote::onEntry
void onEntry(QEvent *pEvent) override
Definition:
StateEnterPacePasswordRemote.cpp:37
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:18
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:14
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:19
governikus::StateEnterPacePasswordRemote
Definition:
StateEnterPacePasswordRemote.h:14
RemoteServiceContext.h
governikus::StateBuilder
Definition:
StateBuilder.h:17
src
workflows
remote_device
states
StateEnterPacePasswordRemote.h
Erzeugt von
1.8.14