]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/OGoCalWeekView.h
Work in progress - pushed everything from query strings to query parameter dictionari...
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / OGoCalWeekView.h
1 // $Id: OGoCalWeekView.h,v 1.2 2004/06/03 21:56:44 helge Exp $
2
3 #ifndef __ZideStoreUI_OGoCalWeekView_H__
4 #define __ZideStoreUI_OGoCalWeekView_H__
5
6 #include "OGoCalView.h"
7
8 @interface OGoCalWeekView : OGoCalView
9 {
10 }
11
12 /* Query Parameters */
13
14 - (NSDictionary *)prevWeekQueryParameters;
15 - (NSDictionary *)thisWeekQueryParameters;
16 - (NSDictionary *)nextWeekQueryParameters;
17     
18 @end
19
20 #endif /* __ZideStoreUI_OGoCalWeekView_H__ */