libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
peptidelabel.h
Go to the documentation of this file.
1
/**
2
* \file pappsomspp/masschroq/peptidelabel.h
3
* \date 09/01/2025
4
* \author Olivier Langella
5
* \brief peptide label model in masschroqlite
6
*/
7
8
/*******************************************************************************
9
* Copyright (c) 2025 Olivier Langella
10
*<Olivier.Langella@universite-paris-saclay.fr>.
11
*
12
* This file is part of MassChroQ.
13
*
14
* MassChroQ is free software: you can redistribute it and/or modify
15
* it under the terms of the GNU General Public License as published by
16
* the Free Software Foundation, either version 3 of the License, or
17
* (at your option) any later version.
18
*
19
* MassChroQ is distributed in the hope that it will be useful,
20
* but WITHOUT ANY WARRANTY; without even the implied warranty of
21
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
* GNU General Public License for more details.
23
*
24
* You should have received a copy of the GNU General Public License
25
* along with MassChroQ. If not, see <http://www.gnu.org/licenses/>.
26
*
27
******************************************************************************/
28
29
#pragma once
30
31
#include "
peptide.h
"
32
33
namespace
pappso::masschroq
34
{
35
36
/**
37
* @todo write docs
38
*/
39
class
PeptideLabel
:
public
PeptideBase
40
{
41
public
:
42
/**
43
* Default constructor
44
*/
45
PeptideLabel
(
const
pappso::PeptideSp
&labelled_peptide_p,
46
const
Peptide
*parent_peptide_p,
47
const
QString &label);
48
49
/**
50
* Destructor
51
*/
52
virtual
~PeptideLabel
();
53
54
const
QString &
getLabel
()
const
;
55
56
57
private
:
58
const
Peptide
*
mp_mcqlPeptide
;
59
QString
m_label
;
60
};
61
}
// namespace pappso::masschroq
pappso::masschroq::PeptideBase
Definition
peptidebase.h:40
pappso::masschroq::PeptideLabel
Definition
peptidelabel.h:40
pappso::masschroq::PeptideLabel::~PeptideLabel
virtual ~PeptideLabel()
Definition
peptidelabel.cpp:41
pappso::masschroq::PeptideLabel::m_label
QString m_label
Definition
peptidelabel.h:59
pappso::masschroq::PeptideLabel::mp_mcqlPeptide
const Peptide * mp_mcqlPeptide
Definition
peptidelabel.h:58
pappso::masschroq::PeptideLabel::getLabel
const QString & getLabel() const
Definition
peptidelabel.cpp:48
pappso::masschroq::Peptide
Definition
peptide.h:58
pappso::masschroq
Definition
alignmentmethod.h:38
pappso::PeptideSp
std::shared_ptr< const Peptide > PeptideSp
Definition
aamodification.h:48
peptide.h
pappsomspp
core
masschroq
peptidelabel.h
Generated on Thu Nov 6 2025 12:27:26 for libpappsomspp by
1.9.8