1#ifndef AUBO_SCOPE_CONTRIBUTION_PROVIDER_H
2#define AUBO_SCOPE_CONTRIBUTION_PROVIDER_H
This interfaces provides access to a contribution/
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.
std::shared_ptr< ContributionProvider< T > > ContributionProviderPtr