PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::InstallationNodeView Class Referenceabstract

InstallationNodeView API for an installation node View which defines the UI for the corresponding InstallationNodeContribution More...

#include <installation_node_view.h>

Public Member Functions

virtual ~InstallationNodeView ()=default
virtual void buildUi (WidgetHandle panel, InstallationNodeContributionPtr contribution)=0
 Build the UI for the corresponding InstallationNodeContribution on the provided panel.

Detailed Description

InstallationNodeView API for an installation node View which defines the UI for the corresponding InstallationNodeContribution

Parameters
<C>the (generic) type parameter for the interface representing the type of the InstallationNodeContribution for which this view implements the UI

Definition at line 32 of file installation_node_view.h.

Constructor & Destructor Documentation

◆ ~InstallationNodeView()

virtual arcs::aubo_scope::InstallationNodeView::~InstallationNodeView ( )
virtualdefault

Member Function Documentation

◆ buildUi()

virtual void arcs::aubo_scope::InstallationNodeView::buildUi ( WidgetHandle panel,
InstallationNodeContributionPtr contribution )
pure virtual

Build the UI for the corresponding InstallationNodeContribution on the provided panel.

Use the contribution for your logic and data model manipulations.

Parameters
panelthe panel to build the UI on
contributionthe corresponding installation node contribution

The documentation for this class was generated from the following file: