mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 14:29:28 +00:00
rollback
Monotone-Parent: 2d120d90819b42e21a50956a14c0c5d130cfdf09 Monotone-Revision: 376221b991f7b0bee18cfede79614398e85e5b99 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-31T18:52:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
|
||||
@interface UIxCalMonthView : UIxCalView
|
||||
{
|
||||
int dayIndex;
|
||||
int dayOfWeek;
|
||||
int weekOfYear;
|
||||
NSCalendarDate *currentWeekStart;
|
||||
}
|
||||
|
||||
- (NSCalendarDate *)startOfMonth;
|
||||
@@ -24,34 +20,6 @@
|
||||
- (NSDictionary *)prevMonthQueryParameters;
|
||||
- (NSDictionary *)nextMonthQueryParameters;
|
||||
|
||||
- (void)setDayIndex:(int)_idx;
|
||||
- (int)dayIndex;
|
||||
- (void)setDayOfWeek:(int)_day;
|
||||
- (int)dayOfWeek;
|
||||
|
||||
- (void)setCurrentWeekStartDate:(NSCalendarDate *)_date;
|
||||
- (NSCalendarDate *)currentWeekStartDate;
|
||||
- (void)setWeekOfYear:(int)_week;
|
||||
- (int)weekOfYear;
|
||||
- (int)year;
|
||||
- (int)month;
|
||||
- (NSString *)localizedDayOfWeekName;
|
||||
- (NSDictionary *)currentWeekQueryParameters;
|
||||
|
||||
|
||||
/* style sheet */
|
||||
|
||||
|
||||
- (NSString *)weekStyle;
|
||||
|
||||
- (NSString *)contentStyle;
|
||||
|
||||
|
||||
/* appointments */
|
||||
|
||||
|
||||
- (NSArray *)appointments;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __SOGo_UIxCalMonthView_H__ */
|
||||
|
||||
Reference in New Issue
Block a user