|
AuboStudio SDK
0.6.3
|
|
|
|
|
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. | |
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.h 第 21 行定义.
|
virtualdefault |
|
pure virtual |
Gets a contribution/ Call this as the result of a user action to get the currently selected node.