Browse CVS Repository
Annotation of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.11 -
( hide annotations)
( download)
( as text)
Sat Jan 25 13:20:46 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
Changes since 1.10: +7 -8 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.1 |
#import <Cocoa/Cocoa.h> |
| 2 |
footashida |
1.11 |
@class PreferenceController; |
| 3 |
|
|
@class DUMMailBoxManager; |
| 4 |
|
|
|
| 5 |
footashida |
1.1 |
@interface MainController : NSObject { |
| 6 |
|
|
IBOutlet NSWindow *window; |
| 7 |
|
|
IBOutlet NSWindow *composeWindow; |
| 8 |
|
|
IBOutlet NSWindow *searchWindow; |
| 9 |
|
|
IBOutlet NSTableView *mailList; |
| 10 |
|
|
IBOutlet NSOutlineView *folderTree; |
| 11 |
|
|
IBOutlet NSTextView *mailContents; |
| 12 |
footashida |
1.5 |
IBOutlet NSTableView *popServerTable; |
| 13 |
|
|
IBOutlet NSTableView *smtpServerTable; |
| 14 |
|
|
IBOutlet NSTableView *mailCheckTable; |
| 15 |
footashida |
1.11 |
|
| 16 |
|
|
DUMMailBoxManager *mailBoxManager; |
| 17 |
|
|
|
| 18 |
|
|
PreferenceController *prefController; |
| 19 |
footashida |
1.1 |
} |
| 20 |
|
|
-(IBAction)createNewMessage:(id)sender; |
| 21 |
footashida |
1.2 |
-(IBAction)showPreference:(id)sender; |
| 22 |
footashida |
1.9 |
-(IBAction)createRule:(id)sender; |
| 23 |
footashida |
1.1 |
@end |
|