OpenMS
|
Dialog showing statistics about the data of the current layer. More...
#include <OpenMS/VISUAL/DIALOGS/LayerStatisticsDialog.h>
Public Member Functions | |
LayerStatisticsDialog ()=delete | |
Constructor not implemented. More... | |
LayerStatisticsDialog (PlotWidget *parent, std::unique_ptr< LayerStatistics > &&stats) | |
Custom constructor. More... | |
~LayerStatisticsDialog () override | |
D'tor. More... | |
Protected Attributes | |
std::unique_ptr< LayerStatistics > | stats_ |
The statistics of the layer. More... | |
Private Attributes | |
Ui::LayerStatisticsDialogTemplate * | ui_ |
Dialog showing statistics about the data of the current layer.
|
delete |
Constructor not implemented.
LayerStatisticsDialog | ( | PlotWidget * | parent, |
std::unique_ptr< LayerStatistics > && | stats | ||
) |
Custom constructor.
|
override |
D'tor.
|
protected |
The statistics of the layer.
|
private |