mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
Monotone-Parent: 6ccdcaac87d66173b1c675ce714a85b4fa7f82b5
Monotone-Revision: a8eaad13df3d9d67b260d73ffe79b6576abb4338 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-30T22:37:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -29,23 +29,16 @@
|
||||
@class NSMutableArray;
|
||||
@class NSCalendarDate;
|
||||
@class NSNumber;
|
||||
@class SOGoDateFormatter;
|
||||
@class iCalPerson;
|
||||
|
||||
@interface UIxFreeBusyUserSelector : UIxComponent
|
||||
{
|
||||
SOGoDateFormatter *dateFormatter;
|
||||
NSCalendarDate *startDate;
|
||||
NSCalendarDate *endDate;
|
||||
NSNumber *dayStartHour;
|
||||
NSNumber *dayEndHour;
|
||||
NSMutableArray *daysToDisplay;
|
||||
NSMutableArray *hoursToDisplay;
|
||||
NSCalendarDate *currentDayToDisplay;
|
||||
NSNumber *currentHourToDisplay;
|
||||
|
||||
NSArray *contacts;
|
||||
iCalPerson *currentContact;
|
||||
|
||||
NSString *selectorId;
|
||||
}
|
||||
@@ -54,7 +47,9 @@
|
||||
- (void) setEndDate: (NSCalendarDate *) newEndDate;
|
||||
|
||||
- (void) setDayStartHour: (NSNumber *) newDayStartHour;
|
||||
- (NSNumber *) dayStartHour;
|
||||
- (void) setDayEndHour: (NSNumber *) newDayEndHour;
|
||||
- (NSNumber *) dayEndHour;
|
||||
|
||||
- (void) setContacts: (NSArray *) contacts;
|
||||
- (NSArray *) contacts;
|
||||
@@ -62,13 +57,6 @@
|
||||
- (void) setSelectorId: (NSString *) newSelectorId;
|
||||
- (NSString *) selectorId;
|
||||
|
||||
- (NSArray *) daysToDisplay;
|
||||
- (NSArray *) hoursToDisplay;
|
||||
- (void) setCurrentDayToDisplay: (NSCalendarDate *) newCurrentDayToDisplay;
|
||||
- (void) setCurrentHourToDisplay: (NSNumber *) newCurrentHourToDisplay;
|
||||
- (NSCalendarDate *) currentDayToDisplay;
|
||||
- (NSNumber *) currentHourToDisplay;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* UIXFREEBUSYUSERSELECTOR_H */
|
||||
|
||||
Reference in New Issue
Block a user