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.
Creates a shared instance of an image editing panel.
+ (IKImageEditPanel*) sharedImageEditPanel;
An IKImageEditPanel
object.
IKImageEditPanel.h
Returns the data source associated with an image editing panel.
- (id)dataSource;
IKImageEditPanel.h
Reloads the data from the data associated with an image editing panel.
- (void)reloadData;
IKImageEditPanel.h
Sets a data source for an image editing panel.
- (void)setDataSource: (id<IKImageEditPanelDataSource>)dataSource;
IKImageEditPanel.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-12-06)