mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 90e958d35fe76f5d466582bc66691fca02292378
Monotone-Revision: 039560571b9245893d7b9b2408a4695499b991f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T16:36:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
@class NSCalendarDate;
|
||||
@class NSNumber;
|
||||
@class SOGoDateFormatter;
|
||||
@class iCalPerson;
|
||||
|
||||
@interface UIxFreeBusyUserSelector : UIxComponent
|
||||
{
|
||||
@@ -42,6 +43,11 @@
|
||||
NSMutableArray *hoursToDisplay;
|
||||
NSCalendarDate *currentDayToDisplay;
|
||||
NSNumber *currentHourToDisplay;
|
||||
|
||||
NSArray *contacts;
|
||||
iCalPerson *currentContact;
|
||||
|
||||
NSString *selectorId;
|
||||
}
|
||||
|
||||
- (void) setStartDate: (NSCalendarDate *) newStartDate;
|
||||
@@ -50,6 +56,12 @@
|
||||
- (void) setDayStartHour: (NSNumber *) newDayStartHour;
|
||||
- (void) setDayEndHour: (NSNumber *) newDayEndHour;
|
||||
|
||||
- (void) setContacts: (NSArray *) contacts;
|
||||
- (NSArray *) contacts;
|
||||
|
||||
- (void) setSelectorId: (NSString *) newSelectorId;
|
||||
- (NSString *) selectorId;
|
||||
|
||||
- (NSArray *) daysToDisplay;
|
||||
- (NSArray *) hoursToDisplay;
|
||||
- (void) setCurrentDayToDisplay: (NSCalendarDate *) newCurrentDayToDisplay;
|
||||
|
||||
Reference in New Issue
Block a user