38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
40 #include <QtWidgets/QDialog>
46 class LayerStatisticsDialogTemplate;
51 class LayerStatistics;
74 std::unique_ptr<LayerStatistics>
stats_;
77 Ui::LayerStatisticsDialogTemplate*
ui_;
Dialog showing statistics about the data of the current layer.
Definition: LayerStatisticsDialog.h:61
std::unique_ptr< LayerStatistics > stats_
The statistics of the layer.
Definition: LayerStatisticsDialog.h:74
LayerStatisticsDialog()=delete
Constructor not implemented.
LayerStatisticsDialog(PlotWidget *parent, std::unique_ptr< LayerStatistics > &&stats)
Custom constructor.
Ui::LayerStatisticsDialogTemplate * ui_
Definition: LayerStatisticsDialog.h:77
~LayerStatisticsDialog() override
D'tor.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48
Definition: FLASHDeconvWizardBase.h:63