|
libpappsomspp
Library for mass spectrometry
|
#include <precursor.h>
Public Member Functions | |
| void | fromCbor (CborStreamReader &reader) |
| QJsonObject | toJsonObject () const |
| write the structure to a JSON object | |
Public Attributes | |
| QString | spectrumRef |
| IsolationWindow | isolationWindow |
| CvParamMap | selectedIonListCvParamMap |
| std::vector< SelectedIon > | selectedIonList |
Definition at line 82 of file precursor.h.
| void pappso::cbor::mzcbor::Precursor::fromCbor | ( | CborStreamReader & | reader | ) |
Definition at line 229 of file precursor.cpp.
References pappso::cbor::CborStreamReader::decodeString(), pappso::cbor::mzcbor::SelectedIon::fromCbor(), isolationWindow, selectedIonList, selectedIonListCvParamMap, and spectrumRef.
Referenced by pappso::cbor::mzcbor::Spectrum::fromCbor().
| QJsonObject pappso::cbor::mzcbor::Precursor::toJsonObject | ( | ) | const |
write the structure to a JSON object
Definition at line 107 of file precursor.cpp.
References isolationWindow, and spectrumRef.
| IsolationWindow pappso::cbor::mzcbor::Precursor::isolationWindow |
Definition at line 93 of file precursor.h.
Referenced by fromCbor(), and toJsonObject().
| std::vector<SelectedIon> pappso::cbor::mzcbor::Precursor::selectedIonList |
Definition at line 97 of file precursor.h.
Referenced by fromCbor().
| CvParamMap pappso::cbor::mzcbor::Precursor::selectedIonListCvParamMap |
Definition at line 95 of file precursor.h.
Referenced by fromCbor().
| QString pappso::cbor::mzcbor::Precursor::spectrumRef |
Definition at line 91 of file precursor.h.
Referenced by fromCbor(), and toJsonObject().