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 76 of file obolistmodel.cpp.
const pappso::OboPsiModTerm & pappso::OboListModel::getOboPsiModTerm | ( | int | row | ) | const |
Definition at line 125 of file obolistmodel.cpp.
void OboListModel::loadPsiMod | ( | ) |
Definition at line 67 of file obolistmodel.cpp.
References m_oboPsiModTermList.
Referenced by pappso::OboListWidget::OboListWidget().
|
override |
Definition at line 119 of file obolistmodel.cpp.
|
protected |
Definition at line 83 of file obolistmodel.h.
Referenced by loadPsiMod().