]> err.no Git - scalable-opengroupware.org/blob - Misc/ZideStore/UI-X/Scheduler/UIxCalMonthView.h
5caf1d4ca1d929a7f5089463f03248c58217fd2c
[scalable-opengroupware.org] / Misc / ZideStore / UI-X / Scheduler / UIxCalMonthView.h
1 // $Id$
2
3 #ifndef __ZideStoreUI_UIxCalMonthView_H__
4 #define __ZideStoreUI_UIxCalMonthView_H__
5
6 #include "UIxCalView.h"
7
8 /*
9   UIxCalMonthView
10   
11   Abstract superclass for views which display months.
12 */
13
14 @interface UIxCalMonthView : UIxCalView
15 {
16 }
17
18 - (NSDictionary *)prevMonthQueryParameters;
19 - (NSDictionary *)nextMonthQueryParameters;
20
21 @end
22
23 #endif /* __ZideStoreUI_UIxCalMonthView_H__ */