#include <vector>Include dependency graph for MenuWeb.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Cgi |
Classes | |
| struct | Cgi::MENUITEM |
| Menu item definition struct. More... | |
| class | Cgi::MenuWeb |
| Automatic menu creation functionality added to Web class. More... | |
Typedefs | |
| typedef std::vector< MENUITEM * > | Cgi::menuitem_v |
Enumerations | |
| enum | { Cgi::MENUITEM_TYPE_FORM = 1, Cgi::MENUITEM_TYPE_SEPARATOR, Cgi::MENUITEM_TYPE_URL, Cgi::MENUITEM_TYPE_IMAGE } |
| Menuitems. More... | |
| enum | { Cgi::MENU_STYLE_FRAME_LEFT = 1, Cgi::MENU_STYLE_TOP, Cgi::MENU_STYLE_LEFT } |
| Menu styles enumerated. More... | |
1.3.7