AusweisApp2
Lade ...
Suche ...
Keine Treffer
StatePrepareApplet.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
context/PersonalizationContext.h
"
10
#include "
states/AbstractState.h
"
11
#include "
states/GenericContextContainer.h
"
12
13
#include <QVariant>
14
15
16
class
test_StatePrepareApplet;
17
18
19
namespace
governikus
20
{
21
22
class
StatePrepareApplet
23
:
public
AbstractState
24
,
public
GenericContextContainer
<PersonalizationContext>
25
{
26
Q_OBJECT
27
friend
class
StateBuilder
;
28
friend
class ::test_StatePrepareApplet;
29
30
private
:
31
explicit
StatePrepareApplet
(
const
QSharedPointer<WorkflowContext>& pContext);
32
void
run()
override
;
33
void
setProgress(
int
pProgress,
const
QString& pMessage,
int
pInitialValue = 0,
int
pMaxValue = 100)
const
;
34
35
private
Q_SLOTS:
36
void
onCommandDone(
const
QVariant& pResult);
37
38
public
Q_SLOTS:
39
void
onUserCancelled
()
override
;
40
41
};
42
43
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StatePrepareApplet
Definition:
StatePrepareApplet.h:25
governikus::StatePrepareApplet::onUserCancelled
void onUserCancelled() override
Definition:
StatePrepareApplet.cpp:164
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
personalization
states
StatePrepareApplet.h
Erzeugt von
1.9.6