DRSetupPanel.h

Overview

Base class for the DiscRecordingUI setup panels.

Discussion

Provides a base framework for handling device selection, media ejection and confirming or cancelling the panel.



Classes

DRSetupPanel

Categories

NSObject(DRSetupPanelDelegate)


Constants

DRSetupPanelDeviceSelectionChangedNotification

Type of notification sent when the device selection changes.

DRSetupPanelSelectedDeviceKey

Key in the userInfo dictionary when the DRSetupPanelDeviceSelectionChangedNotification is received.


DRSetupPanelDeviceSelectionChangedNotification


Type of notification sent when the device selection changes.

extern NSString* const DRSetupPanelDeviceSelectionChangedNotification;  

Availability
Introduced in Mac OS X v10.2

DRSetupPanelSelectedDeviceKey


Key in the userInfo dictionary when the DRSetupPanelDeviceSelectionChangedNotification is received.

extern NSString* const DRSetupPanelSelectedDeviceKey;  

Availability
Introduced in Mac OS X v10.2

 

Last Updated: 2009-08-13