Develop and Download Open Source Software

Browse CVS Repository

Annotation of /undmail/guiproto/MainController.h

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


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

1 footashida 1.1 #import <Cocoa/Cocoa.h>
2 footashida 1.12 @class DUMMailBoxManager;
3 footashida 1.11 @class PreferenceController;
4 footashida 1.12 @class AddressBookController;
5 footashida 1.11
6 footashida 1.1 @interface MainController : NSObject {
7     IBOutlet NSWindow *window;
8     IBOutlet NSWindow *composeWindow;
9     IBOutlet NSWindow *searchWindow;
10     IBOutlet NSTableView *mailList;
11     IBOutlet NSOutlineView *folderTree;
12     IBOutlet NSTextView *mailContents;
13 footashida 1.13 IBOutlet NSDrawer *addressBookDrawer;
14 footashida 1.11 DUMMailBoxManager *mailBoxManager;
15     PreferenceController *prefController;
16 footashida 1.12 AddressBookController *addressbookController;
17 footashida 1.1 }
18     -(IBAction)createNewMessage:(id)sender;
19 footashida 1.2 -(IBAction)showPreference:(id)sender;
20 footashida 1.9 -(IBAction)createRule:(id)sender;
21 footashida 1.12 -(IBAction)showAddressBook;
22 footashida 1.13 -(AddressBookController *)addressBookController;
23 footashida 1.1 @end

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