Monotone-Parent: d840398d742d2ea0eea33b8c9140e15c3ba2dd63

Monotone-Revision: 2ad903f7aa0d1a5fd9efc71f4c23eefee39e1bdf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-24T19:17:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-24 19:17:14 +00:00
parent a861c16a0c
commit 50abc82da1
3 changed files with 138 additions and 28 deletions
+30 -6
View File
@@ -1,4 +1,24 @@
// $Id: UIxCalWeekView.h 191 2004-08-12 16:28:32Z helge $
/* UIxCalWeekView.h - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __SOGo_UIxCalWeekView_H__
#define __SOGo_UIxCalWeekView_H__
@@ -8,13 +28,17 @@
@class NSDictionary;
@interface UIxCalWeekView : UIxCalView
{
}
/* Query Parameters */
- (NSDictionary *) weekBeforePrevWeekQueryParameters;
- (NSDictionary *) prevWeekQueryParameters;
- (NSDictionary *) nextWeekQueryParameters;
- (NSDictionary *) weekAfterNextWeekQueryParameters;
- (NSDictionary *)prevWeekQueryParameters;
- (NSDictionary *)nextWeekQueryParameters;
- (NSString *) weekBeforeLastWeekName;
- (NSString *) lastWeekName;
- (NSString *) currentWeekName;
- (NSString *) nextWeekName;
- (NSString *) weekAfterNextWeekName;
@end