| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <obolistmodel.h>
 Classes | |
| class | OboPsiModHandler | 
Public Member Functions | |
| OboListModel (QObject *parent=nullptr) | |
| ~OboListModel () | |
| void | loadPsiMod () | 
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override | 
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override | 
| const OboPsiModTerm & | getOboPsiModTerm (int row) const | 
Protected Attributes | |
| std::vector< OboPsiModTerm > | m_oboPsiModTermList | 
Definition at line 45 of file obolistmodel.h.
| OboListModel::OboListModel | ( | QObject * | parent = nullptr | ) | 
Default constructor
Definition at line 40 of file obolistmodel.cpp.
| OboListModel::~OboListModel | ( | ) | 
      
  | 
  override | 
Definition at line 74 of file obolistmodel.cpp.
References m_oboPsiModTermList.
Referenced by pappso::OboListProxyModel::lessThan().
| const pappso::OboPsiModTerm & pappso::OboListModel::getOboPsiModTerm | ( | int | row | ) | const | 
Definition at line 123 of file obolistmodel.cpp.
References m_oboPsiModTermList.
| void OboListModel::loadPsiMod | ( | ) | 
Definition at line 65 of file obolistmodel.cpp.
References m_oboPsiModTermList.
      
  | 
  override | 
Definition at line 117 of file obolistmodel.cpp.
References m_oboPsiModTermList.
      
  | 
  protected | 
Definition at line 83 of file obolistmodel.h.
Referenced by data(), getOboPsiModTerm(), loadPsiMod(), and rowCount().