Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

menuMgr Class Reference

#include <menuMgr.h>

Inheritance diagram for menuMgr:

Inheritance graph
[legend]
Collaboration diagram for menuMgr:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

menuMgr::menuMgr  
 

virtual menuMgr::~menuMgr   [virtual]
 


Member Function Documentation

void menuMgr::add int    menu,
string    help
 

void menuMgr::add int    menu,
string    key,
string    message,
int    retMenu
 

void menuMgr::add int    menu,
string    key,
string    message,
func    function
 

bool menuMgr::done  
 

string menuMgr::getMapped string    old
 

void menuMgr::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.

void menuMgr::menuMgr::addHeader int    menu,
string    header
 

void menuMgr::setDone bool    b
 

void menuMgr::show int    Menu
 

void menuMgr::wait  
 

Wait for input from user will display a prompt for a key to be pushed.


Member Data Documentation

bool menuMgr::m_done
 


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 20:19:18 2001 for University People Management System by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001