|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese 贡献提供者 此接口提供对贡献的访问。 更多...
#include <contribution_provider.h>
Public 成员函数 | |
| virtual | ~ContributionProvider ()=default |
| virtual T * | get ()=0 |
| \chinese 获取一个贡献。在用户操作的结果中调用此方法以获取当前选中的节点。 | |
\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.h 第 31 行定义.
|
virtualdefault |
|
pure virtual |
\chinese 获取一个贡献。在用户操作的结果中调用此方法以获取当前选中的节点。