Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG
Fork of F746_GUI by
Diff: SeekBar.hpp
- Revision:
- 16:b2762ec08863
- Parent:
- 15:0511a08a3c09
- Child:
- 28:e2b7ea78b7a0
--- a/SeekBar.hpp Mon Jul 11 05:20:33 2016 +0000
+++ b/SeekBar.hpp Tue Jul 12 02:23:26 2016 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// SeekBar class -- Header
//
-// 2016/07/11, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/07/12, Copyright (c) 2016 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_SEEKBAR_HPP
@@ -49,7 +49,7 @@
uint32_t colorH = 0xFFB0B0B0,
uint32_t backColor = GuiBase::ENUM_BACK);
- ~SeekBar();
+ virtual ~SeekBar();
bool Slide();
float GetValue() { return v_; }
@@ -75,7 +75,7 @@
const float MIN_, MAX_;
const Orientation ORIENT_;
- Label **labelLCR_;
+ Label *labelLCR_[3];
float v_; // value of seekbar
bool labelOn_;
bool slided_;
