Public Methods |
| void | wait () |
| | Wait for input from user will display a prompt for a key to be pushed. More...
|
| void | map (string option, string mappedTo) |
| | This will map one option to a new option to an new option, which will be in a menu already. More...
|
| bool | done () |
| void | show (int Menu) |
| void | add (int menu, string key, string message, func function) |
| void | add (int menu, string key, string message, int retMenu) |
| void | add (int menu, string help) |
| string | getMapped (string old) |
| void | menuMgr::addHeader (int menu, string header) |
| void | setDone (bool b) |
| | menuMgr () |
| virtual | ~menuMgr () |
Public Attributes |
| bool | m_done |