Next Page > Hide TOC

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, Setting, and Reloading Data

Class Methods

sharedImageEditPanel

Creates a shared instance of an image editing panel.

+ (IKImageEditPanel*) sharedImageEditPanel;

Return Value

An IKImageEditPanel object.

Availability
Declared In
IKImageEditPanel.h

Instance Methods

dataSource

Returns the data source associated with an image editing panel.

- (id)dataSource;

Availability
See Also
Declared In
IKImageEditPanel.h

reloadData

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

- (void)reloadData;

Availability
Declared In
IKImageEditPanel.h

setDataSource:

Sets a data source for an image editing panel.

- (void)setDataSource: (id<IKImageEditPanelDataSource>)dataSource;

Availability
See Also
Declared In
IKImageEditPanel.h

Next Page > Hide TOC


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-12-06)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.