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

This interfaces provides access to a contribution/ 更多...

#include <contribution_provider.h>

Public 成员函数

virtual ~ContributionProvider ()=default
virtual T * get ()=0
 Gets a contribution/ Call this as the result of a user action to get the currently selected node.

详细描述

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

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

在文件 contribution_provider.h21 行定义.

构造及析构函数说明

◆ ~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

Gets a contribution/ Call this as the result of a user action to get the currently selected node.

返回
the relevant contribution

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