13class test_UiPluginAutomatic;
22 Q_PLUGIN_METADATA(IID
"governikus.UiPlugin" FILE
"metadata.json")
23 Q_INTERFACES(governikus::UiPlugin)
27 QSharedPointer<WorkflowContext> mContext;
30 bool mPrevUsedDeveloperMode;
32 [[nodiscard]]
bool isDominated() const;
33 void handleInsertCard();
34 void handleInsertCardScanFinished();
35 void handlePassword();
38 void onApplicationStarted() override;
39 void doShutdown() override;
40 void onWorkflowStarted(const QSharedPointer<
WorkflowRequest>& pRequest) override;
41 void onWorkflowFinished(const QSharedPointer<
WorkflowRequest>& pRequest) override;
42 void onUiDomination(const UiPlugin* pUi, const QString& pInformation,
bool pAccepted) override;
43 void onUiDominationReleased() override;
44 void onStateChanged(const QString& pState);
Definition UiPluginAutomatic.h:20
friend class ::test_UiPluginAutomatic
Definition UiPluginAutomatic.h:24
Definition WorkflowRequest.h:26
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17