Next Page > Hide TOC

IKFilterBrowserView Class Reference

Inherits from
Conforms to
Framework
System/Library/Frameworks/Quartz.framework/ImageKit.framework
Availability
Available in Mac OS X v10.5 and later.
Declared in
IKFilterBrowserView.h

Overview

The IKFilterBrowserView class is used as a container for the elements of an IKFilterBrowserPanel object.

Tasks

Setting the Preview State

Getting the Filter Name

Instance Methods

filterName

Returns the name of the filter that is currently selected in the filter browser.

- (NSString*)filterName;

Return Value

The name of the currently selected filter.

Discussion

Use this method in response to the notifications IKFilterBrowserFilterSelectedNotification or IKFilterBrowserFilterDoubleClickNotification, or after the user makes a choice in a dialog.

Availability
Declared In
IKFilterBrowserView.h

setPreviewState:

Sets the preview state.

- (void)setPreviewState:(BOOL)inState;

Parameters
inState

A state (YES or NO) that represents whether a preview is visible.

Discussion

Use this method to show and hide the preview programmatically.

Availability
Declared In
IKFilterBrowserView.h

Next Page > Hide TOC


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-12-06)


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.