AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEnterPacePassword.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/WorkflowContext.h
"
10
11
class
test_StateEnterPacePassword;
12
13
namespace
governikus
14
{
15
16
class
StateEnterPacePassword
17
:
public
AbstractState
18
,
public
GenericContextContainer
<WorkflowContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateEnterPacePassword;
23
24
private
:
25
explicit
StateEnterPacePassword
(
const
QSharedPointer<WorkflowContext>& pContext);
26
void
run()
override
;
27
28
public
:
29
void
onEntry
(QEvent* pEvent)
override
;
30
31
Q_SIGNALS:
32
void
firePropagateAbort
();
33
};
34
35
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition:
AbstractState.h:36
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:22
governikus::StateBuilder
Definition:
StateBuilder.h:19
governikus::StateEnterPacePassword
Definition:
StateEnterPacePassword.h:19
governikus::StateEnterPacePassword::onEntry
void onEntry(QEvent *pEvent) override
Definition:
StateEnterPacePassword.cpp:35
governikus::StateEnterPacePassword::firePropagateAbort
void firePropagateAbort()
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition:
CommandApdu.h:16
src
workflows
base
states
StateEnterPacePassword.h
Erzeugt von
1.9.6