kalarm
#include <templatelistfiltermodel.h>

Public Types | |
| enum | { TypeColumn, TemplateNameColumn, ColumnCount } |
Public Member Functions | |
| TemplateListFilterModel (EventListModel *baseModel, QObject *parent=0) | |
| virtual Qt::ItemFlags | flags (const QModelIndex &) const |
| virtual QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
| virtual QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
| void | setTypeFilter (KAEvent::Actions) |
| void | setTypesEnabled (KAEvent::Actions) |
Public Member Functions inherited from EventListFilterModel | |
| EventListFilterModel (EventListModel *baseModel, QObject *parent=0) | |
| KAEvent * | event (int row) const |
| KAEvent * | event (const QModelIndex &) const |
| QModelIndex | eventIndex (const KAEvent *) const |
| QModelIndex | eventIndex (const QString &eventId) const |
Protected Member Functions | |
| virtual bool | filterAcceptsColumn (int sourceCol, const QModelIndex &sourceParent) const |
| virtual bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const |
Detailed Description
Definition at line 29 of file templatelistfiltermodel.h.
Member Enumeration Documentation
| anonymous enum |
| Enumerator | |
|---|---|
| TypeColumn | |
| TemplateNameColumn | |
| ColumnCount | |
Definition at line 33 of file templatelistfiltermodel.h.
Constructor & Destructor Documentation
|
inlineexplicit |
Definition at line 38 of file templatelistfiltermodel.h.
Member Function Documentation
|
protectedvirtual |
Definition at line 65 of file templatelistfiltermodel.cpp.
|
protectedvirtual |
Definition at line 52 of file templatelistfiltermodel.cpp.
|
virtual |
Definition at line 106 of file templatelistfiltermodel.cpp.
|
virtual |
Definition at line 71 of file templatelistfiltermodel.cpp.
|
virtual |
Definition at line 89 of file templatelistfiltermodel.cpp.
| void TemplateListFilterModel::setTypeFilter | ( | KAEvent::Actions | type | ) |
Definition at line 34 of file templatelistfiltermodel.cpp.
| void TemplateListFilterModel::setTypesEnabled | ( | KAEvent::Actions | type | ) |
Definition at line 43 of file templatelistfiltermodel.cpp.
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:59:11 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