From 11412cbac7021dd8aee14ac4f1dc25994c9ab45b Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 19 Nov 2015 12:43:39 -0600 Subject: add info line to help layout --- Layout/LayoutHelp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Layout/LayoutHelp.h') 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; -- cgit v1.2.3