#include "qtcompat.h"#include <qmap.h>#include <qstringlist.h>#include <QICON>#include "invalidmenuexception.h"Classes | |
| class | gui::Menu |
| Menu and Toolbar management. More... | |
Namespaces | |
| namespace | gui |
Graphical user interface namespace. | |
Typedefs | |
| typedef QMap< QString, int > | gui::ActionMap |
| typedef QMap< int, QString > | gui::ActionMapInverse |
| typedef QMap< QString, ToolBar * > | gui::ToolBarList |
| typedef QMap< QString, QString > | gui::AccelList |
| typedef QMap< QString, Q_PopupMenu * > | gui::MenuCache |
| typedef QMap< QMenuData *, QString > | gui::MenuAccels |
| typedef QMap< QString, QString > | gui::MenuNames |
| typedef std::pair< QMenuData *, int > | gui::MenuItemsValue |
| typedef std::pair< QString, int > | gui::MapKey |
| typedef QMap< MapKey, MenuItemsValue > | gui::MenuItems |
| typedef QMap< MapKey, QWidget * > | gui::ToolbarItems |
Variables | |
| const char | gui::MENUDEF_SEPARATOR = ',' |
| const char | gui::MENULIST_SEPARATOR = ',' |
| const char | gui::TOOLBARLIST_SEPARATOR = ',' |