#include <integrationscopebase.h>
Definition at line 122 of file integrationscopebase.h.
◆ IntegrationScopeSpec() [1/3]
pappso::IntegrationScopeSpec::IntegrationScopeSpec |
( |
| ) |
|
◆ IntegrationScopeSpec() [2/3]
◆ IntegrationScopeSpec() [3/3]
◆ operator=()
◆ toString()
QString pappso::IntegrationScopeSpec::toString |
( |
| ) |
const |
|
inline |
Definition at line 157 of file integrationscopebase.h.
158 {
159 QString text = "Integration scope spec:";
161
162 text += " - data kind: ";
163
165 text += "dt.";
167 text += "m/z.";
169 text += "rt.";
170 else
171 text += "unset.";
172
173 return text;
174 }
◆ dataKind
◆ integrationScopeSPtr
The documentation for this struct was generated from the following file: