15class test_MsgHandlerAuth;
16class test_MsgHandlerPersonalization;
25 Q_PLUGIN_METADATA(IID
"governikus.UIPlugIn" FILE
"metadata.json")
26 Q_INTERFACES(governikus::UIPlugIn)
34 inline
void callFireMessage(const QByteArray& pMsg,
bool pLogging = true);
44 void doShutdown() override;
45 void onWorkflowStarted(const QSharedPointer<
WorkflowRequest>& pRequest) override;
46 void onWorkflowFinished(const QSharedPointer<
WorkflowRequest>& pRequest) override;
47 void onCardInfoChanged(const
ReaderInfo& pInfo);
49 void onStateChanged(const QString& pNewState);
50 void onProgressChanged();
Definition MessageDispatcher.h:29
Definition ReaderInfo.h:18
Definition UIPlugInJson.h:23
void setEnabled(bool pEnable=true)
Definition UIPlugInJson.cpp:28
void fireMessage(const QByteArray &pMsg)
void doMessageProcessing(const QByteArray &pMsg)
Definition UIPlugInJson.cpp:136
friend class ::test_MsgHandlerPersonalization
Definition UIPlugInJson.h:28
bool isEnabled() const
Definition UIPlugInJson.cpp:54
friend class ::test_MsgHandlerAuth
Definition UIPlugInJson.h:27
Definition WorkflowRequest.h:26
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16