OpenMS
SwathLibraryStats Class Reference

A multi-tabbed widget for the SwathWizard offering setting of parameters, input-file specification and running Swath and more. More...

#include <OpenMS/VISUAL/SwathLibraryStats.h>

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

Public Member Functions

 SwathLibraryStats (QWidget *parent=nullptr)
 
 ~SwathLibraryStats ()
 
void update (const TargetedExperiment::SummaryStatistics &stats)
 updates the view with new information immediately More...
 
void updateFromFile (const QString &pqp_file)
 loads the pqp into a TargetedExperiment object while displaying a progress bar and shows the results when ready More...
 

Private Attributes

Ui::SwathLibraryStatsui_
 

Detailed Description

A multi-tabbed widget for the SwathWizard offering setting of parameters, input-file specification and running Swath and more.

Constructor & Destructor Documentation

◆ SwathLibraryStats()

SwathLibraryStats ( QWidget parent = nullptr)
explicit

◆ ~SwathLibraryStats()

Member Function Documentation

◆ update()

void update ( const TargetedExperiment::SummaryStatistics stats)

updates the view with new information immediately

◆ updateFromFile()

void updateFromFile ( const QString &  pqp_file)

loads the pqp into a TargetedExperiment object while displaying a progress bar and shows the results when ready

Member Data Documentation

◆ ui_

Ui::SwathLibraryStats* ui_
private