AusweisApp
Lade ...
Suche ...
Keine Treffer
StateDestroyPace.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
10
class
test_StateDestroyPace;
11
12
namespace
governikus
13
{
14
15
class
StateDestroyPace
16
:
public
AbstractState
17
,
public
GenericContextContainer
<WorkflowContext>
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
friend
class ::test_StateDestroyPace;
22
23
private
:
24
explicit
StateDestroyPace
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
25
void
run()
override
;
26
27
private
Q_SLOTS
:
28
void
onDestroyPaceDone(
QSharedPointer<BaseCardCommand>
pCommand
);
29
};
30
31
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateDestroyPace
Definition
StateDestroyPace.h:18
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
base
states
StateDestroyPace.h
Erzeugt von
1.10.0