AusweisApp
Lade ...
Suche ...
Keine Treffer
StateGetServiceInformation.h
gehe zur Dokumentation dieser Datei
1
4
8
9
#pragma once
10
11
#include "
context/PersonalizationContext.h
"
12
#include "
states/AbstractState.h
"
13
#include "
states/GenericContextContainer.h
"
14
15
#include <QVariant>
16
17
class
test_StateGetServiceInformation;
18
19
namespace
governikus
20
{
21
22
class
StateGetServiceInformation
23
:
public
AbstractState
24
,
public
GenericContextContainer
<PersonalizationContext>
25
{
26
Q_OBJECT
27
friend
class
StateBuilder
;
28
friend
class ::test_StateGetServiceInformation;
29
30
private
:
31
explicit
StateGetServiceInformation(
const
QSharedPointer<WorkflowContext>& pContext);
32
void
run()
override
;
33
34
private
Q_SLOTS:
35
void
onCommandDone(
const
QVariant& pResult);
36
};
37
38
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< PersonalizationContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:27
governikus::StateGetServiceInformation::StateBuilder
friend class StateBuilder
Definition
StateGetServiceInformation.h:27
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
personalization
states
StateGetServiceInformation.h
Erzeugt von
1.13.1