Cyrus Mod Loader
Loading...
Searching...
No Matches
WindowFlags Namespace Reference

Namespace containing flags for window properties. More...

Variables

constexpr uint32_t VISIBLE = 1 << 0
 Flag indicating that the window is visible.
 
constexpr uint32_t NOCLIP = 1 << 1
 Flag indicating that the window does not have clipping.
 
constexpr uint32_t DOCK_OUTSIDE = 1 << 2
 Flag indicating that the window is docked outside.
 
constexpr uint32_t DOCK_LEFT = 1 << 3
 Flag indicating that the window is docked to the left.
 
constexpr uint32_t DOCK_TOP = 1 << 4
 Flag indicating that the window is docked to the top.
 
constexpr uint32_t DOCK_RIGHT = 1 << 5
 Flag indicating that the window is docked to the right.
 
constexpr uint32_t DOCK_BOTTOM = 1 << 6
 Flag indicating that the window is docked to the bottom.
 
constexpr uint32_t PARENT_SIZE = 1 << 7
 Flag indicating that the window size is the same size as its parent.
 
constexpr uint32_t PARENT_WIDTH = 1 << 8
 Flag indicating that the window width is the same width as its parent.
 
constexpr uint32_t PARENT_HEIGHT = 1 << 9
 Flag indicating that the window height is the same height as its parent.
 
constexpr uint32_t HCENTER = 1 << 10
 Flag indicating that the window is horizontally centered.
 
constexpr uint32_t VCENTER = 1 << 11
 Flag indicating that the window is vertically centered.
 
constexpr uint32_t DISABLED = 1 << 12
 Flag indicating that the window is disabled.
 

Detailed Description

Namespace containing flags for window properties.

Variable Documentation

◆ DISABLED

uint32_t WindowFlags::DISABLED = 1 << 12
constexpr

Flag indicating that the window is disabled.

◆ DOCK_BOTTOM

uint32_t WindowFlags::DOCK_BOTTOM = 1 << 6
constexpr

Flag indicating that the window is docked to the bottom.

◆ DOCK_LEFT

uint32_t WindowFlags::DOCK_LEFT = 1 << 3
constexpr

Flag indicating that the window is docked to the left.

◆ DOCK_OUTSIDE

uint32_t WindowFlags::DOCK_OUTSIDE = 1 << 2
constexpr

Flag indicating that the window is docked outside.

◆ DOCK_RIGHT

uint32_t WindowFlags::DOCK_RIGHT = 1 << 5
constexpr

Flag indicating that the window is docked to the right.

◆ DOCK_TOP

uint32_t WindowFlags::DOCK_TOP = 1 << 4
constexpr

Flag indicating that the window is docked to the top.

◆ HCENTER

uint32_t WindowFlags::HCENTER = 1 << 10
constexpr

Flag indicating that the window is horizontally centered.

◆ NOCLIP

uint32_t WindowFlags::NOCLIP = 1 << 1
constexpr

Flag indicating that the window does not have clipping.

◆ PARENT_HEIGHT

uint32_t WindowFlags::PARENT_HEIGHT = 1 << 9
constexpr

Flag indicating that the window height is the same height as its parent.

◆ PARENT_SIZE

uint32_t WindowFlags::PARENT_SIZE = 1 << 7
constexpr

Flag indicating that the window size is the same size as its parent.

◆ PARENT_WIDTH

uint32_t WindowFlags::PARENT_WIDTH = 1 << 8
constexpr

Flag indicating that the window width is the same width as its parent.

◆ VCENTER

uint32_t WindowFlags::VCENTER = 1 << 11
constexpr

Flag indicating that the window is vertically centered.

◆ VISIBLE

uint32_t WindowFlags::VISIBLE = 1 << 0
constexpr

Flag indicating that the window is visible.