AusweisApp2
StateChangePinResponse.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
10
#include "
context/IfdServiceContext.h
"
11
#include "
states/AbstractState.h
"
12
#include "
states/GenericContextContainer.h
"
13
14
namespace
governikus
15
{
16
17
class
StateChangePinResponse
18
:
public
AbstractState
19
,
public
GenericContextContainer
<IfdServiceContext>
20
{
21
Q_OBJECT
22
friend
class
StateBuilder
;
23
24
private
:
25
explicit
StateChangePinResponse
(
const
QSharedPointer<WorkflowContext>& pContext);
26
void
run()
override
;
27
28
Q_SIGNALS:
29
void
firePacePasswordModified
();
30
};
31
32
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
IfdServiceContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateChangePinResponse
Definition:
StateChangePinResponse.h:20
governikus::StateChangePinResponse::firePacePasswordModified
void firePacePasswordModified()
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
ifd
states
StateChangePinResponse.h
Erzeugt von
1.9.1