diff options
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r-- | metawatch/metawatch.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index 5d7534a..f411a7e 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -167,10 +167,13 @@ protected: QStringList _buttonNames; // Current watch state + /** The watch's currently displayed date & time. */ QDateTime _watchTime; + /** The current watch battery level (from 0 to 100). */ short _watchBattery; - short _watchBatteryAverage; + /** Whether the watch is currently charging. */ bool _watchCharging; + /** The watch's current display mode. */ Mode _currentMode; /** The mode where paint operations done using QPaintDevice go into */ Mode _paintMode; |