AusweisApp2
Lade ...
Suche ...
Keine Treffer
StatePrepareApplet.h
gehe zur Dokumentation dieser Datei
1
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
18
class
test_StatePrepareApplet;
19
20
21
namespace
governikus
22
{
23
24
class
StatePrepareApplet
25
:
public
AbstractState
26
,
public
GenericContextContainer
<PersonalizationContext>
27
{
28
Q_OBJECT
29
friend
class
StateBuilder
;
30
friend
class ::test_StatePrepareApplet;
31
32
private
:
33
explicit
StatePrepareApplet
(
const
QSharedPointer<WorkflowContext>& pContext);
34
void
run()
override
;
35
void
setProgress(
int
pProgress,
const
QString& pMessage,
int
pInitialValue = 0,
int
pMaxValue = 100)
const
;
36
37
private
Q_SLOTS:
38
void
onCommandDone(
const
QVariant& pResult);
39
40
public
Q_SLOTS:
41
void
onUserCancelled
()
override
;
42
43
};
44
45
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState
Definition
AbstractState.h:23
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::StateBuilder
Definition
StateBuilder.h:20
governikus::StatePrepareApplet
Definition
StatePrepareApplet.h:27
governikus::StatePrepareApplet::onUserCancelled
void onUserCancelled() override
Definition
StatePrepareApplet.cpp:164
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:16
src
workflows
personalization
states
StatePrepareApplet.h
Erzeugt von
1.9.7