| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/Quartz.framework/Frameworks/QuartzComposer.framework |
| Availability | Available in Mac OS X v10.5 and later. |
| Companion guide | |
| Declared in | QCCompositionPickerPanel.h |
The QCCompositionPickerPanel class represents a utility window that allows users to browse compositions that are in the Quartz Composer composition repository and, if supported, preview the composition. The QCCompositionPickerPanel class cannot be subclassed.
Returns the shared instance of the composition picker panel.
+ (QCCompositionPickerPanel*) sharedCompositionPickerPanel
The shared QCCompositionPickerPanel object.
QCCompositionPickerPanel.hReturns the composition picker view used by the panel so that it can be configured.
- (QCCompositionPickerView*) compositionPickerView;
The QCCompositionPickerView used by the composition picker panel.
After you retrieve the view, you can configure it.
QCCompositionPickerPanel.hPosted when the user chooses a composition.
QCCompositionPickerPanel.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-05-09)