|
SavvyUI C++ UI Library
|
#include <MenuBar.h>
Public Member Functions | |
| Menu () | |
| virtual | ~Menu () |
| MenuHandle | getHandle () |
| void | addTextItem (long actionId, const wstring &text) |
| Menu * | addPopupItem (const wstring &text) |
| void | addSeparatorItem () |
Public Attributes | |
| wstring | _menuName |
| vector< MenuItem * > | _items |
| Bounds | _menuNameRect |
| Menu::Menu | ( | ) |
|
virtual |
| Menu * Menu::addPopupItem | ( | const wstring & | text | ) |
| void Menu::addSeparatorItem | ( | ) |
| void Menu::addTextItem | ( | long | actionId, |
| const wstring & | text ) |
| MenuHandle Menu::getHandle | ( | ) |
| vector<MenuItem *> Menu::_items |
| wstring Menu::_menuName |
| Bounds Menu::_menuNameRect |