![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions relating to the Blamite UI system. More...
Namespaces | |
ImGUI | |
Namespace for anything related to ImGUI. | |
Qt | |
Themes | |
Namespace for anything relating to engine UI themes. | |
Functions | |
BLAM bool | Initialize () |
BLAM void | Render () |
BLAM void | Shutdown () |
BLAM BlamUIWidget_Group * | GetUIRoot () |
BLAM std::string | GetWidgetAnchorLabel (BlamWidgetAnchor anchor_position) |
BLAM bool | LoadFromCUIScreenTag (std::string tag_path, cui_screen *cusc_tag) |
BLAM BlamUIWidget_CrashScreen * | GetCrashScreenWidget () |
Namespace containing functions relating to the Blamite UI system.
BlamUIWidget_CrashScreen * Blam::UI::GetCrashScreenWidget | ( | ) |
BlamUIWidget_Group * Blam::UI::GetUIRoot | ( | ) |
std::string Blam::UI::GetWidgetAnchorLabel | ( | BlamWidgetAnchor | anchor_position | ) |
bool Blam::UI::Initialize | ( | ) |
bool Blam::UI::LoadFromCUIScreenTag | ( | std::string | tag_path, |
cui_screen * | cusc_tag | ||
) |
void Blam::UI::Render | ( | ) |
void Blam::UI::Shutdown | ( | ) |