API 0.9.5
AppKit/CPImage.j File Reference

Go to the source code of this file.

Functions

function CPAppKitImage (aFilename, aSize)
function CPImageInBundle (aFilename, aSize, aBundle)

Variables

var AppKitImageForNames = { }
 CPImageDidLoadNotification = @"CPImageDidLoadNotification"
 CPImageLoadStatusCancelled = 3
 CPImageLoadStatusCompleted = 2
 CPImageLoadStatusInitialized = 0
 CPImageLoadStatusInvalidData = 4
 CPImageLoadStatusLoading = 1
 CPImageLoadStatusReadError = 6
 CPImageLoadStatusUnexpectedEOF = 5
 CPImageNameColorPanel = @"CPImageNameColorPanel"
 CPImageNameColorPanelHighlighted = @"CPImageNameColorPanelHighlighted"
var CPNinePartImageImageSlicesKey = "CPNinePartImageImageSlicesKey"
var CPThreePartImageImageSlicesKey = "CPThreePartImageImageSlicesKey"
var CPThreePartImageIsVerticalKey = "CPThreePartImageIsVerticalKey"
var ImageDescriptionFormat = "%s {\n filename: \"%s\",\n size: { width:%f, height:%f }\n}"
var imagesForNames = { }

Function Documentation

function CPAppKitImage ( aFilename  ,
aSize   
)

Definition at line 58 of file CPImage.j.

function CPImageInBundle ( aFilename  ,
aSize  ,
aBundle   
)

Definition at line 47 of file CPImage.j.


Variable Documentation

CPImageDidLoadNotification = @"CPImageDidLoadNotification"

Definition at line 34 of file CPImage.j.

Definition at line 29 of file CPImage.j.

Definition at line 28 of file CPImage.j.

Definition at line 26 of file CPImage.j.

Definition at line 30 of file CPImage.j.

Definition at line 27 of file CPImage.j.

Definition at line 32 of file CPImage.j.

Definition at line 31 of file CPImage.j.

CPImageNameColorPanel = @"CPImageNameColorPanel"

Definition at line 37 of file CPImage.j.

CPImageNameColorPanelHighlighted = @"CPImageNameColorPanelHighlighted"

Definition at line 38 of file CPImage.j.

var CPNinePartImageImageSlicesKey = "CPNinePartImageImageSlicesKey"

Definition at line 519 of file CPImage.j.

var CPThreePartImageImageSlicesKey = "CPThreePartImageImageSlicesKey"

Definition at line 455 of file CPImage.j.

var CPThreePartImageIsVerticalKey = "CPThreePartImageIsVerticalKey"

Definition at line 456 of file CPImage.j.

var ImageDescriptionFormat = "%s {\n filename: \"%s\",\n size: { width:%f, height:%f }\n}"

Definition at line 42 of file CPImage.j.

var imagesForNames = { }

Definition at line 40 of file CPImage.j.

 All Classes Files Functions Variables Defines