AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateSupportInfo.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
context/PersonalizationContext.h
"
8
#include "
states/AbstractState.h
"
9
#include "
states/GenericContextContainer.h
"
10
11
#include <QVariant>
12
13
14
class
test_StateUpdateSupportInfo;
15
16
17
namespace
governikus
18
{
19
20
class
StateUpdateSupportInfo
21
:
public
AbstractState
22
,
public
GenericContextContainer
<PersonalizationContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
friend
class ::test_StateUpdateSupportInfo;
27
28
private
:
29
explicit
StateUpdateSupportInfo
(
const
QSharedPointer<WorkflowContext>& pContext);
30
void
run()
override
;
31
void
handleEidServiceResult(
const
EidServiceResult
& pResult);
32
void
handleEidSupportStatus(
const
EidSupportStatus
& pStatus);
33
34
private
Q_SLOTS:
35
void
onCommandDone(
const
QVariant& pResult);
36
37
public
Q_SLOTS:
38
void
onUserCancelled
()
override
;
39
40
Q_SIGNALS:
41
void
fireUpdateAvailable
();
42
43
};
44
45
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateUpdateSupportInfo
Definition
StateUpdateSupportInfo.h:23
governikus::StateUpdateSupportInfo::fireUpdateAvailable
void fireUpdateAvailable()
governikus::StateUpdateSupportInfo::onUserCancelled
void onUserCancelled() override
Definition
StateUpdateSupportInfo.cpp:146
EidServiceResult
EidServiceResult
Definition
eid_applet_results.h:92
EidSupportStatus
EidSupportStatus
Definition
eid_applet_results.h:58
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
personalization
states
StateUpdateSupportInfo.h
Erzeugt von
1.12.0