| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <filterobopsimodtermlabel.h>
  
Public Member Functions | |
| FilterOboPsiModTermLabel (OboPsiModHandlerInterface &sink, const QString &label_search) | |
| FilterOboPsiModTermLabel (const FilterOboPsiModTermLabel &other) | |
| virtual | ~FilterOboPsiModTermLabel () | 
| void | setOboPsiModTerm (const OboPsiModTerm &term) override | 
| triggered function on each obo term when parsing obo file   | |
Private Attributes | |
| QRegularExpression | m_labelMatch | 
| OboPsiModHandlerInterface & | m_sink | 
Definition at line 32 of file filterobopsimodtermlabel.h.
| pappso::FilterOboPsiModTermLabel::FilterOboPsiModTermLabel | ( | OboPsiModHandlerInterface & | sink, | 
| const QString & | label_search ) | 
Definition at line 31 of file filterobopsimodtermlabel.cpp.
References m_labelMatch, and m_sink.
Referenced by FilterOboPsiModTermLabel().
| pappso::FilterOboPsiModTermLabel::FilterOboPsiModTermLabel | ( | const FilterOboPsiModTermLabel & | other | ) | 
Definition at line 43 of file filterobopsimodtermlabel.cpp.
References FilterOboPsiModTermLabel(), m_labelMatch, and m_sink.
      
  | 
  virtual | 
Definition at line 39 of file filterobopsimodtermlabel.cpp.
      
  | 
  overridevirtual | 
triggered function on each obo term when parsing obo file
Implements pappso::OboPsiModHandlerInterface.
Definition at line 50 of file filterobopsimodtermlabel.cpp.
References m_labelMatch, pappso::OboPsiModTerm::m_psiModLabel, pappso::OboPsiModTerm::m_psiMsLabel, and m_sink.
      
  | 
  private | 
Definition at line 35 of file filterobopsimodtermlabel.h.
Referenced by FilterOboPsiModTermLabel(), FilterOboPsiModTermLabel(), and setOboPsiModTerm().
      
  | 
  private | 
Definition at line 36 of file filterobopsimodtermlabel.h.
Referenced by FilterOboPsiModTermLabel(), FilterOboPsiModTermLabel(), and setOboPsiModTerm().