author | zautrix <zautrix> | 2005-01-16 10:26:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-16 10:26:46 (UTC) |
commit | 5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (patch) (unidiff) | |
tree | c4ec0d0552d06065a1e9f8eb12c44fcbfdd19f4a /libkcal | |
parent | 62ff81d5d292ddf3c6032b48f27a6daedf6a6cb0 (diff) | |
download | kdepimpi-5138d4edea4189100ddc8bf6bd82bccbdcaebf95.zip kdepimpi-5138d4edea4189100ddc8bf6bd82bccbdcaebf95.tar.gz kdepimpi-5138d4edea4189100ddc8bf6bd82bccbdcaebf95.tar.bz2 |
filter setings changed
-rw-r--r-- | libkcal/calfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calfilter.h b/libkcal/calfilter.h index d6d4717..5ad0064 100644 --- a/libkcal/calfilter.h +++ b/libkcal/calfilter.h | |||
@@ -97,17 +97,17 @@ class CalFilter { | |||
97 | */ | 97 | */ |
98 | void setCategoryList(const QStringList &); | 98 | void setCategoryList(const QStringList &); |
99 | /** | 99 | /** |
100 | Return category list, used for showing/hiding categories of events. | 100 | Return category list, used for showing/hiding categories of events. |
101 | See related functions. | 101 | See related functions. |
102 | */ | 102 | */ |
103 | QStringList categoryList(); | 103 | QStringList categoryList(); |
104 | 104 | ||
105 | enum { HideRecurring = 1, HideCompleted = 2, ShowCategories = 4 ,ShowPublic = 8, ShowPrivate = 16, ShowConfidential = 32 }; | 105 | enum { HideRecurring = 1, HideCompleted = 2, ShowCategories = 4 ,ShowPublic = 8, ShowPrivate = 16, ShowConfidential = 32, HideEvents = 64, HideTodos = 128, HideJournals = 256 }; |
106 | 106 | ||
107 | /** | 107 | /** |
108 | Set criteria, which have to be fulfilled by events passing the filter. | 108 | Set criteria, which have to be fulfilled by events passing the filter. |
109 | */ | 109 | */ |
110 | void setCriteria(int); | 110 | void setCriteria(int); |
111 | /** | 111 | /** |
112 | Get inclusive filter criteria. | 112 | Get inclusive filter criteria. |
113 | */ | 113 | */ |