| Framework | AppKit/AppKit.h |
| Declared in | AMBundleAction.h AppKitErrors.h NSErrors.h NSGraphics.h NSNibDeclarations.h |
This document describes the constants defined in the Application Kit framework that are not defined in, or are not described in, a document for an individual class.
See Application Kit Data Types Reference for descriptions of other constants defined in enumerations.
There are three types of constant in this document: global variables, errors, and exceptions.
Color-space names designate predefined color spaces.
NSString *NSCalibratedWhiteColorSpace; NSString *NSCalibratedBlackColorSpace; NSString *NSCalibratedRGBColorSpace; NSString *NSDeviceWhiteColorSpace; NSString *NSDeviceBlackColorSpace; NSString *NSDeviceRGBColorSpace; NSString *NSDeviceCMYKColorSpace; NSString *NSNamedColorSpace; NSString *NSPatternColorSpace; NSString *NSCustomColorSpace;
NSCalibratedWhiteColorSpaceCalibrated color space with white and alpha components (pure white is 1.0)
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSCalibratedBlackColorSpaceCalibrated color space with black and alpha components (pure black is 1.0)
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSCalibratedRGBColorSpaceCalibrated color space with red, green, blue, and alpha components.
You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSDeviceWhiteColorSpaceDevice-dependent color space with white and alpha components (pure white is 1.0)
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSDeviceBlackColorSpaceDevice-dependent color space with black and alpha components (pure black is 1.0)
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSDeviceRGBColorSpaceDevice-dependent color space with red, green, blue, and alpha components.
You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSDeviceCMYKColorSpaceDevice-dependent color space with cyan, magenta, yellow, black, and alpha components
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSNamedColorSpaceCatalog name and color name components
The components of this color space are indexes into lists or catalogs of prepared colors. The catalogs of named colors come with lookup tables that are able to generate the correct color on a given device.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSPatternColorSpacePattern image (tiled)
Identifies a pattern color space, which is simply an image that is repeated over and over again in a tiled pattern.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSCustomColorSpaceCustom NSColorSpace object and floating-point components describing a color in that space
A custom color-space object represents a color space that is not necessarily predefined by the Application Kit. See “Working With Color Spaces” for information on creating custom color-space objects.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
You can use a color-space name in certain methods of NSColor that create or convert color objects. The name identifies the color space to be used for the operation.
NSGraphics.h
These constants are the standard gray values for the 2-bit deep grayscale color space.
const float NSWhite; const float NSLightGray; const float NSDarkGray; const float NSBlack;
NSWhiteA constant that specifies the white shade in the 2-bit deep grayscale color space.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSLightGrayA constant that specifies the light gray shade in the 2-bit deep grayscale color space.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSDarkGrayA constant that specifies the dark gray shade in the 2-bit deep grayscale color space.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSBlackA constant that specifies the black shade in the 2-bit deep grayscale color space.
Available in Mac OS X v10.0 and later.
Declared in NSGraphics.h.
NSGraphics.h
NSInterfaceStyleDefault can be used to override the platform’s default interface style.
NSString *NSInterfaceStyleDefault;
For more information, see the function NSInterfaceStyleForKey.
Type qualifiers used by Interface Builder to synchronize with Xcode. For more information, see Communicating With Objects in Cocoa Fundamentals Guide.
#define IBAction void #define IBOutlet
IBActionType qualifier used by Interface Builder to synchronize actions added programmatically with its internal list of action methods defined for a project.
Available in Mac OS X v10.0 and later.
Declared in NSNibDeclarations.h.
IBOutletIdentifier used to qualify an instance-variable declaration so that Interface Builder can synchronize the display and connection of outlets with Xcode.
Available in Mac OS X v10.0 and later.
Declared in AMBundleAction.h.
NSNibDeclarations.h
Obsolete constant values. Do not use.
NSSize NSIconSize; NSSize NSTokenSize;
These constants represent errors generated by NSAttributedString.
enum {
NSTextReadInapplicableDocumentTypeError = 65806,
NSTextWriteInapplicableDocumentTypeError = 66062,
NSTextReadWriteErrorMinimum = 65792,
NSTextReadWriteErrorMaximum = 66303
};
NSTextReadInapplicableDocumentTypeErrorIndicates a problem reading data with the specified format.
Available in Mac OS X v10.4 and later.
Declared in AppKitErrors.h.
NSTextWriteInapplicableDocumentTypeErrorIndicates a problem writing data of the specified format.
Available in Mac OS X v10.4 and later.
Declared in AppKitErrors.h.
NSTextReadWriteErrorMinimumThe beginning of a range of error codes reserved for future use.
Available in Mac OS X v10.4 and later.
Declared in AppKitErrors.h.
NSTextReadWriteErrorMaximumThe end of a range of error codes reserved for future use.
Available in Mac OS X v10.4 and later.
Declared in AppKitErrors.h.
These constants are returned in an NSError object.
AppKitErrors.h
These constants name the exceptions that the Application Kit can raise.
NSString *NSTextLineTooLongException; NSString *NSTextNoSelectionException; NSString *NSWordTablesWriteException; NSString *NSWordTablesReadException; NSString *NSTextReadException; NSString *NSTextWriteException; NSString *NSPasteboardCommunicationException; NSString *NSPrintingCommunicationException; NSString *NSAbortModalException; NSString *NSAbortPrintingException; NSString *NSIllegalSelectorException; NSString *NSAppKitVirtualMemoryException; NSString *NSBadRTFDirectiveException; NSString *NSBadRTFFontTableException; NSString *NSBadRTFStyleSheetException; NSString *NSTypedStreamVersionException; NSString *NSTIFFException; NSString *NSPrintPackageException; NSString *NSBadRTFColorTableException; NSString *NSDraggingException; NSString *NSColorListIOException; NSString *NSColorListNotEditableException; NSString *NSBadBitmapParametersException; NSString *NSWindowServerCommunicationException; NSString *NSFontUnavailableException; NSString *NSPPDIncludeNotFoundException; NSString *NSPPDParseException; NSString *NSPPDIncludeStackOverflowException; NSString *NSPPDIncludeStackUnderflowException; NSString *NSRTFPropertyStackOverflowException; NSString *NSAppKitIgnoredException; NSString *NSBadComparisonException; NSString *NSImageCacheException; NSString *NSNibLoadingException; NSString *NSBrowserIllegalDelegateException; NSString *NSAccessibilityException;
NSTextLineTooLongExceptionException generated if a line is too long in a NSText object.
Available in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSTextNoSelectionExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSWordTablesWriteExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSWordTablesReadExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSTextReadExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSTextWriteExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPasteboardCommunicationExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPrintingCommunicationExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSAbortModalExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSAbortPrintingExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSIllegalSelectorExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSAppKitVirtualMemoryExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadRTFDirectiveExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadRTFFontTableExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadRTFStyleSheetExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSTypedStreamVersionExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSTIFFExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPrintPackageExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadRTFColorTableExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSDraggingExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSColorListIOExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSColorListNotEditableExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadBitmapParametersExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSWindowServerCommunicationExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSFontUnavailableExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPPDIncludeNotFoundExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPPDParseExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPPDIncludeStackOverflowExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSPPDIncludeStackUnderflowExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSRTFPropertyStackOverflowExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSAppKitIgnoredExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBadComparisonExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSImageCacheExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSNibLoadingExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSBrowserIllegalDelegateExceptionAvailable in Mac OS X v10.0 and later.
Declared in NSErrors.h.
NSAccessibilityExceptionAvailable in Mac OS X v10.2 and later.
Declared in NSErrors.h.
NSErrors.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)