Browse CVS Repository
Annotation of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.12 -
( hide annotations)
( download)
( as text)
Sun Jan 26 16:30:09 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
Changes since 1.11: +4 -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.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.5 |
IBOutlet NSTableView *popServerTable; |
| 14 |
|
|
IBOutlet NSTableView *smtpServerTable; |
| 15 |
|
|
IBOutlet NSTableView *mailCheckTable; |
| 16 |
footashida |
1.11 |
|
| 17 |
|
|
DUMMailBoxManager *mailBoxManager; |
| 18 |
|
|
|
| 19 |
|
|
PreferenceController *prefController; |
| 20 |
footashida |
1.12 |
AddressBookController *addressbookController; |
| 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.12 |
-(IBAction)showAddressBook; |
| 26 |
footashida |
1.1 |
@end |
|