13class test_UiPluginScheme;
28 Q_PLUGIN_METADATA(IID
"governikus.UiPlugin" FILE
"metadata.json")
29 Q_INTERFACES(governikus::UiPlugin)
38 void operator=(
const QString& pOther)
40 QString::operator=(pOther);
46 void sendRedirect(
const Referrer& pReferrer,
const QUrl& pRedirectAddress)
const;
49 void onCustomUrl(
const QUrl& pUrl);
50 void doShutdown()
override;
51 void onWorkflowStarted(
const QSharedPointer<WorkflowRequest>& pRequest)
override;
52 void onWorkflowFinished(
const QSharedPointer<WorkflowRequest>& pRequest)
override;
53 void onWorkflowUnhandled(
const QSharedPointer<WorkflowRequest>& pRequest)
override;
~UiPluginScheme() override
Definition UiPluginScheme.cpp:33
UiPluginScheme()
Definition UiPluginScheme.cpp:24
friend class ::test_UiPluginScheme
Definition UiPluginScheme.h:31
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17