AusweisApp2
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
32
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateEnterPacePassword
Definition:
StateEnterPacePassword.h:19
governikus::StateEnterPacePassword::onEntry
void onEntry(QEvent *pEvent) override
Definition:
StateEnterPacePassword.cpp:32
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateEnterPacePassword.h
Erzeugt von
1.9.5