Next Page > Hide TOC

QCCompositionPickerPanel Class Reference

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

Overview

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.

Tasks

Creating the Utility Window for Browsing Compositions

Getting the Picker Panel View

Class Methods

sharedCompositionPickerPanel

Returns the shared instance of the composition picker panel.

+ (QCCompositionPickerPanel*) sharedCompositionPickerPanel

Return Value

The shared QCCompositionPickerPanel object.

Availability
Declared In
QCCompositionPickerPanel.h

Instance Methods

compositionPickerView

Returns the composition picker view used by the panel so that it can be configured.

- (QCCompositionPickerView*) compositionPickerView;

Return Value

The QCCompositionPickerView used by the composition picker panel.

Discussion

After you retrieve the view, you can configure it.

Availability
Declared In
QCCompositionPickerPanel.h

Notifications

QCCompositionPickerPanelDidSelectCompositionNotification

Posted when the user chooses a composition.

Availability
Declared In
QCCompositionPickerPanel.h

Next Page > Hide TOC


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-05-09)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.