AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEnterPacePasswordIfd.h
gehe zur Dokumentation dieser Datei
1
4
5
#pragma once
6
7
#include "
context/IfdServiceContext.h
"
8
#include "
states/AbstractState.h
"
9
#include "
states/GenericContextContainer.h
"
10
11
12
class
test_StateEnterPacePasswordIfd;
13
14
15
namespace
governikus
16
{
17
18
class
StateEnterPacePasswordIfd
19
:
public
AbstractState
20
,
public
GenericContextContainer
<IfdServiceContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
friend
class ::test_StateEnterPacePasswordIfd;
25
26
private
:
27
explicit
StateEnterPacePasswordIfd(
const
QSharedPointer<WorkflowContext>& pContext);
28
void
run()
override
;
29
30
private
Q_SLOTS:
31
void
onUserError();
32
33
public
:
34
void
onEntry
(QEvent* pEvent)
override
;
35
};
36
37
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
IfdServiceContext.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< IfdServiceContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:20
governikus::StateEnterPacePasswordIfd::StateBuilder
friend class StateBuilder
Definition
StateEnterPacePasswordIfd.h:23
governikus::StateEnterPacePasswordIfd::onEntry
void onEntry(QEvent *pEvent) override
Definition
StateEnterPacePasswordIfd.cpp:38
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
ifd
states
StateEnterPacePasswordIfd.h
Erzeugt von
1.13.2