12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   14 #include <QtWidgets/QDialog> 
   20   class LayerStatisticsDialogTemplate;
 
   25   class LayerStatistics;
 
   48     std::unique_ptr<LayerStatistics> 
stats_;
 
   51     Ui::LayerStatisticsDialogTemplate* 
ui_;
 
Dialog showing statistics about the data of the current layer.
Definition: LayerStatisticsDialog.h:35
 
std::unique_ptr< LayerStatistics > stats_
The statistics of the layer.
Definition: LayerStatisticsDialog.h:48
 
LayerStatisticsDialog()=delete
Constructor not implemented.
 
LayerStatisticsDialog(PlotWidget *parent, std::unique_ptr< LayerStatistics > &&stats)
Custom constructor.
 
Ui::LayerStatisticsDialogTemplate * ui_
Definition: LayerStatisticsDialog.h:51
 
~LayerStatisticsDialog() override
D'tor.
 
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
 
Definition: FLASHDeconvWizardBase.h:37