AusweisApp
Lade ...
Suche ...
Keine Treffer
CompositeStateProcessCvcsAndSetRights.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "FailureCode.h"
8
9#include <QSharedPointer>
10#include <QState>
11
12
13namespace governikus
14{
15
16class WorkflowContext;
17
19 : public QState
20{
21 Q_OBJECT
22
23 private:
24 const QSharedPointer<WorkflowContext> mContext;
25
26 public:
27 explicit CompositeStateProcessCvcsAndSetRights(const QSharedPointer<WorkflowContext>& pContext);
29
30 Q_SIGNALS:
32 void fireAbort(const FailureCode& pFailure);
33};
34
35} // namespace governikus
CompositeStateProcessCvcsAndSetRights(const QSharedPointer< WorkflowContext > &pContext)
Definition CompositeStateProcessCvcsAndSetRights.cpp:19
void fireAbort(const FailureCode &pFailure)
Definition FailureCode.h:18
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17