![]() |
Blamite Game Engine - Keystone
00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
The Guerilla menu bar. More...
#include <guerilla_menubar.h>
Public Member Functions | |
GuerillaMenubar () | |
Prepares the Guerilla menu bar. More... | |
![]() | |
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.