AusweisApp
Lade ...
Suche ...
Keine Treffer
StateDeletePersonalization.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_StateDeletePersonalization;
15
16
17
namespace
governikus
18
{
19
20
class
StateDeletePersonalization
21
:
public
AbstractState
22
,
public
GenericContextContainer
<PersonalizationContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
friend
class ::test_StateDeletePersonalization;
27
28
private
:
29
explicit
StateDeletePersonalization
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
30
void
run()
override
;
31
32
private
Q_SLOTS
:
33
void
onCommandDone(
const
QVariant
&
pResult
);
34
35
public
Q_SLOTS
:
36
void
onUserCancelled
()
override
;
37
38
};
39
40
}
// 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::StateDeletePersonalization
Definition
StateDeletePersonalization.h:23
governikus::StateDeletePersonalization::onUserCancelled
void onUserCancelled() override
Definition
StateDeletePersonalization.cpp:67
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
workflows
personalization
states
StateDeletePersonalization.h
Erzeugt von
1.10.0