WindowManager Class
Definition
Line
11
of
System.Screen/WindowManager.cm
Constructors & Destructor
public
nothrow
WindowManager
()
Member Functions
public
void
AddWindow
(
Control
* window)
public
Control
*
GetWindow
(
int
windowHandle)
const
public
void
RemoveWindow
(
Control
* window)
Member Variables
private
int
nextWindowHandle
private
Map
<
int
,
Control
*,
Less
<
int
>>
windowMap
Constructor& Destructor Details
WindowManager Constructor
public
nothrow
WindowManager()
Definition
Line
13
of
System.Screen/WindowManager.cm
Member Function Details
AddWindow Member Function
public
void
AddWindow(
Control
* window)
Definition
Line
16
of
System.Screen/WindowManager.cm
GetWindow Member Function
public
Control
* GetWindow(
int
windowHandle)
Definition
Line
21
of
System.Screen/WindowManager.cm
RemoveWindow Member Function
public
void
RemoveWindow(
Control
* window)
Definition
Line
34
of
System.Screen/WindowManager.cm