#include <integrationscopebase.h>
Definition at line 120 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 155 of file integrationscopebase.h.
156 {
157 QString text = "Integration scope spec:";
159
160 text += " - data kind: ";
161
163 text += "dt.";
165 text += "m/z.";
167 text += "rt.";
168 else
169 text += "unset.";
170
171 return text;
172 }
◆ dataKind
◆ integrationScopeSPtr
The documentation for this struct was generated from the following file: