7#ifndef _CBRANCHCYCLICWIDGET_H
8#define _CBRANCHCYCLICWIDGET_H
39void generateBranchLabelsDown(
bool nterminal,
int rotationid, unordered_set<cIonLabel, hash_cIonLabel>& labels,
cParameters* parameters,
cTheoreticalSpectrum* theoreticalspectrum,
int centerx,
int topmargin,
int horizontalstep,
int verticalstep,
string visibleionseries,
string visibleneutralloss,
int visiblerotationid,
int branchstart);
59void generateBranchLabelsUp(
bool nterminal,
int rotationid, unordered_set<cIonLabel, hash_cIonLabel>& labels,
cParameters* parameters,
cTheoreticalSpectrum* theoreticalspectrum,
int centerx,
int topmargin,
int horizontalstep,
int verticalstep,
string visibleionseries,
string visibleneutralloss,
int visiblerotationid,
int branchend,
int fragmentend);
91 void exportToPDF(QString filename,
bool postscript);
134 void paint(QPainter& painter);
139 string visibleionseries;
140 string visibleneutralloss;
141 int visiblerotationid;
142 int visibletrotationid;
150 void ionSeriesChanged(QString text);
152 void neutralLossChanged(QString text);
154 void rotationChanged(
int index);
156 void trotationChanged(
int index);
The representation of a theoretical mass spectrum.
The class storing parameters of the application.
Definition: cParameters.h:82
The class representing a theoretical mass spectrum.
Definition: cTheoreticalSpectrum.h:106