messageviewer
mimetreemodel.h
Go to the documentation of this file.
59 QVariant headerData( int section, Qt::Orientation orientation, int role = Qt::DisplayRole ) const;
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: mimetreemodel.cpp:181
A model representing the mime part tree of a message.
Definition: mimetreemodel.h:34
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: mimetreemodel.cpp:199
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: mimetreemodel.cpp:243
void setRoot(KMime::Content *root)
Definition: mimetreemodel.cpp:134
MimeTreeModel(QObject *parent=0)
Definition: mimetreemodel.cpp:123
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: mimetreemodel.cpp:146
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: mimetreemodel.cpp:193
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.