summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 1f2790854..2812ae08f 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -62,6 +62,8 @@ public:
QString DC_devName() const;
void DC_setDevName(const QString& devName);
+ Q_INVOKABLE void retrieveBluetoothName();
+
QString DC_devBluetoothName() const;
void DC_setDevBluetoothName(const QString& devBluetoothName);
@@ -165,6 +167,16 @@ public slots:
void deleteDive(int id);
void copyDiveData(int id);
void pasteDiveData(int id);
+ bool toggleDiveSite(bool toggle);
+ bool toggleNotes(bool toggle);
+ bool toggleDiveMaster(bool toggle);
+ bool toggleBuddy(bool toggle);
+ bool toggleSuit(bool toggle);
+ bool toggleRating(bool toggle);
+ bool toggleVisibility(bool toggle);
+ bool toggleTags(bool toggle);
+ bool toggleCylinders(bool toggle);
+ bool toggleWeights(bool toggle);
bool undoDelete(int id);
QString addDive();
void addDiveAborted(int id);