#include <integrationscopebase.h>
Definition at line 123 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 158 of file integrationscopebase.h.
159 {
160 QString text = "Integration scope spec:";
162
163 text += " - data kind: ";
164
166 text += "dt.";
168 text += "m/z.";
170 text += "rt.";
171 else
172 text += "unset.";
173
174 return text;
175 }
◆ dataKind
◆ integrationScopeSPtr
The documentation for this struct was generated from the following file: