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: SeekbarGroup.hpp
- Revision:
- 16:b2762ec08863
- Parent:
- 13:9ae055fac9cf
- Child:
- 28:e2b7ea78b7a0
--- a/SeekbarGroup.hpp Mon Jul 11 05:20:33 2016 +0000
+++ b/SeekbarGroup.hpp Tue Jul 12 02:23:26 2016 +0000
@@ -1,7 +1,7 @@
//-----------------------------------------------------------
// SeekbarGroup class -- Header
//
-// 2016/05/30, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/07/12, Copyright (c) 2016 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_SEEKBAR_GROUP_HPP
@@ -24,7 +24,7 @@
uint32_t colorH = 0xFFB0B0B0,
uint32_t backColor = GuiBase::ENUM_BACK);
- ~SeekbarGroup();
+ virtual ~SeekbarGroup();
bool Slide(int num) { return seekBars_[num]->Slide(); }
float GetValue(int num) { return seekBars_[num]->GetValue(); }
