CycloBranch
|
Summary table of matched peaks. More...
#include <map>
#include <QWidget>
#include <QDesktopServices>
#include <QUrl>
#include <QFileInfo>
#include <QMainWindow>
#include <QToolBar>
#include <QAction>
#include <QTableView>
#include <QStandardItemModel>
#include <QStandardItem>
#include <QItemDelegate>
#include <QMessageBox>
#include <QComboBox>
#include <QStringListModel>
#include <QCompleter>
#include "core/utilities.h"
#include "core/cGlobalPreferences.h"
#include "gui/cViewButtonDelegate.h"
#include "gui/cSummaryPeaksTableProxyModel.h"
#include "gui/cMainWindowProxyModel.h"
#include "gui/cHTMLDelegate.h"
#include "gui/cPubChemSearchWidget.h"
#include "gui/cEventFilter.h"
Go to the source code of this file.
Classes | |
struct | cSummaryTableKeyMS |
Key to reduce the summary table when exporting statistics for MS and MSI data. More... | |
struct | cSummaryTableKeyMSMS |
Key to reduce the summary table when exporting statistics for MS/MS data. More... | |
struct | cIonSummaryTableKeyMS_comp |
Comparison object for cSummaryTableKeyMS (independent ions). More... | |
struct | cEnvelopeSummaryTableKeyMS_comp |
Comparison object for cSummaryTableKeyMS (whole envelope). More... | |
struct | cSummaryTableKeyMSMS_comp |
Comparison object for cSummaryTableKeyMSMS. More... | |
class | cSummaryPeaksTableWidget |
Summary table of matched peaks. More... | |
Functions | |
void | addEICPeak (cParameters *parameters, cPeaksList &eicchromatogram, cTheoreticalSpectrum &theoreticalspectrum, cPeaksList &experimentalspectrum) |
Add a peak to an extracted ion chromatogram. More... | |
Summary table of matched peaks.
void addEICPeak | ( | cParameters * | parameters, |
cPeaksList & | eicchromatogram, | ||
cTheoreticalSpectrum & | theoreticalspectrum, | ||
cPeaksList & | experimentalspectrum | ||
) |
Add a peak to an extracted ion chromatogram.
parameters | application parameters |
eicchromatogram | EIC chromatogram |
theoreticalspectrum | theoretical spectrum |
experimentalspectrum | experimental spectrum |