akregator
Akregator::ArticleLister Class Reference
#include <abstractselectioncontroller.h>
Inheritance diagram for Akregator::ArticleLister:

Detailed Description
Definition at line 48 of file abstractselectioncontroller.h.
Public Member Functions | |
| virtual QItemSelectionModel * | articleSelectionModel () const =0 |
| virtual QAbstractItemView * | itemView ()=0 |
| virtual const QAbstractItemView * | itemView () const =0 |
| virtual void | setArticleModel (Akregator::ArticleModel *model)=0 |
| virtual void | setFilters (const std::vector< boost::shared_ptr< const Filters::AbstractMatcher > > &)=0 |
| virtual void | setIsAggregation (bool isAggregation)=0 |
| virtual | ~ArticleLister () |
Constructor & Destructor Documentation
| virtual Akregator::ArticleLister::~ArticleLister | ( | ) | [inline, virtual] |
Definition at line 52 of file abstractselectioncontroller.h.
Member Function Documentation
| virtual QItemSelectionModel* Akregator::ArticleLister::articleSelectionModel | ( | ) | const [pure virtual] |
Implemented in Akregator::ArticleListView.
| virtual QAbstractItemView* Akregator::ArticleLister::itemView | ( | ) | [pure virtual] |
Implemented in Akregator::ArticleListView.
| virtual const QAbstractItemView* Akregator::ArticleLister::itemView | ( | ) | const [pure virtual] |
Implemented in Akregator::ArticleListView.
| virtual void Akregator::ArticleLister::setArticleModel | ( | Akregator::ArticleModel * | model | ) | [pure virtual] |
Implemented in Akregator::ArticleListView.
| virtual void Akregator::ArticleLister::setFilters | ( | const std::vector< boost::shared_ptr< const Filters::AbstractMatcher > > & | ) | [pure virtual] |
| virtual void Akregator::ArticleLister::setIsAggregation | ( | bool | isAggregation | ) | [pure virtual] |
Implemented in Akregator::ArticleListView.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference