OpenMS
LayerStatisticsDialog Class Reference

Dialog showing statistics about the data of the current layer. More...

#include <OpenMS/VISUAL/DIALOGS/LayerStatisticsDialog.h>

Inheritance diagram for LayerStatisticsDialog:
[legend]
Collaboration diagram for LayerStatisticsDialog:
[legend]

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< LayerStatisticsstats_
 The statistics of the layer. More...
 

Private Attributes

Ui::LayerStatisticsDialogTemplate * ui_
 

Detailed Description

Dialog showing statistics about the data of the current layer.

Constructor & Destructor Documentation

◆ LayerStatisticsDialog() [1/2]

Constructor not implemented.

◆ LayerStatisticsDialog() [2/2]

LayerStatisticsDialog ( PlotWidget parent,
std::unique_ptr< LayerStatistics > &&  stats 
)

Custom constructor.

◆ ~LayerStatisticsDialog()

~LayerStatisticsDialog ( )
override

D'tor.

Member Data Documentation

◆ stats_

std::unique_ptr<LayerStatistics> stats_
protected

The statistics of the layer.

◆ ui_

Ui::LayerStatisticsDialogTemplate* ui_
private