|
libpappsomspp
Library for mass spectrometry
|
Public Member Functions | |
| QString | toString () const |
Public Attributes | |
| QString | cvRef |
| QString | accession |
| QString | name |
| QString | value |
| QString | unitAccession |
| QString | unitName |
| QString | unitCvRef |
Definition at line 110 of file mzidentmlreader.h.
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::toString | ( | ) | const |
Definition at line 49 of file mzidentmlreader.cpp.
References accession, cvRef, name, and value.
Referenced by pappso::cbor::psm::MzIdentMlReader::readSpectrumIdentificationResult().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::accession |
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::cvRef |
Definition at line 112 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam(), and toString().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::name |
Definition at line 114 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam(), pappso::cbor::psm::MzIdentMlReader::readPeptide(), and toString().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::unitAccession |
Definition at line 116 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::unitCvRef |
Definition at line 118 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::unitName |
Definition at line 117 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam().
| QString pappso::cbor::psm::MzIdentMlReader::CvParam::value |
Definition at line 115 of file mzidentmlreader.h.
Referenced by pappso::cbor::psm::MzIdentMlReader::readCvParam(), pappso::cbor::psm::MzIdentMlReader::readDBSequence(), and toString().