Mac OS X Reference Library Apple Developer
Search

IKImageEditPanel 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
IKImageEditPanel.h

Overview

The IKImageEditPanel class provides a panel, that is, a utility window that floats on top of document windows, optimized for image editing.

Tasks

Creating an Image Editing Panel

Getting the User Adjustments and Effects

Getting, Setting, and Reloading Data

Properties

For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.

dataSource

Specifies the edit panel’s dataSource.

@property(assign) id<IKImageEditPanelDataSource> dataSource

Availability
  • Available in Mac OS X v10.6 and later.
Declared In
IKImageEditPanel.h

filterArray

Returns the current array of user adjustments to effects. (read-only)

@property(readonly) NSArray *filterArray

Availability
  • Available in Mac OS X v10.6 and later.
Declared In
IKImageEditPanel.h

Class Methods

sharedImageEditPanel

Creates a shared instance of an image editing panel.

+ (IKImageEditPanel *)sharedImageEditPanel

Return Value

An IKImageEditPanel object.

Availability
  • Available in Mac OS X v10.5 and later.
Declared In
IKImageEditPanel.h

Instance Methods

reloadData

Reloads the data from the data associated with an image editing panel.

- (void)reloadData

Availability
  • Available in Mac OS X v10.5 and later.
Declared In
IKImageEditPanel.h



Last updated: 2009-08-25

Did this document help you? Yes It's good, but... Not helpful...