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
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;
QVector< Ptr > List
List of journals.
QVector< Ptr > List
List of to-dos.
QSharedPointer< Incidence > Ptr
A shared pointer to an Incidence.
QVector< Ptr > List
List of events.
Criteria
Filtering Criteria.
Provides a filter for calendars.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.