AuboCaps
0.6.0
|
API for a program node View which defines the UI for the corresponding ProgramNodeContribution. More...
#include <program_node_view.h>
Public Member Functions | |
virtual | ~ProgramNodeView ()=default |
virtual void | buildUi (WidgetHandle panel, ContributionProviderPtr< ProgramNodeContribution > provider)=0 |
Build the UI for the corresponding ProgramNodeContribution on the provided panel. More... | |
API for a program node View which defines the UI for the corresponding ProgramNodeContribution.
The instance of SwingProgramNodeView is a shared entity between several contributions.
Definition at line 17 of file program_node_view.h.
|
virtualdefault |
|
pure virtual |
Build the UI for the corresponding ProgramNodeContribution on the provided panel.
Use the contribution for your logic and data model manipulations.
panel | the panel to build the UI on |
provider | the provider for corresponding program node contribution currently selected (in the program tree) |