IKImageEditPanel Class Reference
| Inherits from | |
| Conforms to | |
| Framework | System/Library/Frameworks/Quartz.framework/ImageKit.framework |
| Availability | Available in 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
-
filterArrayproperty
Getting, Setting, and Reloading Data
-
dataSourceproperty -
– reloadData
Properties
dataSource
Specifies the edit panel’s dataSource.
@property(assign) id<IKImageEditPanelDataSource> dataSource
Availability
- Available in OS X v10.6 and later.
Declared In
IKImageEditPanel.hfilterArray
Returns the current array of user adjustments to effects. (read-only)
@property(readonly) NSArray *filterArray
Availability
- Available in OS X v10.6 and later.
Declared In
IKImageEditPanel.hClass Methods
sharedImageEditPanel
Creates a shared instance of an image editing panel.
+ (IKImageEditPanel *)sharedImageEditPanel
Return Value
An IKImageEditPanel object.
Availability
- Available in OS X v10.5 and later.
Declared In
IKImageEditPanel.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-08-25)