AusweisApp
Lade ...
Suche ...
Keine Treffer
StateDestroyPace.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "AbstractState.h"
9
10class test_StateDestroyPace;
11
12namespace governikus
13{
14
15class 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(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateDestroyPace.h:20
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17