Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::UI Namespace Reference

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_GroupGetUIRoot ()
 
BLAM std::string GetWidgetAnchorLabel (BlamWidgetAnchor anchor_position)
 
BLAM bool LoadFromCUIScreenTag (std::string tag_path, cui_screen *cusc_tag)
 
BLAM BlamUIWidget_CrashScreenGetCrashScreenWidget ()
 

Detailed Description

Namespace containing functions relating to the Blamite UI system.

Function Documentation

◆ GetCrashScreenWidget()

BlamUIWidget_CrashScreen * Blam::UI::GetCrashScreenWidget ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetUIRoot()

BlamUIWidget_Group * Blam::UI::GetUIRoot ( )
+ Here is the caller graph for this function:

◆ GetWidgetAnchorLabel()

std::string Blam::UI::GetWidgetAnchorLabel ( BlamWidgetAnchor  anchor_position)
+ Here is the caller graph for this function:

◆ Initialize()

bool Blam::UI::Initialize ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadFromCUIScreenTag()

bool Blam::UI::LoadFromCUIScreenTag ( std::string  tag_path,
cui_screen cusc_tag 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Render()

void Blam::UI::Render ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Shutdown()

void Blam::UI::Shutdown ( )
+ Here is the caller graph for this function: