KCalCore Library
Go to the documentation of this file.
31 #ifndef KCALCORE_CALFILTER_H
32 #define KCALCORE_CALFILTER_H
34 #include "kcalcore_export.h"
63 HideCompletedTodos = 2,
65 HideInactiveTodos = 8,
66 HideNoMatchingAttendeeTodos = 16
79 explicit CalFilter(
const QString &name );
92 void setName(
const QString &name );
107 void setCriteria(
int criteria );
113 int criteria()
const;
153 void setEnabled(
bool enabled );
159 bool isEnabled()
const;
168 void setCategoryList(
const QStringList &categoryList );
174 QStringList categoryList()
const;
183 void setEmailList(
const QStringList &emailList );
189 QStringList emailList()
const;
201 void setCompletedTimeSpan(
int timespan );
207 int completedTimeSpan()
const;
214 bool operator==(
const CalFilter &filter )
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:24:51 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.