| 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 |
The IKImageEditPanel class provides a panel, that is, a utility window that floats on top of document windows, optimized for image editing.
filterArray property
dataSource property
– reloadData
For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.
Specifies the edit panel’s dataSource.
@property(assign) id<IKImageEditPanelDataSource> dataSource
IKImageEditPanel.hReturns the current array of user adjustments to effects. (read-only)
@property(readonly) NSArray *filterArray
IKImageEditPanel.hCreates a shared instance of an image editing panel.
+ (IKImageEditPanel *)sharedImageEditPanel
An IKImageEditPanel object.
IKImageEditPanel.hReloads the data from the data associated with an image editing panel.
- (void)reloadData
IKImageEditPanel.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-08-25)