KCal Library
Go to the documentation of this file.
31 #ifndef KCAL_CALFILTER_H
32 #define KCAL_CALFILTER_H
34 #include <QtCore/QString>
36 #include "kcal_export.h"
65 HideCompletedTodos = 2,
67 HideInactiveTodos = 8,
68 HideNoMatchingAttendeeTodos = 16
81 explicit CalFilter(
const QString &name );
94 void setName(
const QString &name );
100 QString name()
const;
109 void setCriteria(
int criteria );
115 int criteria()
const;
147 bool filterIncidence(
Incidence *incidence )
const;
155 void setEnabled(
bool enabled );
161 bool isEnabled()
const;
170 void setCategoryList(
const QStringList &categoryList );
176 QStringList categoryList()
const;
185 void setEmailList(
const QStringList &emailList );
191 QStringList emailList()
const;
203 void setCompletedTimeSpan(
int timespan );
209 int completedTimeSpan()
const;
217 bool operator==(
const CalFilter &filter );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.