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 |
The IKFilterBrowserView
class is used as a container for the elements of an IKFilterBrowserPanel
object.
Returns the name of the filter that is currently selected in the filter browser.
- (NSString*)filterName;
The name of the currently selected filter.
Use this method in response to the notifications IKFilterBrowserFilterSelectedNotification
or IKFilterBrowserFilterDoubleClickNotification
, or after the user makes a choice in a dialog.
IKFilterBrowserView.h
Sets the preview state.
- (void)setPreviewState:(BOOL)inState;
A state (YES
or NO
) that represents whether a preview is visible.
Use this method to show and hide the preview programmatically.
IKFilterBrowserView.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-12-06)