mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 3874101b75c9b5f3a0a6e8b0833b2921251558d5
Monotone-Revision: 9fd0514bbfcb3644ae55d706b2e8133b5b8a1280 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-29T18:13:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -25,24 +25,23 @@
|
||||
#define __UIxCalDayView_H_
|
||||
|
||||
|
||||
#include "UIxCalView.h"
|
||||
#import "UIxCalView.h"
|
||||
|
||||
@interface UIxCalDayView : UIxCalView
|
||||
{
|
||||
NSCalendarDate *currentDate;
|
||||
}
|
||||
|
||||
- (void)setCurrentDate:(NSCalendarDate *)_date;
|
||||
- (NSCalendarDate *)currentDate;
|
||||
- (BOOL)isCurrentDateInApt;
|
||||
|
||||
- (NSDictionary *)currentDateQueryParameters;
|
||||
- (NSDictionary *) dayBeforePrevDayQueryParameters;
|
||||
- (NSDictionary *) prevDayQueryParameters;
|
||||
- (NSDictionary *) nextDayQueryParameters;
|
||||
- (NSDictionary *) dayAfterNextDayQueryParameters;
|
||||
- (NSDictionary *) currentDateQueryParameters;
|
||||
|
||||
- (NSArray *)dateRange;
|
||||
- (NSCalendarDate *) startDate;
|
||||
|
||||
/* appointments */
|
||||
- (NSArray *)aptsForCurrentDate;
|
||||
- (BOOL)hasAptsForCurrentDate;
|
||||
- (NSString *) dayBeforeYesterdayName;
|
||||
- (NSString *) yesterdayName;
|
||||
- (NSString *) currentDayName;
|
||||
- (NSString *) tomorrowName;
|
||||
- (NSString *) dayAfterTomorrowName;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user