AuboStudio SDK  0.6.3
arcs::aubo_scope::ContributionProvider< T > 模板类 参考abstract

\chinese 贡献提供者 此接口提供对贡献的访问。 更多...

#include <contribution_provider.h>

Public 成员函数

virtual ~ContributionProvider ()=default
virtual T * get ()=0
 \chinese 获取一个贡献。在用户操作的结果中调用此方法以获取当前选中的节点。

详细描述

template<class T>
class arcs::aubo_scope::ContributionProvider< T >

\chinese 贡献提供者 此接口提供对贡献的访问。

注意:此接口不适用于具有基于 HTML 用户界面的贡献。

模板参数
<T>表示接口提供访问的贡献类型的(通用)类型参数 \endchinese \english ContributionProvider This interfaces provides access to a contribution.

NOTE: This interface is not relevant for contributions with a HTML-based user interface.

模板参数
<T>the (generic) type parameter for the interface representing the type of contribution the interface provides access to \endenglish

在文件 contribution_provider.h31 行定义.

构造及析构函数说明

◆ ~ContributionProvider()

template<class T>
virtual arcs::aubo_scope::ContributionProvider< T >::~ContributionProvider ( )
virtualdefault

成员函数说明

◆ get()

template<class T>
virtual T * arcs::aubo_scope::ContributionProvider< T >::get ( )
pure virtual

\chinese 获取一个贡献。在用户操作的结果中调用此方法以获取当前选中的节点。

返回
相关的贡献 \endchinese \english Gets a contribution. Call this as the result of a user action to get the currently selected node.
the relevant contribution \endenglish

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