|
AuboStudio SDK
0.6.3
|
|
|
|
|
ContributionProvider This interfaces provides access to a contribution. More...
#include <contribution_provider.h>
Public Member Functions | |
| virtual | ~ContributionProvider ()=default |
| virtual T * | get ()=0 |
| Gets a contribution. | |
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 |
Definition at line 31 of file contribution_provider.h.
|
virtualdefault |
|
pure virtual |
Gets a contribution.
Call this as the result of a user action to get the currently selected node.