AusweisApp
 
Lade ...
Suche ...
Keine Treffer
MsgHandlerWorkflows.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "MsgHandler.h"
9
10namespace governikus
11{
12
14 : public MsgHandler
15{
16 protected:
17 void handleWorkflowProperties(const QJsonObject& pObj, MsgContext& pContext) const;
18
19 void initMessages(const QJsonObject& pUi) const;
20 void initDeveloperMode(const QJsonValue& pValue) const;
21 void initHandleInterrupt(const QJsonValue& pValue, const MsgContext& pContext) const;
22 void initProgressStatus(const QJsonValue& pValue, MsgContext& pContext) const;
23 void setError(const QLatin1String pError);
24
25 using MsgHandler::MsgHandler;
26};
27
28
29} // namespace governikus
Definition MsgContext.h:15
Definition MsgHandlerWorkflows.h:15
MsgHandler(MsgType pType)
Definition MsgHandler.cpp:67
void handleWorkflowProperties(const QJsonObject &pObj, MsgContext &pContext) const
Definition MsgHandlerWorkflows.cpp:12
void initMessages(const QJsonObject &pUi) const
Definition MsgHandlerWorkflows.cpp:21
void initHandleInterrupt(const QJsonValue &pValue, const MsgContext &pContext) const
Definition MsgHandlerWorkflows.cpp:35
void initProgressStatus(const QJsonValue &pValue, MsgContext &pContext) const
Definition MsgHandlerWorkflows.cpp:54
void setError(const QLatin1String pError)
Definition MsgHandlerWorkflows.cpp:63
void initDeveloperMode(const QJsonValue &pValue) const
Definition MsgHandlerWorkflows.cpp:44
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17