Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/AddressBookController.h

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Jan 31 17:49:12 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
Changes since 1.1: +2 -0 lines
File MIME type: text/x-chdr
*** empty log message ***

1 #import <AppKit/AppKit.h>
2 @class ABGroup;
3
4
5 @interface AddressBookController : NSWindowController{
6 IBOutlet id nameTable;
7 IBOutlet NSView *addressBookView;
8 NSMutableArray *group;
9 ABGroup *currentGroup;
10 }
11 -(NSView *)addressBookView;
12 - (NSMutableArray *)listGroup;
13 - (void) updateGroup;
14 - (void) updateUI;
15
16 - (void) setGroup:(NSMutableArray *)aGroup;
17 - (NSMutableArray *)group;
18 - (void) setCurrentGroup:(ABGroup *)cGroup;
19 - (ABGroup *)currentGroup;
20 @end

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