21 Q_PLUGIN_METADATA(IID
"governikus.UIPlugIn" FILE
"metadata.json")
22 Q_INTERFACES(governikus::UIPlugIn)
25 QPointer<UIPlugInJson> mJson;
26 QSharedPointer<WorkflowContext> mContext;
29 void onApplicationStarted()
override;
30 void doShutdown()
override;
31 void onWorkflowStarted(
const QSharedPointer<WorkflowRequest>& pRequest)
override;
32 void onWorkflowFinished(
const QSharedPointer<WorkflowRequest>& pRequest)
override;
33 void onJsonMessage(
const QByteArray& pMessage);
Definition UIPlugInFunctional.h:19
~UIPlugInFunctional() override=default
UIPlugInFunctional()
Definition UIPlugInFunctional.cpp:20
void doMessageProcessing(const QByteArray &pMsg)
Definition UIPlugInFunctional.cpp:105
bool initialize() override
Definition UIPlugInFunctional.cpp:28
void doQuitApplicationRequest()
Definition UIPlugInFunctional.cpp:111
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16