Monotone-Parent: 7a7aabe043c26fa96cca91a06e9d00405b89074a

Monotone-Revision: 97ce26d79dbd73440edf73fd3ca208cc33e8cf92

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:19:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-11 18:19:42 +00:00
parent 41c4d89701
commit 4aa0d7964b
3 changed files with 97 additions and 62 deletions
+8 -3
View File
@@ -17,6 +17,7 @@
@interface UIxCalView : UIxComponent
{
NSArray *appointments;
NSArray *tasks;
NSArray *allDayApts;
id appointment;
NSCalendarDate *currentDay;
@@ -39,8 +40,11 @@
/* accessors */
- (NSArray *)appointments;
- (void)setAppointments:(NSArray *)_apts;
- (NSArray *) appointments;
- (void) setAppointments: (NSArray *) _apts;
- (void) setTasks: (NSArray *) _tasks;
- (NSArray *) tasks;
- (NSArray *)allDayApts;
- (id)appointment;
@@ -85,7 +89,8 @@
- (NSCalendarDate *)startDate;
- (NSCalendarDate *)endDate;
- (NSArray *)fetchCoreInfos;
- (NSArray *) fetchCoreAppointmentsInfos;
- (NSArray *) fetchCoreTasksInfos;
/* date selection */