AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerWorkflows.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgHandler.h"
12#include "messages/MsgContext.h"
13
14namespace governikus
15{
16
18 : public MsgHandler
19{
20 protected:
21 void handleWorkflowProperties(const QJsonObject& pObj, MsgContext& pContext);
22
23 void initMessages(const QJsonObject& pUi);
24 void initDeveloperMode(const QJsonValue& pValue);
25 void initHandleInterrupt(const QJsonValue& pValue, const MsgContext& pContext);
26 void initProgressStatus(const QJsonValue& pValue, MsgContext& pContext);
27 void setError(const QLatin1String pError);
28
29 using MsgHandler::MsgHandler;
30};
31
32
33} // namespace governikus
Definition: MsgContext.h:19
Definition: MsgHandlerWorkflows.h:19
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:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16