15 #include <QSharedPointer>
21 class WorkflowContext;
49 bool mBluetoothResponding;
52 void onWifiEnabledChanged();
74 void fireNfcEnabledChanged();
bool bluetoothEnabled
Definition: ApplicationModel.h:31
void setBluetoothEnabled(bool pEnabled)
Definition: ApplicationModel.cpp:138
ReaderManagerPlugInInfo getFirstPlugInInfo(ReaderManagerPlugInType pType) const
Definition: ApplicationModel.cpp:82
bool locationPermissionRequired() const
QSharedPointer< WorkflowContext > mContext
Definition: ApplicationModel.h:41
void fireCertificateRemoved(QString pDeviceName)
bool wifiEnabled
Definition: ApplicationModel.h:36
void fireBluetoothReaderChanged()
bool isNfcAvailable() const
Definition: ApplicationModel.cpp:96
bool isBluetoothResponding() const
Definition: ApplicationModel.cpp:126
bool isBluetoothAvailable() const
Definition: ApplicationModel.cpp:120
QString currentWorkflow
Definition: ApplicationModel.h:38
void fireCurrentWorkflowChanged()
void fireBluetoothEnabledChanged()
bool nfcAvailable
Definition: ApplicationModel.h:29
void fireSelectedReaderChanged()
bool foundSelectedReader() const
Definition: WorkflowContext.h:19
void fireNfcEnabledChanged()
Definition: ReaderManagerPlugInInfo.h:22
void resetContext(const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >())
Definition: ApplicationModel.cpp:67
bool isNfcEnabled() const
Definition: ApplicationModel.cpp:108
bool bluetoothAvailable
Definition: ApplicationModel.h:33
void fireBluetoothRespondingChanged()
Definition: ApplicationModel.h:23
bool bluetoothResponding
Definition: ApplicationModel.h:32
Q_INVOKABLE void enableWifi()
Definition: ApplicationModel.cpp:227
QString getCurrentWorkflow() const
Definition: ApplicationModel.cpp:191
Definition: WifiInfo.h:18
bool nfcEnabled
Definition: ApplicationModel.h:28
void onStatusChanged(const ReaderManagerPlugInInfo &pInfo)
Definition: ApplicationModel.cpp:27
void fireWifiEnabledChanged()
bool isBluetoothEnabled() const
Definition: ApplicationModel.cpp:132