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.16 - (hide annotations) (download) (as text)
Sat Feb 15 05:21:40 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
Changes since 1.15: +1 -1 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.15 @class ComposeController;
6     @class MailTextFormatManager;
7 footashida 1.11
8 footashida 1.1 @interface MainController : NSObject {
9 footashida 1.14 // test
10 footashida 1.1 IBOutlet NSWindow *window;
11     IBOutlet NSWindow *searchWindow;
12     IBOutlet NSTableView *mailList;
13     IBOutlet NSOutlineView *folderTree;
14     IBOutlet NSTextView *mailContents;
15 footashida 1.15 // IBOutlet NSDrawer *addressBookDrawer;
16 footashida 1.11 DUMMailBoxManager *mailBoxManager;
17     PreferenceController *prefController;
18 footashida 1.15 NSMutableArray *composeControllers;
19 footashida 1.12 AddressBookController *addressbookController;
20 footashida 1.15 MailTextFormatManager *mailTextFormatManager;
21 footashida 1.1 }
22     -(IBAction)createNewMessage:(id)sender;
23 footashida 1.2 -(IBAction)showPreference:(id)sender;
24 footashida 1.9 -(IBAction)createRule:(id)sender;
25 footashida 1.16 //-(IBAction)showAddressBook;
26 footashida 1.13 -(AddressBookController *)addressBookController;
27 footashida 1.1 @end

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