AusweisApp
Lade ...
Suche ...
Keine Treffer
StateCheckApplet.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_StateCheckApplet;
15
16
17
namespace
governikus
18
{
19
20
class
StateCheckApplet
21
:
public
AbstractState
22
,
public
GenericContextContainer
<PersonalizationContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
friend
class ::test_StateCheckApplet;
27
28
private
:
29
explicit
StateCheckApplet
(
const
QSharedPointer<WorkflowContext>& pContext);
30
void
run()
override
;
31
32
private
Q_SLOTS:
33
void
onCommandDone(
const
QVariant& pResult);
34
35
Q_SIGNALS:
36
void
fireInstallApplet
();
37
void
fireDeleteApplet
();
38
void
fireDeletePersonalization
();
39
40
};
41
42
}
// 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::StateCheckApplet
Definition
StateCheckApplet.h:23
governikus::StateCheckApplet::fireDeletePersonalization
void fireDeletePersonalization()
governikus::StateCheckApplet::fireDeleteApplet
void fireDeleteApplet()
governikus::StateCheckApplet::fireInstallApplet
void fireInstallApplet()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
personalization
states
StateCheckApplet.h
Erzeugt von
1.12.0