AuboStudio SDK  0.6.3
arcs::aubo_scope::InstallationNodeView类 参考abstract

\chinese 安装节点视图 安装节点视图的 API,定义了对应 InstallationNodeContribution 的 UI。 更多...

#include <installation_node_view.h>

Public 成员函数

virtual ~InstallationNodeView ()=default
virtual void buildUi (WidgetHandle panel, InstallationNodeContributionPtr contribution)=0
 \chinese 在提供的面板上为对应的 InstallationNodeContribution 构建 UI。使用贡献进行 逻辑和数据模型操作。

详细描述

\chinese 安装节点视图 安装节点视图的 API,定义了对应 InstallationNodeContribution 的 UI。

参数
<C>表示此视图实现 UI 的 InstallationNodeContribution 类型 的(通用)类型参数 \endchinese \english InstallationNodeView API for an installation node View which defines the UI for the corresponding InstallationNodeContribution
<C>the (generic) type parameter for the interface representing the type of the InstallationNodeContribution for which this view implements the UI \endenglish

在文件 installation_node_view.h32 行定义.

构造及析构函数说明

◆ ~InstallationNodeView()

virtual arcs::aubo_scope::InstallationNodeView::~InstallationNodeView ( )
virtualdefault

成员函数说明

◆ buildUi()

virtual void arcs::aubo_scope::InstallationNodeView::buildUi ( WidgetHandle panel,
InstallationNodeContributionPtr contribution )
pure virtual

\chinese 在提供的面板上为对应的 InstallationNodeContribution 构建 UI。使用贡献进行 逻辑和数据模型操作。

参数
panel构建 UI 的面板
contribution对应的安装节点贡献 \endchinese \english Build the UI for the corresponding InstallationNodeContribution on the provided panel. Use the contribution for your logic and data model manipulations.
panelthe panel to build the UI on
contributionthe corresponding installation node contribution \endenglish

该类的文档由以下文件生成: