#include <grpprotein.h>
|
| | GrpProtein (const QString &accession, const QString &description) |
| |
| void | countPlus () |
| |
| void | strip () |
| | ensure that each peptide in peptide list is unique and sorted by pointer adress More...
|
| |
Definition at line 58 of file grpprotein.h.
◆ const_iterator
◆ GrpProtein() [1/2]
| GrpProtein::GrpProtein |
( |
const QString & |
accession, |
|
|
const QString & |
description |
|
) |
| |
|
protected |
◆ GrpProtein() [2/2]
| GrpProtein::GrpProtein |
( |
const GrpProtein & |
other | ) |
|
◆ ~GrpProtein()
| GrpProtein::~GrpProtein |
( |
| ) |
|
◆ begin()
◆ countPlus()
| void GrpProtein::countPlus |
( |
| ) |
|
|
protected |
◆ end()
◆ getAccession()
| const QString & GrpProtein::getAccession |
( |
| ) |
const |
◆ getCount()
| unsigned int GrpProtein::getCount |
( |
| ) |
const |
◆ getDescription()
| const QString & GrpProtein::getDescription |
( |
| ) |
const |
◆ getGroupingId()
| const QString GrpProtein::getGroupingId |
( |
| ) |
const |
◆ getGroupNumber()
| unsigned int GrpProtein::getGroupNumber |
( |
| ) |
const |
◆ getRank()
| unsigned int GrpProtein::getRank |
( |
| ) |
const |
◆ getSubGroupNumber()
| unsigned int GrpProtein::getSubGroupNumber |
( |
| ) |
const |
◆ operator==()
| bool GrpProtein::operator== |
( |
const GrpProtein & |
other | ) |
const |
◆ push_back()
| void GrpProtein::push_back |
( |
GrpPeptide * |
p_grpPeptide | ) |
|
◆ setGroupNumber()
| void GrpProtein::setGroupNumber |
( |
unsigned int |
i | ) |
|
◆ setRank()
| void GrpProtein::setRank |
( |
unsigned int |
i | ) |
|
◆ setSubGroupNumber()
| void GrpProtein::setSubGroupNumber |
( |
unsigned int |
i | ) |
|
◆ strip()
| void GrpProtein::strip |
( |
| ) |
|
|
protected |
◆ GrpExperiment
◆ m_accession
| const QString pappso::GrpProtein::m_accession |
|
private |
◆ m_count
| unsigned int pappso::GrpProtein::m_count = 0 |
|
private |
◆ m_description
| const QString pappso::GrpProtein::m_description |
|
private |
◆ m_groupNumber
| unsigned int pappso::GrpProtein::m_groupNumber = 0 |
|
private |
◆ m_grpPeptidePtrList
| std::vector<GrpPeptide *> pappso::GrpProtein::m_grpPeptidePtrList |
|
protected |
◆ m_rank
| unsigned int pappso::GrpProtein::m_rank = 0 |
|
private |
◆ m_subGroupNumber
| unsigned int pappso::GrpProtein::m_subGroupNumber = 0 |
|
private |
The documentation for this class was generated from the following files: