• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • pim API Reference
  • KDE Home
  • Contact Us
 

kmail/src

  • kde-4.x
  • pim
  • kmail
  • src
  • searchdialog
kmsearchmessagemodel.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2011-2019 Montel Laurent <[email protected]>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; version 2 of the License
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16  *
17  * In addition, as a special exception, the copyright holders give
18  * permission to link the code of this program with any edition of
19  * the Qt library by Trolltech AS, Norway (or with modified versions
20  * of Qt that use the same license as Qt), and distribute linked
21  * combinations including the two. You must obey the GNU General
22  * Public License in all respects for all of the code used other than
23  * Qt. If you modify this file, you may extend this exception to
24  * your version of the file, but you are not obligated to do so. If
25  * you do not wish to do so, delete this exception statement from
26  * your version.
27  */
28 #ifndef KMSEARCHMESSAGEMODEL_H
29 #define KMSEARCHMESSAGEMODEL_H
30 
31 #include <Akonadi/KMime/MessageModel>
32 #include <QHash>
33 
34 class KMSearchMessageModel : public Akonadi::MessageModel
35 {
36  Q_OBJECT
37 
38 public:
39  enum Column {
40  Collection,
41  Subject,
42  Sender,
43  Receiver,
44  Date,
45  Size
46  };
47  explicit KMSearchMessageModel(QObject *parent = nullptr);
48  ~KMSearchMessageModel() override;
49 
50  int columnCount(const QModelIndex &parent = QModelIndex()) const override;
51  QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
52 
53  QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
54 
55 private:
56  Q_REQUIRED_RESULT QString fullCollectionPath(Akonadi::Collection::Id id) const;
57 
58  mutable QHash<Akonadi::Collection::Id, QString> m_collectionFullPathCache;
59 };
60 
61 #endif
QModelIndex
KMSearchMessageModel::Column
Column
Definition: kmsearchmessagemodel.h:39
KMSearchMessageModel::Subject
Definition: kmsearchmessagemodel.h:41
KMSearchMessageModel::columnCount
int columnCount(const QModelIndex &parent=QModelIndex()) const override
Definition: kmsearchmessagemodel.cpp:127
KMSearchMessageModel::~KMSearchMessageModel
~KMSearchMessageModel() override
Definition: kmsearchmessagemodel.cpp:55
QHash< Akonadi::Collection::Id, QString >
QObject
KMSearchMessageModel::KMSearchMessageModel
KMSearchMessageModel(QObject *parent=nullptr)
Definition: kmsearchmessagemodel.cpp:48
KMSearchMessageModel::Size
Definition: kmsearchmessagemodel.h:45
KMSearchMessageModel::Collection
Definition: kmsearchmessagemodel.h:40
QString
KMSearchMessageModel::data
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const override
Definition: kmsearchmessagemodel.cpp:152
KMSearchMessageModel
Definition: kmsearchmessagemodel.h:34
KMSearchMessageModel::Date
Definition: kmsearchmessagemodel.h:44
KMSearchMessageModel::headerData
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override
Definition: kmsearchmessagemodel.cpp:224
KMSearchMessageModel::Sender
Definition: kmsearchmessagemodel.h:42
KMSearchMessageModel::Receiver
Definition: kmsearchmessagemodel.h:43
QVariant
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 15 2019 02:44:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kmail/src

Skip menu "kmail/src"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

pim API Reference

Skip menu "pim API Reference"
  • akonadi-calendar-tools
  •   konsolekalendar
  • akregator
  •   src
  • kalarmcal
  •   src
  •     lib
  • kdepim-runtime
  •   agents
  •   src
  • kleopatra
  •   src
  • kmailtransport
  • knotes
  • kontact
  • kontactinterface
  • kpimtextedit
  • ksmtp
  • ktnef
  • libkgapi
  • libkleo
  •   src
  •     src
  •     src

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal