Files
XCEngine/docs/api/XCEditor/Shell/UIEditorShellInteraction/UIEditorShellInteraction.md

2.2 KiB
Raw Blame History

UIEditorShellInteraction

命名空间: XCEngine

类型: struct

头文件: XCEditor/Shell/UIEditorShellInteraction.h

描述: 定义 XCEditor/Shell 子目录中的 UIEditorShellInteraction public API。

概述

UIEditorShellInteraction.hXCEditor/Shell 子目录 下的 public header当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。

声明概览

声明 类型 说明
UIEditorShellInteractionDefinition struct 头文件中的公开声明。
UIEditorShellInteractionModel struct 头文件中的公开声明。
UIEditorShellInteractionState struct 头文件中的公开声明。
UIEditorShellInteractionMetrics struct 头文件中的公开声明。
UIEditorShellInteractionPalette struct 头文件中的公开声明。
UIEditorShellInteractionServices struct 头文件中的公开声明。
UIEditorShellInteractionMenuButtonRequest struct 头文件中的公开声明。
UIEditorShellInteractionPopupItemRequest struct 头文件中的公开声明。
UIEditorShellInteractionPopupRequest struct 头文件中的公开声明。
UIEditorShellInteractionRequest struct 头文件中的公开声明。
UIEditorShellInteractionResult struct 头文件中的公开声明。
UIEditorShellInteractionPopupFrame struct 头文件中的公开声明。
UIEditorShellInteractionFrame struct 头文件中的公开声明。

结构体成员

成员 类型 描述 默认值
menuModel UIEditorMenuModel 结构体公开字段。 {}
toolbarButtons std::vector<UIEditorShellToolbarButton> 结构体公开字段。 {}
statusSegments std::vector<Widgets::UIEditorStatusBarSegment> 结构体公开字段。 {}
workspacePresentations std::vector<UIEditorWorkspacePanelPresentationModel> 结构体公开字段。 {}

相关文档