mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user