Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/MacOSX/SettingDlgControl.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Sat Sep 30 14:24:39 2006 UTC
(17 years, 6 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -0 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/* SettingDlgControl */ |
| 2 |
|
| 3 |
#import <Cocoa/Cocoa.h> |
| 4 |
#import "option.h" |
| 5 |
|
| 6 |
@interface SettingDlgControl : NSObject |
| 7 |
{ |
| 8 |
IBOutlet id checkBUFE; |
| 9 |
IBOutlet id checkDiscAtOnce; |
| 10 |
IBOutlet id checkOnTheFly; |
| 11 |
IBOutlet id checkTestWrite; |
| 12 |
IBOutlet id checkOutSide; |
| 13 |
IBOutlet id readSpeedSel; |
| 14 |
IBOutlet id settingPanel; |
| 15 |
IBOutlet id textTempDirectory; |
| 16 |
IBOutlet id writeSpeedSel; |
| 17 |
} |
| 18 |
- (IBAction)buttonCancel:(id)sender; |
| 19 |
- (IBAction)buttonStart:(id)sender; |
| 20 |
- (int)openSettingDialog:(OPTIONS *)option; |
| 21 |
- (void)setSpeedItems:(id)target |
| 22 |
defValue:(int)defaultSpeed |
| 23 |
isdvd:(BOOL)dvd |
| 24 |
speedList:(BYTE *)speeds |
| 25 |
numSpeed:(int)num_speed; |
| 26 |
|
| 27 |
|
| 28 |
@end |
|