From 6d7f26f4bf794c0faa79370dd788d90391542d30 Mon Sep 17 00:00:00 2001 From: willemferguson Date: Thu, 28 Nov 2019 21:04:52 +0200 Subject: Desktop: add additional star widgets to Information tab Connect the UI to the underlying dive structure. Enable proper initialisation and management of star widgets while Information tab is active. Enable undo for the addtional star widgets. Signed-off-by: willemferguson Signed-off-by: Dirk Hohndel --- commands/command.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'commands/command.h') diff --git a/commands/command.h b/commands/command.h index 8fbed5069..1b7e65394 100644 --- a/commands/command.h +++ b/commands/command.h @@ -64,6 +64,10 @@ int editMode(int index, int newValue, bool currentDiveOnly); int editNumber(int newValue, bool currentDiveOnly); int editRating(int newValue, bool currentDiveOnly); int editVisibility(int newValue, bool currentDiveOnly); +int editWaveSize(int newValue, bool currentDiveOnly); +int editCurrent(int newValue, bool currentDiveOnly); +int editSurge(int newValue, bool currentDiveOnly); +int editChill(int newValue, bool currentDiveOnly); int editAirTemp(int newValue, bool currentDiveOnly); int editWaterTemp(int newValue, bool currentDiveOnly); int editAtmPress(int newValue, bool currentDiveOnly); -- cgit v1.2.3-70-g09d2