Browse CVS Repository
Annotation of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.14 -
( hide annotations)
( download)
( as text)
Mon Feb 3 12:36:31 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
Changes since 1.13: +1 -0 lines
File MIME type: text/x-chdr
No 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 |
footashida |
1.14 |
// test |
| 8 |
footashida |
1.1 |
IBOutlet NSWindow *window; |
| 9 |
|
|
IBOutlet NSWindow *composeWindow; |
| 10 |
|
|
IBOutlet NSWindow *searchWindow; |
| 11 |
|
|
IBOutlet NSTableView *mailList; |
| 12 |
|
|
IBOutlet NSOutlineView *folderTree; |
| 13 |
|
|
IBOutlet NSTextView *mailContents; |
| 14 |
footashida |
1.13 |
IBOutlet NSDrawer *addressBookDrawer; |
| 15 |
footashida |
1.11 |
DUMMailBoxManager *mailBoxManager; |
| 16 |
|
|
PreferenceController *prefController; |
| 17 |
footashida |
1.12 |
AddressBookController *addressbookController; |
| 18 |
footashida |
1.1 |
} |
| 19 |
|
|
-(IBAction)createNewMessage:(id)sender; |
| 20 |
footashida |
1.2 |
-(IBAction)showPreference:(id)sender; |
| 21 |
footashida |
1.9 |
-(IBAction)createRule:(id)sender; |
| 22 |
footashida |
1.12 |
-(IBAction)showAddressBook; |
| 23 |
footashida |
1.13 |
-(AddressBookController *)addressBookController; |
| 24 |
footashida |
1.1 |
@end |
|