Develop and Download Open Source Software

Browse CVS Repository

Annotation of /undmail/guiproto/AddressBookController.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download) (as text)
Sun Feb 16 09:05:53 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines
File MIME type: text/x-chdr
*** empty log message ***

1 footashida 1.1 #import <AppKit/AppKit.h>
2     @class ABGroup;
3 footashida 1.3 @class ComposeController;
4 footashida 1.1
5     @interface AddressBookController : NSWindowController{
6     IBOutlet id nameTable;
7 footashida 1.2 IBOutlet NSView *addressBookView;
8 footashida 1.1 NSMutableArray *group;
9     ABGroup *currentGroup;
10 footashida 1.5 id windowController;
11 footashida 1.3 IBOutlet NSDrawer *drawer;
12 footashida 1.1 }
13 footashida 1.2 -(NSView *)addressBookView;
14 footashida 1.1 - (NSMutableArray *)listGroup;
15     - (void) updateGroup;
16     - (void) updateUI;
17    
18     - (void) setGroup:(NSMutableArray *)aGroup;
19     - (NSMutableArray *)group;
20     - (void) setCurrentGroup:(ABGroup *)cGroup;
21     - (ABGroup *)currentGroup;
22 footashida 1.5 - (void) setWindowController:(id)controller;
23 footashida 1.3 - (void)showAddressBookWindow;
24 footashida 1.4 - (NSMenu *)createAddressMenu:(id)sender action:(SEL)anAction title:(NSString *)title;
25     - (NSMenu *)addressMenu;
26 footashida 1.1 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26