mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Monotone-Parent: 993d2c6913677d2f4479038c7c4a266d4eb3b349
Monotone-Revision: 1cb11e2a0ddee5233e1b78a70804a88e78a13ca1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-18T02:06:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,10 +40,9 @@
|
||||
SOGoAptFormatter *monthAptFormatter;
|
||||
SOGoDateFormatter *dateFormatter;
|
||||
|
||||
NSMutableDictionary *sortedAppointments;
|
||||
NSArray *daysToDisplay;
|
||||
NSCalendarDate *currentTableDay;
|
||||
NSArray *currentTableColumn;
|
||||
NSMutableArray *weeksToDisplay;
|
||||
NSArray *currentWeek;
|
||||
|
||||
NSArray *dayNames;
|
||||
NSArray *monthNames;
|
||||
@@ -60,11 +59,14 @@
|
||||
- (NSString *) monthNameOfNextMonth;
|
||||
- (NSString *) monthNameOfTheMonthAfterNextMonth;
|
||||
|
||||
- (NSArray *) daysToDisplay;
|
||||
- (NSArray *) weeksToDisplay;
|
||||
|
||||
- (NSString *) labelForCurrentDayToDisplay;
|
||||
- (NSString *) dayCellClasses;
|
||||
|
||||
- (void) setCurrentWeek: (NSArray *) newCurrentWeek;
|
||||
- (NSArray *) currentWeek;
|
||||
|
||||
- (void) setCurrentTableDay: (NSCalendarDate *) newCurrentTableDay;
|
||||
- (NSCalendarDate *) currentTableDay;
|
||||
- (NSString *) labelForCurrentDayCell;
|
||||
|
||||
Reference in New Issue
Block a user