calfilter.cpp
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 setEmailList(const TQStringList &)
Set list of email addresses which are to be considered when finding incidences which the current user...
Definition: calfilter.cpp:208
TQStringList categories() const
Return categories as a list of strings.
Definition: incidence.cpp:323
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
bool filterIncidence(Incidence *) const
Apply filter criteria on the specified incidence.
Definition: calfilter.cpp:100
bool isCompleted() const
Returns true if the todo is 100% completed, otherwise return false.
Definition: todo.cpp:217
TQDateTime completed() const
Returns date and time when todo was completed.
Definition: todo.cpp:235
void setCategoryList(const TQStringList &)
Set list of categories, which is used for showing/hiding categories of events.
Definition: calfilter.cpp:198
This class provides the base class common to all calendar components.
Definition: incidence.h:47
int completedTimeSpan() const
Return the number of days for "Hide completed todos", after which todos are not shown any more...
Definition: calfilter.cpp:223
Namespace KCal is for global classes, objects and/or functions in libkcal.
Definition: alarm.h:38
bool hasStartDate() const
Returns true if the todo has a start date, otherwise return false.
Definition: todo.cpp:157
void setCriteria(int)
Set criteria, which have to be fulfilled by events passing the filter.
Definition: calfilter.cpp:188
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
TQDateTime dtStart(bool first=false) const
Returns the startdate of the todo.
Definition: todo.cpp:177