libpappsomspp
Library for mass spectrometry
obolistproxymodel.h
Go to the documentation of this file.
1 /**
2  * \file pappsomspp/widget/obo/obolistwidget/obolistproxymodel.h
3  * \date 19/04/2021
4  * \author Olivier Langella
5  * \brief MVC proxy model of OBO term list
6  */
7 
8 
9 /*******************************************************************************
10  * Copyright (c) 2021 Olivier Langella
11  *<Olivier.Langella@universite-paris-saclay.fr>.
12  *
13  * This file is part of the PAPPSOms++ library.
14  *
15  * PAPPSOms++ is free software: you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License as published by
17  * the Free Software Foundation, either version 3 of the License, or
18  * (at your option) any later version.
19  *
20  * PAPPSOms++ is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23  * GNU General Public License for more details.
24  *
25  * You should have received a copy of the GNU General Public License
26  * along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
27  *
28  ******************************************************************************/
29 
30 #pragma once
31 
32 #include <QSortFilterProxyModel>
33 #include "obolistwidget.h"
34 #include "obolistmodel.h"
35 
36 namespace pappso
37 {
38 
39 /**
40  * @todo write docs
41  */
42 class OboListProxyModel : public QSortFilterProxyModel
43 {
44  public:
45  /**
46  * Default constructor
47  */
48  OboListProxyModel(OboListModel *source_model, QObject *parent = nullptr);
49 
50  /**
51  * Destructor
52  */
54 
55  void filterMzPrecision(double target_mz, PrecisionPtr precision);
56 
57  protected:
58  bool lessThan(const QModelIndex &source_left,
59  const QModelIndex &source_right) const override;
60  bool filterAcceptsRow(int source_row,
61  const QModelIndex &source_parent) const override;
62 
63  private:
65  double m_mzTarget = 0;
67 };
68 
69 } // namespace pappso
OboListProxyModel(OboListModel *source_model, QObject *parent=nullptr)
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override
void filterMzPrecision(double target_mz, PrecisionPtr precision)
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition: aa.cpp:39
MVC model of OBO term list.
handles a list of obo term, select and click