![]() |
Blamite Game Engine - Keystone
00436.08.03.25.2241.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
The Guerilla menu bar. More...
#include <guerilla_menubar.h>
Inheritance diagram for GuerillaMenubar:
Collaboration diagram for GuerillaMenubar:Public Member Functions | |
| GuerillaMenubar () | |
| Prepares the Guerilla menu bar. More... | |
Public Member Functions inherited from EditorMenuBar | |
| template<typename SlotFunction > | |
| QAction * | AddMenuAction (QMenu *menu, QString title, SlotFunction slot) |
| template<typename SlotFunction > | |
| QAction * | AddMenuAction (QMenu *menu, QString title, std::string icon_id, SlotFunction slot) |
| template<typename SlotFunction > | |
| QAction * | AddMenuAction (QMenu *menu, QString title, std::string icon_id, std::string icon_group, SlotFunction slot) |
| template<typename SlotFunction > | |
| QAction * | AddCheckableMenuAction (QMenu *menu, QString title, SlotFunction slot) |
| QAction * | AddMenuDummy (QMenu *menu, QString title) |
| QAction * | AddMenuDummy (QMenu *menu, QString title, std::string icon_id) |
| QAction * | AddMenuDummy (QMenu *menu, QString title, std::string icon_id, std::string icon_group) |
| void | SetMenuItemIcon (QAction *item, std::string icon_id, std::string icon_group="shared") |
The Guerilla menu bar.
| GuerillaMenubar::GuerillaMenubar | ( | ) |
Prepares the Guerilla menu bar.
Here is the call graph for this function: