1.7 KiB
1.7 KiB
WindowsWindow
命名空间: XCEngine::Platform
类型: class
头文件: XCEngine/Platform/Windows/WindowsWindow.h
描述: 定义 XCEngine/Platform/Windows 子目录中的 WindowsWindow public API。
概述
WindowsWindow.h 是 XCEngine/Platform/Windows 子目录 下的 public header,当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
声明概览
| 声明 | 类型 | 说明 |
|---|---|---|
WindowsWindow |
class |
继承自 Window 的公开声明。 |
公共方法
| 方法 | 描述 |
|---|---|
| WindowsWindow() | 构造对象。 |
| ~WindowsWindow() | 销毁对象并释放相关资源。 |
| Create | 创建新对象或资源。 |
| Destroy | 公开方法,详见头文件声明。 |
| GetHandle | 获取相关状态或对象。 |
| PumpEvents | 公开方法,详见头文件声明。 |
| SetTitle | 设置相关状态或配置。 |
| SetFullscreen | 设置相关状态或配置。 |
| IsFullscreen | 查询当前状态。 |
| Minimize | 公开方法,详见头文件声明。 |
| Maximize | 公开方法,详见头文件声明。 |
| Restore | 公开方法,详见头文件声明。 |
| ShouldClose | 公开方法,详见头文件声明。 |
| GetNativeHandle | 获取相关状态或对象。 |
| SetMessageCallback | 设置相关状态或配置。 |