docs: add xceditor api tree and new resource docs

This commit is contained in:
2026-04-10 17:10:42 +08:00
parent 6b90c2f6c3
commit 66ae9ec919
189 changed files with 6613 additions and 30 deletions

View File

@@ -0,0 +1,49 @@
# UIEditorDockHost
**命名空间**: `XCEngine`
**类型**: `enum class`
**头文件**: `XCEditor/Shell/UIEditorDockHost.h`
**描述**: 定义 `XCEditor/Shell` 子目录中的 `UIEditorDockHost` public API。
## 概述
`UIEditorDockHost.h``XCEditor/Shell` 子目录 下的 public header当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
## 声明概览
| 声明 | 类型 | 说明 |
|------|------|------|
| `UIEditorDockHostHitTargetKind` | `enum class` | 头文件中的公开声明。 |
| `UIEditorDockHostHitTarget` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostTabStripVisualState` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostState` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostMetrics` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostPalette` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostTabItemLayout` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostSplitterLayout` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostPanelLayout` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostTabStackLayout` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostLayout` | `struct` | 头文件中的公开声明。 |
| `UIEditorDockHostForegroundOptions` | `struct` | 头文件中的公开声明。 |
## 枚举值
| 枚举值 | 数值 | 描述 |
|--------|------|------|
| `None` | `0` | 枚举项。 |
| `SplitterHandle` | - | 枚举项。 |
| `TabStripBackground` | - | 枚举项。 |
| `Tab` | - | 枚举项。 |
| `TabCloseButton` | - | 枚举项。 |
| `PanelHeader` | - | 枚举项。 |
| `PanelBody` | - | 枚举项。 |
| `PanelFooter` | - | 枚举项。 |
| `PanelCloseButton` | - | 枚举项。 |
## 相关文档
- [当前目录](../Shell.md) - 返回 `Shell` 平行目录
- [API 总索引](../../../main.md) - 返回顶层索引