![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Namespace for things related to the imgui menu bar. More...
Functions | |
| BLAM void | LoadMenubarLayout () |
| Loads the menu bar data from disk. More... | |
| BLAM void | ReloadMenubar () |
| Reloads the menu bar data from disk. More... | |
| BLAM void | ReleaseMenubar () |
| Releases the menu bar resources from memory. More... | |
| BLAM BlamMenubar * | GetMenuBar () |
| Retrieves the menu bar data. More... | |
Namespace for things related to the imgui menu bar.
Unlike previous iterations of the menu bar, the new menu bar is data-bound. That is, the contents and layout are customizable using the menu_bar_init.xml file, which is of a very similar structure to debug_menu_init.xml.
| BlamMenubar * Blam::Settings::Menubar::GetMenuBar | ( | ) |
Retrieves the menu bar data.
Here is the caller graph for this function:| void Blam::Settings::Menubar::LoadMenubarLayout | ( | ) |
Loads the menu bar data from disk.
Here is the call graph for this function:
Here is the caller graph for this function:| void Blam::Settings::Menubar::ReleaseMenubar | ( | ) |
Releases the menu bar resources from memory.
Here is the call graph for this function:
Here is the caller graph for this function:| void Blam::Settings::Menubar::ReloadMenubar | ( | ) |
Reloads the menu bar data from disk.
Here is the call graph for this function: