AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerWorkflows.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "MsgHandler.h"
10#include "messages/MsgContext.h"
11
12namespace governikus
13{
14
16 : public MsgHandler
17{
18 protected:
19 void handleWorkflowProperties(const QJsonObject& pObj, MsgContext& pContext);
20
21 void initMessages(const QJsonObject& pUi);
22 void initDeveloperMode(const QJsonValue& pValue);
23 void initHandleInterrupt(const QJsonValue& pValue, const MsgContext& pContext);
24 void initProgressStatus(const QJsonValue& pValue, MsgContext& pContext);
25 void setError(const QLatin1String pError);
26
27 using MsgHandler::MsgHandler;
28};
29
30
31} // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerWorkflows.h:17
void initHandleInterrupt(const QJsonValue &pValue, const MsgContext &pContext)
Definition: MsgHandlerWorkflows.cpp:35
void initDeveloperMode(const QJsonValue &pValue)
Definition: MsgHandlerWorkflows.cpp:44
void initProgressStatus(const QJsonValue &pValue, MsgContext &pContext)
Definition: MsgHandlerWorkflows.cpp:54
void initMessages(const QJsonObject &pUi)
Definition: MsgHandlerWorkflows.cpp:21
void setError(const QLatin1String pError)
Definition: MsgHandlerWorkflows.cpp:63
void handleWorkflowProperties(const QJsonObject &pObj, MsgContext &pContext)
Definition: MsgHandlerWorkflows.cpp:12
Definition: MsgHandler.h:18
A simple template renderer.
Definition: ActivationContext.h:15