F746 GUI over lapping class.
Dependents: DISCO-F746NG_test001
Revision 2:d7dc710446a8, committed 2016-07-02
- Comitter:
- InoueTakashi
- Date:
- Sat Jul 02 05:38:23 2016 +0000
- Parent:
- 1:36e616bde4b8
- Commit message:
- Add Destructer
Changed in this revision
ButtonGroupOL.cpp | Show annotated file Show diff for this revision Revisions of this file |
NumericLabelOL.hpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 36e616bde4b8 -r d7dc710446a8 ButtonGroupOL.cpp --- a/ButtonGroupOL.cpp Fri Jun 24 01:19:30 2016 +0000 +++ b/ButtonGroupOL.cpp Sat Jul 02 05:38:23 2016 +0000 @@ -52,7 +52,11 @@ ; } - + ButtonGroupOL::~ButtonGroupOL() + { + ; + } + }
diff -r 36e616bde4b8 -r d7dc710446a8 NumericLabelOL.hpp --- a/NumericLabelOL.hpp Fri Jun 24 01:19:30 2016 +0000 +++ b/NumericLabelOL.hpp Sat Jul 02 05:38:23 2016 +0000 @@ -21,6 +21,8 @@ { Draw(fmt, val, textColor, backColor); } + + // Draw value void Draw(const char fmt[], T val, uint32_t txt_color, uint32_t bak_color)