Class GenericGraphicWidget¶
Defined in File Widget.h
Inheritance Relationships¶
Base Type¶
public SmartPeak::Widget(Class Widget)
Derived Types¶
public SmartPeak::CalibratorsPlotWidget(Class CalibratorsPlotWidget)public SmartPeak::Heatmap2DWidget(Class Heatmap2DWidget)public SmartPeak::LinePlot2DWidget(Class LinePlot2DWidget)public SmartPeak::ScatterPlotWidget(Class ScatterPlotWidget)public SmartPeak::WorkflowWidget(Class WorkflowWidget)
Class Documentation¶
-
class
SmartPeak::GenericGraphicWidget: public SmartPeak::Widget¶ Base class for graphics including plots and layouts.
Subclassed by SmartPeak::CalibratorsPlotWidget, SmartPeak::Heatmap2DWidget, SmartPeak::LinePlot2DWidget, SmartPeak::ScatterPlotWidget, SmartPeak::WorkflowWidget
Public Functions
-
virtual void
draw() override¶ Interface to show the widget
NOTE: free to override in inherited implmementations
-
virtual void