kalarm
TemplateListFilterModel Class Reference
#include <templatelistfiltermodel.h>
Inheritance diagram for TemplateListFilterModel:

Detailed Description
Definition at line 29 of file templatelistfiltermodel.h.
Public Types | |
| enum | { TypeColumn, TemplateNameColumn, ColumnCount } |
Public Member Functions | |
| virtual QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
| virtual QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
| void | setTypeFilter (bool excludeCommandAlarms) |
| TemplateListFilterModel (EventListModel *baseModel, QObject *parent=0) | |
Protected Member Functions | |
| virtual bool | filterAcceptsColumn (int sourceCol, const QModelIndex &sourceParent) const |
| virtual bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const |
Member Enumeration Documentation
| anonymous enum |
Definition at line 32 of file templatelistfiltermodel.h.
Constructor & Destructor Documentation
| TemplateListFilterModel::TemplateListFilterModel | ( | EventListModel * | baseModel, | |
| QObject * | parent = 0 | |||
| ) | [inline, explicit] |
Definition at line 37 of file templatelistfiltermodel.h.
Member Function Documentation
| bool TemplateListFilterModel::filterAcceptsColumn | ( | int | sourceCol, | |
| const QModelIndex & | sourceParent | |||
| ) | const [protected, virtual] |
Definition at line 52 of file templatelistfiltermodel.cpp.
| bool TemplateListFilterModel::filterAcceptsRow | ( | int | sourceRow, | |
| const QModelIndex & | sourceParent | |||
| ) | const [protected, virtual] |
Definition at line 42 of file templatelistfiltermodel.cpp.
| QModelIndex TemplateListFilterModel::mapFromSource | ( | const QModelIndex & | sourceIndex | ) | const [virtual] |
Definition at line 58 of file templatelistfiltermodel.cpp.
| QModelIndex TemplateListFilterModel::mapToSource | ( | const QModelIndex & | proxyIndex | ) | const [virtual] |
Definition at line 76 of file templatelistfiltermodel.cpp.
| void TemplateListFilterModel::setTypeFilter | ( | bool | excludeCommandAlarms | ) |
Definition at line 33 of file templatelistfiltermodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference