Class GenericGraphicWidget

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class SmartPeak::GenericGraphicWidget : public SmartPeak::Widget

Base class for graphics including plots and layouts.

Subclassed by SmartPeak::CalibratorsPlotWidget, SmartPeak::GraphicDataVizWidget, SmartPeak::Heatmap2DWidget, SmartPeak::LinePlot2DWidget

Public Functions

inline GenericGraphicWidget(const std::string title = "")
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

Public Static Attributes

static const double high_value_threeshold_

some data may have unexpected too much high value - or even infinite. data higher than this constant may be not be displayed.