12 Q_PROPERTY(
bool storeRunning READ isStoreRunning NOTIFY storeRunningChanged)
13 Q_PROPERTY(
bool autoConnect READ isAutoConnect WRITE setAutoConnect NOTIFY autoConnectChanged)
18 Q_INVOKABLE
virtual bool start() = 0;
19 Q_INVOKABLE
virtual bool stop() = 0;
20 Q_INVOKABLE
virtual bool erase() = 0;
21 virtual bool isStoreRunning()
const = 0;
22 bool isAutoConnect()
const;
23 void setAutoConnect(
bool _v);
26 void autoConnectChanged();
27 void storeRunningChanged();