40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
|
|
# UIEditorPanelContentHost
|
|||
|
|
|
|||
|
|
**命名空间**: `XCEngine`
|
|||
|
|
|
|||
|
|
**类型**: `enum class`
|
|||
|
|
|
|||
|
|
**头文件**: `XCEditor/Shell/UIEditorPanelContentHost.h`
|
|||
|
|
|
|||
|
|
**描述**: 定义 `XCEditor/Shell` 子目录中的 `UIEditorPanelContentHost` public API。
|
|||
|
|
|
|||
|
|
## 概述
|
|||
|
|
|
|||
|
|
`UIEditorPanelContentHost.h` 是 `XCEditor/Shell` 子目录 下的 public header,当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
|
|||
|
|
|
|||
|
|
## 声明概览
|
|||
|
|
|
|||
|
|
| 声明 | 类型 | 说明 |
|
|||
|
|
|------|------|------|
|
|||
|
|
| `UIEditorPanelContentHostEventKind` | `enum class` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostBinding` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostMountRequest` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostRequest` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostPanelState` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostState` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostEvent` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
| `UIEditorPanelContentHostFrame` | `struct` | 头文件中的公开声明。 |
|
|||
|
|
|
|||
|
|
## 枚举值
|
|||
|
|
|
|||
|
|
| 枚举值 | 数值 | 描述 |
|
|||
|
|
|--------|------|------|
|
|||
|
|
| `Mounted` | `0` | 枚举项。 |
|
|||
|
|
| `Unmounted` | - | 枚举项。 |
|
|||
|
|
| `BoundsChanged` | - | 枚举项。 |
|
|||
|
|
|
|||
|
|
## 相关文档
|
|||
|
|
|
|||
|
|
- [当前目录](../Shell.md) - 返回 `Shell` 平行目录
|
|||
|
|
- [API 总索引](../../../main.md) - 返回顶层索引
|