Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
cui_screen.h File Reference
+ Include dependency graph for cui_screen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cui_screen
 
class  CuiScreenTagClass
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Content
 
 Blam::Content::Tags
 Namespace containing functions related to tag data.
 

Macros

#define BLAM
 

Enumerations

enum  cui_widget_anchor : uint8_t {
  cui_widget_anchor::top_center, cui_widget_anchor::center, cui_widget_anchor::bottom_center, cui_widget_anchor::top_left,
  cui_widget_anchor::center_left, cui_widget_anchor::bottom_left, cui_widget_anchor::top_right, cui_widget_anchor::center_right,
  cui_widget_anchor::bottom_right, cui_widget_anchor::top_fill, cui_widget_anchor::left_fill, cui_widget_anchor::right_fill,
  cui_widget_anchor::bottom_fill, cui_widget_anchor::fill
}
 

Functions

BLAM cui_screenBlam::Content::Tags::GetCuiScreenTag (std::string tag_path)
 

Macro Definition Documentation

◆ BLAM

#define BLAM

Enumeration Type Documentation

◆ cui_widget_anchor

enum cui_widget_anchor : uint8_t
strong
Enumerator
top_center 
center 
bottom_center 
top_left 
center_left 
bottom_left 
top_right 
center_right 
bottom_right 
top_fill 
left_fill 
right_fill 
bottom_fill 
fill