DiscRecordingUI Changes
DiscRecordingUI
DRBurnProgressPanel.h
Modified -[DRBurnProgressPanel stopBurn:]
Declaration | |
---|---|
From | - (void)stopBurn:(id)sender |
To | - (IBAction)stopBurn:(id)sender |
DRBurnSetupPanel.h
Modified -[DRBurnSetupPanel appendable:]
Declaration | |
---|---|
From | - (void)appendable:(id)sender |
To | - (IBAction)appendable:(id)sender |
Modified -[DRBurnSetupPanel burnSpeed:]
Declaration | |
---|---|
From | - (void)burnSpeed:(id)sender |
To | - (IBAction)burnSpeed:(id)sender |
Modified -[DRBurnSetupPanel completionAction:]
Declaration | |
---|---|
From | - (void)completionAction:(id)sender |
To | - (IBAction)completionAction:(id)sender |
Modified -[DRBurnSetupPanel expand:]
Declaration | |
---|---|
From | - (void)expand:(id)sender |
To | - (IBAction)expand:(id)sender |
Modified -[DRBurnSetupPanel testBurn:]
Declaration | |
---|---|
From | - (void)testBurn:(id)sender |
To | - (IBAction)testBurn:(id)sender |
Modified -[DRBurnSetupPanel verifyBurn:]
Declaration | |
---|---|
From | - (void)verifyBurn:(id)sender |
To | - (IBAction)verifyBurn:(id)sender |
DREraseSetupPanel.h
Modified -[DREraseSetupPanel eraseType:]
Declaration | |
---|---|
From | - (void)eraseType:(id)sender |
To | - (IBAction)eraseType:(id)sender |
DRSetupPanel.h
Modified -[DRSetupPanel cancel:]
Declaration | |
---|---|
From | - (void)cancel:(id)sender |
To | - (IBAction)cancel:(id)sender |
Modified -[DRSetupPanel close:]
Declaration | |
---|---|
From | - (void)close:(id)sender |
To | - (IBAction)close:(id)sender |
Modified -[DRSetupPanel eject:]
Declaration | |
---|---|
From | - (void)eject:(id)sender |
To | - (IBAction)eject:(id)sender |
Modified -[DRSetupPanel ok:]
Declaration | |
---|---|
From | - (void)ok:(id)sender |
To | - (IBAction)ok:(id)sender |
Modified -[DRSetupPanel open:]
Declaration | |
---|---|
From | - (void)open:(id)sender |
To | - (IBAction)open:(id)sender |