# UIEditorPanelHostLifecycle **命名空间**: `XCEngine` **类型**: `enum class` **头文件**: `XCEditor/Shell/UIEditorPanelHostLifecycle.h` **描述**: 定义 `XCEditor/Shell` 子目录中的 `UIEditorPanelHostLifecycle` public API。 ## 概述 `UIEditorPanelHostLifecycle.h` 是 `XCEditor/Shell` 子目录 下的 public header,当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。 ## 声明概览 | 声明 | 类型 | 说明 | |------|------|------| | `UIEditorPanelHostLifecycleEventKind` | `enum class` | 头文件中的公开声明。 | | `UIEditorPanelHostState` | `struct` | 头文件中的公开声明。 | | `UIEditorPanelHostLifecycleEvent` | `struct` | 头文件中的公开声明。 | | `UIEditorPanelHostLifecycleState` | `struct` | 头文件中的公开声明。 | | `UIEditorPanelHostLifecycleRequest` | `struct` | 头文件中的公开声明。 | | `UIEditorPanelHostLifecycleFrame` | `struct` | 头文件中的公开声明。 | ## 枚举值 | 枚举值 | 数值 | 描述 | |--------|------|------| | `Attached` | `0` | 枚举项。 | | `Detached` | - | 枚举项。 | | `Shown` | - | 枚举项。 | | `Hidden` | - | 枚举项。 | | `Activated` | - | 枚举项。 | | `Deactivated` | - | 枚举项。 | | `FocusGained` | - | 枚举项。 | | `FocusLost` | - | 枚举项。 | ## 相关文档 - [当前目录](../Shell.md) - 返回 `Shell` 平行目录 - [API 总索引](../../../main.md) - 返回顶层索引