akregator
#include <articlelistview.h>

Public Slots | |
| void | slotClear () |
| void | slotNextArticle () |
| void | slotNextUnreadArticle () |
| void | slotPreviousArticle () |
| void | slotPreviousUnreadArticle () |
Signals | |
| void | signalMouseButtonPressed (int, const KUrl) |
| void | userActionTakingPlace () |
Public Member Functions | |
| ArticleListView (QWidget *parent=0) | |
| ~ArticleListView () | |
| QItemSelectionModel * | articleSelectionModel () const |
| void | forceFilterUpdate () |
| const QAbstractItemView * | itemView () const |
| QAbstractItemView * | itemView () |
| QPoint | scrollBarPositions () const |
| void | setArticleModel (Akregator::ArticleModel *model) |
| void | setFilters (const std::vector< boost::shared_ptr< const Akregator::Filters::AbstractMatcher > > &) |
| void | setIsAggregation (bool isAggregation) |
| void | setModel (QAbstractItemModel *model) |
| void | setScrollBarPositions (const QPoint &p) |
Public Member Functions inherited from Akregator::ArticleLister | |
| virtual | ~ArticleLister () |
| virtual void | setFilters (const std::vector< boost::shared_ptr< const Filters::AbstractMatcher > > &)=0 |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *ev) |
Detailed Description
Definition at line 90 of file articlelistview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 361 of file articlelistview.cpp.
| ArticleListView::~ArticleListView | ( | ) |
Definition at line 348 of file articlelistview.cpp.
Member Function Documentation
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 246 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 586 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 251 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 256 of file articlelistview.cpp.
|
protected |
Definition at line 385 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 261 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 150 of file articlelistview.cpp.
| void ArticleListView::setFilters | ( | const std::vector< boost::shared_ptr< const Akregator::Filters::AbstractMatcher > > & | ) |
Definition at line 592 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 353 of file articlelistview.cpp.
| void ArticleListView::setModel | ( | QAbstractItemModel * | model | ) |
Definition at line 467 of file articlelistview.cpp.
|
virtual |
Implements Akregator::ArticleLister.
Definition at line 266 of file articlelistview.cpp.
|
signal |
|
slot |
Definition at line 494 of file articlelistview.cpp.
|
slot |
Definition at line 510 of file articlelistview.cpp.
|
slot |
Definition at line 522 of file articlelistview.cpp.
|
slot |
Definition at line 499 of file articlelistview.cpp.
|
slot |
Definition at line 559 of file articlelistview.cpp.
|
signal |
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from