akregator
articlemodel.cpp
Go to the documentation of this file.
79 Akregator::ArticleModel::ArticleModel(const QList<Article>& articles, QObject* parent) : QAbstractTableModel( parent ), d( new Private( articles, this ) )
257 bool ArticleModel::rowMatches( int row, const boost::shared_ptr<const Akregator::Filters::AbstractMatcher>& matcher ) const
QMimeData * mimeData(const QModelIndexList &indexes) const
Definition: articlemodel.cpp:275
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: articlemodel.cpp:93
Qt::ItemFlags flags(const QModelIndex &idx) const
Definition: articlemodel.cpp:293
ArticleModel(const QList< Article > &articles, QObject *parent=0)
Definition: articlemodel.cpp:79
QVariant headerData(int section, Qt::Orientation, int role) const
Definition: articlemodel.cpp:98
QString xmlUrl() const
returns the url of the actual feed source (rss/rdf/atom file)
Definition: feed.cpp:374
bool rowMatches(int row, const boost::shared_ptr< const Akregator::Filters::AbstractMatcher > &matcher) const
Definition: articlemodel.cpp:257
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: articlemodel.cpp:88
void articlesAdded(Akregator::TreeNode *, const QList< Akregator::Article > &)
Definition: articlemodel.cpp:193
void articlesUpdated(Akregator::TreeNode *, const QList< Akregator::Article > &)
Definition: articlemodel.cpp:200
A proxy class for Syndication::ItemPtr with some additional methods to assist sorting.
Definition: article.h:61
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:59
Definition: articlemodel.h:44
void articlesRemoved(Akregator::TreeNode *, const QList< Akregator::Article > &)
Definition: articlemodel.cpp:197
Definition: article.h:39
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: articlemodel.cpp:122
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.