AuboCaps
0.6.0
|
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/ Call this as the result of a user action to get the currently selected node. More... | |
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 21 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.