org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGError
- Enclosing interface:
- CoreGraphicsLibrary
public static interface CoreGraphicsLibrary.CGError
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGError.h
enum values
kCGErrorSuccess
static final int kCGErrorSuccess
- See Also:
- Constant Field Values
kCGErrorFailure
static final int kCGErrorFailure
- See Also:
- Constant Field Values
kCGErrorIllegalArgument
static final int kCGErrorIllegalArgument
- See Also:
- Constant Field Values
kCGErrorInvalidConnection
static final int kCGErrorInvalidConnection
- See Also:
- Constant Field Values
kCGErrorInvalidContext
static final int kCGErrorInvalidContext
- See Also:
- Constant Field Values
kCGErrorCannotComplete
static final int kCGErrorCannotComplete
- See Also:
- Constant Field Values
kCGErrorNotImplemented
static final int kCGErrorNotImplemented
- See Also:
- Constant Field Values
kCGErrorRangeCheck
static final int kCGErrorRangeCheck
- See Also:
- Constant Field Values
kCGErrorTypeCheck
static final int kCGErrorTypeCheck
- See Also:
- Constant Field Values
kCGErrorInvalidOperation
static final int kCGErrorInvalidOperation
- See Also:
- Constant Field Values
kCGErrorNoneAvailable
static final int kCGErrorNoneAvailable
- See Also:
- Constant Field Values
kCGErrorNameTooLong
static final int kCGErrorNameTooLong
- See Also:
- Constant Field Values
kCGErrorNoCurrentPoint
static final int kCGErrorNoCurrentPoint
- See Also:
- Constant Field Values
kCGErrorApplicationRequiresNewerSystem
static final int kCGErrorApplicationRequiresNewerSystem
- See Also:
- Constant Field Values
kCGErrorApplicationNotPermittedToExecute
static final int kCGErrorApplicationNotPermittedToExecute
- See Also:
- Constant Field Values
kCGErrorApplicationIncorrectExecutableFormatFound
static final int kCGErrorApplicationIncorrectExecutableFormatFound
- See Also:
- Constant Field Values
kCGErrorApplicationIsLaunching
static final int kCGErrorApplicationIsLaunching
- See Also:
- Constant Field Values
kCGErrorApplicationAlreadyRunning
static final int kCGErrorApplicationAlreadyRunning
- See Also:
- Constant Field Values
kCGErrorApplicationCanOnlyBeRunInOneSessionAtATime
static final int kCGErrorApplicationCanOnlyBeRunInOneSessionAtATime
- See Also:
- Constant Field Values
kCGErrorClassicApplicationsMustBeLaunchedByClassic
static final int kCGErrorClassicApplicationsMustBeLaunchedByClassic
- See Also:
- Constant Field Values
kCGErrorForkFailed
static final int kCGErrorForkFailed
- See Also:
- Constant Field Values
kCGErrorRetryRegistration
static final int kCGErrorRetryRegistration
- See Also:
- Constant Field Values
kCGErrorFirst
static final int kCGErrorFirst
- See Also:
- Constant Field Values
kCGErrorLast
static final int kCGErrorLast
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.