summaryrefslogtreecommitdiff
path: root/Layout/LayoutHelp.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-19 12:43:39 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-19 12:43:39 -0600
commit11412cbac7021dd8aee14ac4f1dc25994c9ab45b (patch)
treec36accb42e1c2ef3711d1f2e80fe7eb99dc6d13b /Layout/LayoutHelp.h
parenta683f4689264f85953c246ac15492bad25974197 (diff)
downloadmtdot-box-evb-factory-firmware-11412cbac7021dd8aee14ac4f1dc25994c9ab45b.tar.gz
mtdot-box-evb-factory-firmware-11412cbac7021dd8aee14ac4f1dc25994c9ab45b.tar.bz2
mtdot-box-evb-factory-firmware-11412cbac7021dd8aee14ac4f1dc25994c9ab45b.zip
add info line to help layout
Diffstat (limited to 'Layout/LayoutHelp.h')
-rw-r--r--Layout/LayoutHelp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Layout/LayoutHelp.h b/Layout/LayoutHelp.h
index 58ddf7c..44e70d5 100644
--- a/Layout/LayoutHelp.h
+++ b/Layout/LayoutHelp.h
@@ -11,6 +11,8 @@ class LayoutHelp : public Layout {
void display();
void updateMode(std::string mode);
void updateDescription(std::string description);
+ void updateMsg(std::string msg);
+ void removeMsg();
void updateSw1(std::string s);
void updateSw2(std::string s);
@@ -20,6 +22,7 @@ class LayoutHelp : public Layout {
Field _fMode;
Field _fDesc;
+ Field _fMsg;
Field _fSw1;
Field _fSw2;