libpappsomspp
Library for mass spectrometry
|
#include <obopsimod.h>
Public Member Functions | |
bool | isValid () const |
Public Attributes | |
QString | m_accession |
QString | m_name |
QString | m_psiModLabel |
QString | m_psiMsLabel |
QString | m_diffFormula |
QString | m_origin |
pappso_double | m_diffMono |
Private Member Functions | |
void | parseLine (const QString &line) |
void | clearTerm () |
Private Attributes | |
friend | OboPsiMod |
Static Private Attributes | |
static QRegExp | m_firstParse |
static QRegExp | m_findExactPsiModLabel |
static QRegExp | m_findRelatedPsiMsLabel |
Definition at line 56 of file obopsimod.h.
|
private |
Definition at line 119 of file obopsimod.cpp.
References m_accession, m_diffFormula, m_diffMono, m_name, m_origin, and m_psiModLabel.
Referenced by pappso::OboPsiMod::parse().
|
inline |
Definition at line 79 of file obopsimod.h.
|
private |
Definition at line 51 of file obopsimod.cpp.
References m_accession, m_diffFormula, m_diffMono, m_findExactPsiModLabel, m_findRelatedPsiMsLabel, m_firstParse, m_name, m_origin, m_psiModLabel, and m_psiMsLabel.
Referenced by pappso::OboPsiMod::parse().
QString pappso::OboPsiModTerm::m_accession |
Definition at line 69 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
QString pappso::OboPsiModTerm::m_diffFormula |
Definition at line 73 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
pappso_double pappso::OboPsiModTerm::m_diffMono |
Definition at line 76 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
|
staticprivate |
Definition at line 65 of file obopsimod.h.
Referenced by parseLine().
|
staticprivate |
Definition at line 66 of file obopsimod.h.
Referenced by parseLine().
|
staticprivate |
Definition at line 64 of file obopsimod.h.
Referenced by parseLine().
QString pappso::OboPsiModTerm::m_name |
Definition at line 70 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
QString pappso::OboPsiModTerm::m_origin |
Definition at line 74 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
QString pappso::OboPsiModTerm::m_psiModLabel |
Definition at line 71 of file obopsimod.h.
Referenced by clearTerm(), and parseLine().
QString pappso::OboPsiModTerm::m_psiMsLabel |
Definition at line 72 of file obopsimod.h.
Referenced by parseLine().
|
private |
Definition at line 58 of file obopsimod.h.