AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangePinResponse.h
gehe zur Dokumentation dieser Datei
1
4
5
#pragma once
6
7
8
#include "
context/IfdServiceContext.h
"
9
#include "
states/AbstractState.h
"
10
#include "
states/GenericContextContainer.h
"
11
12
namespace
governikus
13
{
14
15
class
StateChangePinResponse
16
:
public
AbstractState
17
,
public
GenericContextContainer
<IfdServiceContext>
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
22
private
:
23
explicit
StateChangePinResponse(
const
QSharedPointer<WorkflowContext>& pContext);
24
void
run()
override
;
25
26
Q_SIGNALS:
27
void
firePacePasswordModified
();
28
};
29
30
}
// 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::StateChangePinResponse::StateBuilder
friend class StateBuilder
Definition
StateChangePinResponse.h:20
governikus::StateChangePinResponse::firePacePasswordModified
void firePacePasswordModified()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
ifd
states
StateChangePinResponse.h
Erzeugt von
1.14.0