Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Next Page > Hide TOC

QCCompositionParameterViewDelegate Protocol Reference

(informal protocol)

Framework
/System/Library/Frameworks/Quartz.framework/Frameworks/QuartzComposer.framework
Companion guide
Declared in
QCCompositionParameterView.h

Overview

The QCCompositionParameterViewDelegate informal protocol allows your application it define which parameters should be visible in a QCCompositionParameterView object.

Tasks

Responding to Composition Selections

Instance Methods

compositionParameterView:shouldDisplayParameterWithKey:attributes:

Allows you to define which composition parameters are visible in the user interface when the composition parameter view refreshes.

- (BOOL) compositionParameterView:(QCCompositionParameterView *)parameterView shouldDisplayParameterWithKey:(NSString *)portKey attributes:(NSDictionary *)portAttributes;

Parameters
parameterView

The composition parameter view in which the selection changed.

portKey

A key for one of the composition parameters, which is provided to you by the Quartz Composer engine.

portAttributes

A dictionary of the attributes that you want to display in the user interface.

Return Value

YES if port attributes should be displayed; NO otherwise.

Availability
Declared In
QCCompositionParameterView.h

Next Page > Hide TOC


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.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice