calfilter.cpp
30CalFilter::CalFilter()
TQStringList emailList() const
Return list of email addresses which are to be considered when finding incidences which the current u...
Definition: calfilter.cpp:213
void setCompletedTimeSpan(int timespan)
Set the number of days for "Hide completed todos", after which todos are not shown any more.
Definition: calfilter.cpp:218
TQStringList categoryList() const
Return category list, used for showing/hiding categories of events.
Definition: calfilter.cpp:203
void apply(Event::List *eventlist) const
Apply filter to eventlist, all events not matching filter criterias are removed from the list.
Definition: calfilter.cpp:49
void setCategoryList(const TQStringList &)
Set list of categories, which is used for showing/hiding categories of events.
Definition: calfilter.cpp:198
bool filterIncidence(Incidence *) const
Apply filter criteria on the specified incidence.
Definition: calfilter.cpp:100
void setCriteria(int)
Set criteria, which have to be fulfilled by events passing the filter.
Definition: calfilter.cpp:188
void setEmailList(const TQStringList &)
Set list of email addresses which are to be considered when finding incidences which the current user...
Definition: calfilter.cpp:208
int completedTimeSpan() const
Return the number of days for "Hide completed todos", after which todos are not shown any more.
Definition: calfilter.cpp:223
This class provides the base class common to all calendar components.
Definition: incidence.h:48
bool isCompleted() const
Returns true if the todo is 100% completed, otherwise return false.
Definition: todo.cpp:217
bool hasStartDate() const
Returns true if the todo has a start date, otherwise return false.
Definition: todo.cpp:157
TQDateTime dtStart(bool first=false) const
Returns the startdate of the todo.
Definition: todo.cpp:177
Namespace KCal is for global classes, objects and/or functions in libkcal.
Definition: alarm.h:38