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