20 Q_PLUGIN_METADATA(IID
"governikus.UIPlugIn" FILE
"metadata.json")
21 Q_INTERFACES(governikus::UIPlugIn)
27 inline void callFireMessage(
const QByteArray& pMsg,
bool pLogging =
true);
37 void doShutdown()
override;
38 void onWorkflowStarted(QSharedPointer<WorkflowContext> pContext)
override;
39 void onWorkflowFinished(QSharedPointer<WorkflowContext> pContext)
override;
41 void onStateChanged(
const QString& pNewState);
Definition: MessageDispatcher.h:26
Definition: ReaderInfo.h:17
Definition: UIPlugInJson.h:18
void setEnabled(bool pEnable=true)
Definition: UIPlugInJson.cpp:27
~UIPlugInJson() override=default
UIPlugInJson()
Definition: UIPlugInJson.cpp:19
void fireMessage(const QByteArray &pMsg)
void doMessageProcessing(const QByteArray &pMsg)
Definition: UIPlugInJson.cpp:110
bool isEnabled() const
Definition: UIPlugInJson.cpp:51
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15