SpriteKit Changes for Swift
SpriteKit
Modified SK3DNode
| Declaration | Protocols | |
|---|---|---|
| From | class SK3DNode : SKNode {
init(viewportSize viewportSize: CGSize)
init?(coder aDecoder: NSCoder)
class func withViewportSize(_ viewportSize: CGSize) -> Self
var viewportSize: CGSize
var scnScene: SCNScene?
var sceneTime: TimeInterval
func hitTest(_ point: CGPoint, options options: [String : Any]? = nil) -> [SCNHitTestResult]
func projectPoint(_ point: vector_float3) -> vector_float3
func unprojectPoint(_ point: vector_float3) -> vector_float3
var isPlaying: Bool
var loops: Bool
var pointOfView: SCNNode?
var autoenablesDefaultLighting: Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SK3DNode : CVarArg {
}
extension SK3DNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SK3DNode : SKNode {
init(viewportSize viewportSize: CGSize)
init?(coder aDecoder: NSCoder)
class func withViewportSize(_ viewportSize: CGSize) -> Self
var viewportSize: CGSize
var scnScene: SCNScene?
var sceneTime: TimeInterval
func hitTest(_ point: CGPoint, options options: [String : Any]? = nil) -> [SCNHitTestResult]
func projectPoint(_ point: vector_float3) -> vector_float3
func unprojectPoint(_ point: vector_float3) -> vector_float3
var isPlaying: Bool
var loops: Bool
var pointOfView: SCNNode?
var autoenablesDefaultLighting: Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SK3DNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SK3DNode : CVarArg {
}
extension SK3DNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKAudioNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKAudioNode : SKNode, NSCoding {
init(avAudioNode node: AVAudioNode?)
init?(coder aDecoder: NSCoder)
convenience init(fileNamed name: String)
convenience init(url url: URL)
var avAudioNode: AVAudioNode?
var autoplayLooped: Bool
var isPositional: Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKAudioNode : CVarArg {
}
extension SKAudioNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSCoding |
| To | class SKAudioNode : SKNode, NSCoding {
init(avAudioNode node: AVAudioNode?)
init?(coder aDecoder: NSCoder)
convenience init(fileNamed name: String)
convenience init(url url: URL)
var avAudioNode: AVAudioNode?
var autoplayLooped: Bool
var isPositional: Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKAudioNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKAudioNode : CVarArg {
}
extension SKAudioNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSCoding, NSTouchBarProvider |
Modified SKCameraNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKCameraNode : SKNode {
func contains(_ node: SKNode) -> Bool
func containedNodeSet() -> Set<SKNode>
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKCameraNode : CVarArg {
}
extension SKCameraNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKCameraNode : SKNode {
func contains(_ node: SKNode) -> Bool
func containedNodeSet() -> Set<SKNode>
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKCameraNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKCameraNode : CVarArg {
}
extension SKCameraNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKCropNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKCropNode : SKNode {
var maskNode: SKNode?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKCropNode : CVarArg {
}
extension SKCropNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKCropNode : SKNode {
var maskNode: SKNode?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKCropNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKCropNode : CVarArg {
}
extension SKCropNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKEffectNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKEffectNode : SKNode, SKWarpable {
var filter: CIFilter?
var shouldCenterFilter: Bool
var shouldEnableEffects: Bool
var shouldRasterize: Bool
var blendMode: SKBlendMode
var shader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKEffectNode : CVarArg {
}
extension SKEffectNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, SKWarpable |
| To | class SKEffectNode : SKNode, SKWarpable {
var filter: CIFilter?
var shouldCenterFilter: Bool
var shouldEnableEffects: Bool
var shouldRasterize: Bool
var blendMode: SKBlendMode
var shader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKEffectNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKEffectNode : CVarArg {
}
extension SKEffectNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider, SKWarpable |
Modified SKEmitterNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKEmitterNode : SKNode {
func advanceSimulationTime(_ sec: TimeInterval)
func resetSimulation()
var particleTexture: SKTexture?
var particleBlendMode: SKBlendMode
var particleColor: NSColor
var particleColorRedRange: CGFloat
var particleColorGreenRange: CGFloat
var particleColorBlueRange: CGFloat
var particleColorAlphaRange: CGFloat
var particleColorRedSpeed: CGFloat
var particleColorGreenSpeed: CGFloat
var particleColorBlueSpeed: CGFloat
var particleColorAlphaSpeed: CGFloat
var particleColorSequence: SKKeyframeSequence?
var particleColorBlendFactor: CGFloat
var particleColorBlendFactorRange: CGFloat
var particleColorBlendFactorSpeed: CGFloat
var particleColorBlendFactorSequence: SKKeyframeSequence?
var particlePosition: CGPoint
var particlePositionRange: CGVector
var particleSpeed: CGFloat
var particleSpeedRange: CGFloat
var emissionAngle: CGFloat
var emissionAngleRange: CGFloat
var xAcceleration: CGFloat
var yAcceleration: CGFloat
var particleBirthRate: CGFloat
var numParticlesToEmit: Int
var particleLifetime: CGFloat
var particleLifetimeRange: CGFloat
var particleRotation: CGFloat
var particleRotationRange: CGFloat
var particleRotationSpeed: CGFloat
var particleSize: CGSize
var particleScale: CGFloat
var particleScaleRange: CGFloat
var particleScaleSpeed: CGFloat
var particleScaleSequence: SKKeyframeSequence?
var particleAlpha: CGFloat
var particleAlphaRange: CGFloat
var particleAlphaSpeed: CGFloat
var particleAlphaSequence: SKKeyframeSequence?
@NSCopying var particleAction: SKAction?
var fieldBitMask: UInt32
weak var targetNode: SKNode?
var shader: SKShader?
var particleZPosition: CGFloat
var particleRenderOrder: SKParticleRenderOrder
var particleZPositionRange: CGFloat
var particleZPositionSpeed: CGFloat
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKEmitterNode : CVarArg {
}
extension SKEmitterNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKEmitterNode : SKNode {
func advanceSimulationTime(_ sec: TimeInterval)
func resetSimulation()
var particleTexture: SKTexture?
var particleBlendMode: SKBlendMode
var particleColor: NSColor
var particleColorRedRange: CGFloat
var particleColorGreenRange: CGFloat
var particleColorBlueRange: CGFloat
var particleColorAlphaRange: CGFloat
var particleColorRedSpeed: CGFloat
var particleColorGreenSpeed: CGFloat
var particleColorBlueSpeed: CGFloat
var particleColorAlphaSpeed: CGFloat
var particleColorSequence: SKKeyframeSequence?
var particleColorBlendFactor: CGFloat
var particleColorBlendFactorRange: CGFloat
var particleColorBlendFactorSpeed: CGFloat
var particleColorBlendFactorSequence: SKKeyframeSequence?
var particlePosition: CGPoint
var particlePositionRange: CGVector
var particleSpeed: CGFloat
var particleSpeedRange: CGFloat
var emissionAngle: CGFloat
var emissionAngleRange: CGFloat
var xAcceleration: CGFloat
var yAcceleration: CGFloat
var particleBirthRate: CGFloat
var numParticlesToEmit: Int
var particleLifetime: CGFloat
var particleLifetimeRange: CGFloat
var particleRotation: CGFloat
var particleRotationRange: CGFloat
var particleRotationSpeed: CGFloat
var particleSize: CGSize
var particleScale: CGFloat
var particleScaleRange: CGFloat
var particleScaleSpeed: CGFloat
var particleScaleSequence: SKKeyframeSequence?
var particleAlpha: CGFloat
var particleAlphaRange: CGFloat
var particleAlphaSpeed: CGFloat
var particleAlphaSequence: SKKeyframeSequence?
@NSCopying var particleAction: SKAction?
var fieldBitMask: UInt32
weak var targetNode: SKNode?
var shader: SKShader?
var particleZPosition: CGFloat
var particleRenderOrder: SKParticleRenderOrder
var particleZPositionRange: CGFloat
var particleZPositionSpeed: CGFloat
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKEmitterNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKEmitterNode : CVarArg {
}
extension SKEmitterNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKFieldNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKFieldNode : SKNode {
var region: SKRegion?
var strength: Float
var falloff: Float
var minimumRadius: Float
var isEnabled: Bool
var isExclusive: Bool
var categoryBitMask: UInt32
var direction: vector_float3
var smoothness: Float
var animationSpeed: Float
var texture: SKTexture?
class func dragField() -> SKFieldNode
class func vortexField() -> SKFieldNode
class func radialGravityField() -> SKFieldNode
class func linearGravityField(withVector direction: vector_float3) -> SKFieldNode
class func velocityField(withVector direction: vector_float3) -> SKFieldNode
class func velocityField(with velocityTexture: SKTexture) -> SKFieldNode
class func noiseField(withSmoothness smoothness: CGFloat, animationSpeed speed: CGFloat) -> SKFieldNode
class func turbulenceField(withSmoothness smoothness: CGFloat, animationSpeed speed: CGFloat) -> SKFieldNode
class func springField() -> SKFieldNode
class func electricField() -> SKFieldNode
class func magneticField() -> SKFieldNode
class func customField(evaluationBlock block: SpriteKit.SKFieldForceEvaluator) -> SKFieldNode
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKFieldNode : CVarArg {
}
extension SKFieldNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKFieldNode : SKNode {
var region: SKRegion?
var strength: Float
var falloff: Float
var minimumRadius: Float
var isEnabled: Bool
var isExclusive: Bool
var categoryBitMask: UInt32
var direction: vector_float3
var smoothness: Float
var animationSpeed: Float
var texture: SKTexture?
class func dragField() -> SKFieldNode
class func vortexField() -> SKFieldNode
class func radialGravityField() -> SKFieldNode
class func linearGravityField(withVector direction: vector_float3) -> SKFieldNode
class func velocityField(withVector direction: vector_float3) -> SKFieldNode
class func velocityField(with velocityTexture: SKTexture) -> SKFieldNode
class func noiseField(withSmoothness smoothness: CGFloat, animationSpeed speed: CGFloat) -> SKFieldNode
class func turbulenceField(withSmoothness smoothness: CGFloat, animationSpeed speed: CGFloat) -> SKFieldNode
class func springField() -> SKFieldNode
class func electricField() -> SKFieldNode
class func magneticField() -> SKFieldNode
class func customField(evaluationBlock block: @escaping SpriteKit.SKFieldForceEvaluator) -> SKFieldNode
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKFieldNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKFieldNode : CVarArg {
}
extension SKFieldNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKFieldNode.customField(evaluationBlock: SpriteKit.SKFieldForceEvaluator) -> SKFieldNode [class]
| Declaration | |
|---|---|
| From | class func customField(evaluationBlock block: SpriteKit.SKFieldForceEvaluator) -> SKFieldNode |
| To | class func customField(evaluationBlock block: @escaping SpriteKit.SKFieldForceEvaluator) -> SKFieldNode |
Modified SKLabelNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKLabelNode : SKNode {
convenience init(text text: String?)
class func withText(_ text: String?) -> Self
convenience init(fontNamed fontName: String?)
class func withFontNamed(_ fontName: String?) -> Self
init(fontNamed fontName: String?)
var verticalAlignmentMode: SKLabelVerticalAlignmentMode
var horizontalAlignmentMode: SKLabelHorizontalAlignmentMode
var fontName: String?
var text: String?
var fontSize: CGFloat
var fontColor: NSColor?
var colorBlendFactor: CGFloat
var color: NSColor?
var blendMode: SKBlendMode
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKLabelNode : CVarArg {
}
extension SKLabelNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKLabelNode : SKNode {
convenience init(text text: String?)
class func withText(_ text: String?) -> Self
convenience init(fontNamed fontName: String?)
class func withFontNamed(_ fontName: String?) -> Self
init(fontNamed fontName: String?)
var verticalAlignmentMode: SKLabelVerticalAlignmentMode
var horizontalAlignmentMode: SKLabelHorizontalAlignmentMode
var fontName: String?
var text: String?
var fontSize: CGFloat
var fontColor: NSColor?
var colorBlendFactor: CGFloat
var color: NSColor?
var blendMode: SKBlendMode
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKLabelNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKLabelNode : CVarArg {
}
extension SKLabelNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKLightNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKLightNode : SKNode {
var isEnabled: Bool
var lightColor: NSColor
var ambientColor: NSColor
var shadowColor: NSColor
var falloff: CGFloat
var categoryBitMask: UInt32
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKLightNode : CVarArg {
}
extension SKLightNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKLightNode : SKNode {
var isEnabled: Bool
var lightColor: NSColor
var ambientColor: NSColor
var shadowColor: NSColor
var falloff: CGFloat
var categoryBitMask: UInt32
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKLightNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKLightNode : CVarArg {
}
extension SKLightNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKNode : NSResponder, NSCopying, NSCoding {
init()
init?(coder aDecoder: NSCoder)
class func node() -> Self
convenience init?(fileNamed filename: String)
class func withFileNamed(_ filename: String) -> Self?
var frame: CGRect { get }
func calculateAccumulatedFrame() -> CGRect
var position: CGPoint
var zPosition: CGFloat
var zRotation: CGFloat
var xScale: CGFloat
var yScale: CGFloat
var speed: CGFloat
var alpha: CGFloat
var isPaused: Bool
var isHidden: Bool
var isUserInteractionEnabled: Bool
var parent: SKNode? { get }
var children: [SKNode] { get }
var name: String?
var scene: SKScene? { get }
var physicsBody: SKPhysicsBody?
var userData: NSMutableDictionary?
@NSCopying var reachConstraints: SKReachConstraints?
var constraints: [SKConstraint]?
var attributeValues: [String : SKAttributeValue]
func value(forAttributeNamed key: String) -> SKAttributeValue?
func setValue(_ value: SKAttributeValue, forAttribute key: String)
func setScale(_ scale: CGFloat)
func addChild(_ node: SKNode)
func insertChild(_ node: SKNode, at index: Int)
func removeChildren(in nodes: [SKNode])
func removeAllChildren()
func removeFromParent()
func move(toParent parent: SKNode)
func childNode(withName name: String) -> SKNode?
func enumerateChildNodes(withName name: String, using block: @escaping (SKNode, UnsafeMutablePointer<ObjCBool>) -> Swift.Void)
subscript(_ name: String) -> [SKNode] { get }
func objectForKeyedSubscript(_ name: String) -> [SKNode]
func inParentHierarchy(_ parent: SKNode) -> Bool
func run(_ action: SKAction)
func run(_ action: SKAction, completion block: @escaping () -> Swift.Void)
func run(_ action: SKAction, withKey key: String)
func hasActions() -> Bool
func action(forKey key: String) -> SKAction?
func removeAction(forKey key: String)
func removeAllActions()
func contains(_ p: CGPoint) -> Bool
func atPoint(_ p: CGPoint) -> SKNode
func nodes(at p: CGPoint) -> [SKNode]
func convert(_ point: CGPoint, from node: SKNode) -> CGPoint
func convert(_ point: CGPoint, to node: SKNode) -> CGPoint
func intersects(_ node: SKNode) -> Bool
func isEqual(to node: SKNode) -> Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
}
extension SKNode {
class func obstacles(fromSpriteTextures sprites: [SKNode], accuracy accuracy: Float) -> [GKPolygonObstacle]
class func obstacles(fromNodeBounds nodes: [SKNode]) -> [GKPolygonObstacle]
class func obstacles(fromNodePhysicsBodies nodes: [SKNode]) -> [GKPolygonObstacle]
weak var entity: GKEntity?
}
extension SKNode : CVarArg {
}
extension SKNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKNode {
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
} | CVarArg, Equatable, Hashable, NSCoding, NSCopying |
| To | class SKNode : NSResponder, NSCopying, NSCoding {
init()
init?(coder aDecoder: NSCoder)
class func node() -> Self
convenience init?(fileNamed filename: String)
class func withFileNamed(_ filename: String) -> Self?
var frame: CGRect { get }
func calculateAccumulatedFrame() -> CGRect
var position: CGPoint
var zPosition: CGFloat
var zRotation: CGFloat
var xScale: CGFloat
var yScale: CGFloat
var speed: CGFloat
var alpha: CGFloat
var isPaused: Bool
var isHidden: Bool
var isUserInteractionEnabled: Bool
var parent: SKNode? { get }
var children: [SKNode] { get }
var name: String?
var scene: SKScene? { get }
var physicsBody: SKPhysicsBody?
var userData: NSMutableDictionary?
@NSCopying var reachConstraints: SKReachConstraints?
var constraints: [SKConstraint]?
var attributeValues: [String : SKAttributeValue]
func value(forAttributeNamed key: String) -> SKAttributeValue?
func setValue(_ value: SKAttributeValue, forAttribute key: String)
func setScale(_ scale: CGFloat)
func addChild(_ node: SKNode)
func insertChild(_ node: SKNode, at index: Int)
func removeChildren(in nodes: [SKNode])
func removeAllChildren()
func removeFromParent()
func move(toParent parent: SKNode)
func childNode(withName name: String) -> SKNode?
func enumerateChildNodes(withName name: String, using block: @escaping (SKNode, UnsafeMutablePointer<ObjCBool>) -> Swift.Void)
subscript(_ name: String) -> [SKNode] { get }
func objectForKeyedSubscript(_ name: String) -> [SKNode]
func inParentHierarchy(_ parent: SKNode) -> Bool
func run(_ action: SKAction)
func run(_ action: SKAction, completion block: @escaping () -> Swift.Void)
func run(_ action: SKAction, withKey key: String)
func hasActions() -> Bool
func action(forKey key: String) -> SKAction?
func removeAction(forKey key: String)
func removeAllActions()
func contains(_ p: CGPoint) -> Bool
func atPoint(_ p: CGPoint) -> SKNode
func nodes(at p: CGPoint) -> [SKNode]
func convert(_ point: CGPoint, from node: SKNode) -> CGPoint
func convert(_ point: CGPoint, to node: SKNode) -> CGPoint
func intersects(_ node: SKNode) -> Bool
func isEqual(to node: SKNode) -> Bool
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
}
extension SKNode {
class func obstacles(fromSpriteTextures sprites: [SKNode], accuracy accuracy: Float) -> [GKPolygonObstacle]
class func obstacles(fromNodeBounds nodes: [SKNode]) -> [GKPolygonObstacle]
class func obstacles(fromNodePhysicsBodies nodes: [SKNode]) -> [GKPolygonObstacle]
weak var entity: GKEntity?
}
extension SKNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKNode : CVarArg {
}
extension SKNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKNode {
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
} | CVarArg, Equatable, Hashable, NSCoding, NSCopying, NSTouchBarProvider |
Modified SKReferenceNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKReferenceNode : SKNode {
init(url url: URL?)
init(fileNamed fileName: String?)
init?(coder aDecoder: NSCoder)
convenience init(fileNamed fileName: String)
class func withFileNamed(_ fileName: String) -> Self
convenience init(url referenceURL: URL)
class func withURL(_ referenceURL: URL) -> Self
func didLoad(_ node: SKNode?)
func resolve()
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKReferenceNode : CVarArg {
}
extension SKReferenceNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKReferenceNode : SKNode {
init(url url: URL?)
init(fileNamed fileName: String?)
init?(coder aDecoder: NSCoder)
convenience init(fileNamed fileName: String)
class func withFileNamed(_ fileName: String) -> Self
convenience init(url referenceURL: URL)
class func withURL(_ referenceURL: URL) -> Self
func didLoad(_ node: SKNode?)
func resolve()
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKReferenceNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKReferenceNode : CVarArg {
}
extension SKReferenceNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKShapeNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKShapeNode : SKNode {
convenience init(path path: CGPath)
class func withPath(_ path: CGPath) -> Self
convenience init(path path: CGPath, centered centered: Bool)
class func withPath(_ path: CGPath, centered centered: Bool) -> Self
convenience init(rect rect: CGRect)
class func withRect(_ rect: CGRect) -> Self
convenience init(rectOf size: CGSize)
class func withRectOf(_ size: CGSize) -> Self
convenience init(rect rect: CGRect, cornerRadius cornerRadius: CGFloat)
class func withRect(_ rect: CGRect, cornerRadius cornerRadius: CGFloat) -> Self
convenience init(rectOf size: CGSize, cornerRadius cornerRadius: CGFloat)
class func withRectOf(_ size: CGSize, cornerRadius cornerRadius: CGFloat) -> Self
convenience init(circleOfRadius radius: CGFloat)
class func withCircleOfRadius(_ radius: CGFloat) -> Self
convenience init(ellipseIn rect: CGRect)
class func withEllipseIn(_ rect: CGRect) -> Self
convenience init(ellipseOf size: CGSize)
class func withEllipseOf(_ size: CGSize) -> Self
convenience init(points points: UnsafeMutablePointer<CGPoint>, count numPoints: Int)
class func withPoints(_ points: UnsafeMutablePointer<CGPoint>, count numPoints: Int) -> Self
convenience init(splinePoints points: UnsafeMutablePointer<CGPoint>, count numPoints: Int)
class func withSplinePoints(_ points: UnsafeMutablePointer<CGPoint>, count numPoints: Int) -> Self
var path: CGPath?
var strokeColor: NSColor
var fillColor: NSColor
var blendMode: SKBlendMode
var isAntialiased: Bool
var lineWidth: CGFloat
var glowWidth: CGFloat
var lineCap: CGLineCap
var lineJoin: CGLineJoin
var miterLimit: CGFloat
var lineLength: CGFloat { get }
var fillTexture: SKTexture?
var fillShader: SKShader?
var strokeTexture: SKTexture?
var strokeShader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKShapeNode : CVarArg {
}
extension SKShapeNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
}
extension SKShapeNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKShapeNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
} | CVarArg, CustomPlaygroundQuickLookable, Equatable, Hashable |
| To | class SKShapeNode : SKNode {
convenience init(path path: CGPath)
class func withPath(_ path: CGPath) -> Self
convenience init(path path: CGPath, centered centered: Bool)
class func withPath(_ path: CGPath, centered centered: Bool) -> Self
convenience init(rect rect: CGRect)
class func withRect(_ rect: CGRect) -> Self
convenience init(rectOf size: CGSize)
class func withRectOf(_ size: CGSize) -> Self
convenience init(rect rect: CGRect, cornerRadius cornerRadius: CGFloat)
class func withRect(_ rect: CGRect, cornerRadius cornerRadius: CGFloat) -> Self
convenience init(rectOf size: CGSize, cornerRadius cornerRadius: CGFloat)
class func withRectOf(_ size: CGSize, cornerRadius cornerRadius: CGFloat) -> Self
convenience init(circleOfRadius radius: CGFloat)
class func withCircleOfRadius(_ radius: CGFloat) -> Self
convenience init(ellipseIn rect: CGRect)
class func withEllipseIn(_ rect: CGRect) -> Self
convenience init(ellipseOf size: CGSize)
class func withEllipseOf(_ size: CGSize) -> Self
convenience init(points points: UnsafeMutablePointer<CGPoint>, count numPoints: Int)
class func withPoints(_ points: UnsafeMutablePointer<CGPoint>, count numPoints: Int) -> Self
convenience init(splinePoints points: UnsafeMutablePointer<CGPoint>, count numPoints: Int)
class func withSplinePoints(_ points: UnsafeMutablePointer<CGPoint>, count numPoints: Int) -> Self
var path: CGPath?
var strokeColor: NSColor
var fillColor: NSColor
var blendMode: SKBlendMode
var isAntialiased: Bool
var lineWidth: CGFloat
var glowWidth: CGFloat
var lineCap: CGLineCap
var lineJoin: CGLineJoin
var miterLimit: CGFloat
var lineLength: CGFloat { get }
var fillTexture: SKTexture?
var fillShader: SKShader?
var strokeTexture: SKTexture?
var strokeShader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKShapeNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKShapeNode : CVarArg {
}
extension SKShapeNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
}
extension SKShapeNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKShapeNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
} | CVarArg, CustomPlaygroundQuickLookable, Equatable, Hashable, NSTouchBarProvider |
Modified SKSpriteNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKSpriteNode : SKNode, SKWarpable {
convenience init(texture texture: SKTexture?, size size: CGSize)
class func withTexture(_ texture: SKTexture?, size size: CGSize) -> Self
convenience init(texture texture: SKTexture?)
class func withTexture(_ texture: SKTexture?) -> Self
convenience init(texture texture: SKTexture?, normalMap normalMap: SKTexture?)
class func withTexture(_ texture: SKTexture?, normalMap normalMap: SKTexture?) -> Self
convenience init(imageNamed name: String)
class func withImageNamed(_ name: String) -> Self
convenience init(imageNamed name: String, normalMapped generateNormalMap: Bool)
class func withImageNamed(_ name: String, normalMapped generateNormalMap: Bool) -> Self
convenience init(color color: NSColor, size size: CGSize)
class func withColor(_ color: NSColor, size size: CGSize) -> Self
init(texture texture: SKTexture?, color color: NSColor, size size: CGSize)
convenience init(texture texture: SKTexture?)
convenience init(imageNamed name: String)
convenience init(color color: NSColor, size size: CGSize)
init?(coder aDecoder: NSCoder)
var texture: SKTexture?
var normalTexture: SKTexture?
var lightingBitMask: UInt32
var shadowCastBitMask: UInt32
var shadowedBitMask: UInt32
var centerRect: CGRect
var colorBlendFactor: CGFloat
var color: NSColor
var blendMode: SKBlendMode
var anchorPoint: CGPoint
var size: CGSize
func scale(to size: CGSize)
var shader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKSpriteNode : CVarArg {
}
extension SKSpriteNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
}
extension SKSpriteNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKSpriteNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
} | CVarArg, CustomPlaygroundQuickLookable, Equatable, Hashable, SKWarpable |
| To | class SKSpriteNode : SKNode, SKWarpable {
convenience init(texture texture: SKTexture?, size size: CGSize)
class func withTexture(_ texture: SKTexture?, size size: CGSize) -> Self
convenience init(texture texture: SKTexture?)
class func withTexture(_ texture: SKTexture?) -> Self
convenience init(texture texture: SKTexture?, normalMap normalMap: SKTexture?)
class func withTexture(_ texture: SKTexture?, normalMap normalMap: SKTexture?) -> Self
convenience init(imageNamed name: String)
class func withImageNamed(_ name: String) -> Self
convenience init(imageNamed name: String, normalMapped generateNormalMap: Bool)
class func withImageNamed(_ name: String, normalMapped generateNormalMap: Bool) -> Self
convenience init(color color: NSColor, size size: CGSize)
class func withColor(_ color: NSColor, size size: CGSize) -> Self
init(texture texture: SKTexture?, color color: NSColor, size size: CGSize)
convenience init(texture texture: SKTexture?)
convenience init(imageNamed name: String)
convenience init(color color: NSColor, size size: CGSize)
init?(coder aDecoder: NSCoder)
var texture: SKTexture?
var normalTexture: SKTexture?
var lightingBitMask: UInt32
var shadowCastBitMask: UInt32
var shadowedBitMask: UInt32
var centerRect: CGRect
var colorBlendFactor: CGFloat
var color: NSColor
var blendMode: SKBlendMode
var anchorPoint: CGPoint
var size: CGSize
func scale(to size: CGSize)
var shader: SKShader?
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKSpriteNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKSpriteNode : CVarArg {
}
extension SKSpriteNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
}
extension SKSpriteNode : Equatable, Hashable {
var hashValue: Int { get }
}
extension SKSpriteNode : CustomPlaygroundQuickLookable {
var customPlaygroundQuickLook: PlaygroundQuickLook { get }
} | CVarArg, CustomPlaygroundQuickLookable, Equatable, Hashable, NSTouchBarProvider, SKWarpable |
Modified SKTileMapNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKTileMapNode : SKNode, NSCopying, NSCoding {
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize)
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize) -> Self
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup)
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup) -> Self
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup])
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup]) -> Self
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize)
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup)
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup])
var numberOfColumns: Int
var numberOfRows: Int
var tileSize: CGSize
var mapSize: CGSize { get }
var tileSet: SKTileSet
var colorBlendFactor: CGFloat
var color: NSColor
var blendMode: SKBlendMode
var anchorPoint: CGPoint
var shader: SKShader?
var lightingBitMask: UInt32
var enableAutomapping: Bool
func fill(with tileGroup: SKTileGroup?)
func tileDefinition(atColumn column: Int, row row: Int) -> SKTileDefinition?
func tileGroup(atColumn column: Int, row row: Int) -> SKTileGroup?
func setTileGroup(_ tileGroup: SKTileGroup?, forColumn column: Int, row row: Int)
func setTileGroup(_ tileGroup: SKTileGroup, andTileDefinition tileDefinition: SKTileDefinition, forColumn column: Int, row row: Int)
func tileColumnIndex(fromPosition position: CGPoint) -> Int
func tileRowIndex(fromPosition position: CGPoint) -> Int
func centerOfTile(atColumn column: Int, row row: Int) -> CGPoint
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKTileMapNode {
class func tileMapNodes(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, from noiseMap: GKNoiseMap, tileTypeNoiseMapThresholds thresholds: [NSNumber]) -> [SKTileMapNode]
}
extension SKTileMapNode : CVarArg {
}
extension SKTileMapNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSCoding, NSCopying |
| To | class SKTileMapNode : SKNode, NSCopying, NSCoding {
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize)
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize) -> Self
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup)
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup) -> Self
convenience init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup])
class func withTileSet(_ tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup]) -> Self
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize)
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, fillWith tileGroup: SKTileGroup)
init(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, tileGroupLayout tileGroupLayout: [SKTileGroup])
var numberOfColumns: Int
var numberOfRows: Int
var tileSize: CGSize
var mapSize: CGSize { get }
var tileSet: SKTileSet
var colorBlendFactor: CGFloat
var color: NSColor
var blendMode: SKBlendMode
var anchorPoint: CGPoint
var shader: SKShader?
var lightingBitMask: UInt32
var enableAutomapping: Bool
func fill(with tileGroup: SKTileGroup?)
func tileDefinition(atColumn column: Int, row row: Int) -> SKTileDefinition?
func tileGroup(atColumn column: Int, row row: Int) -> SKTileGroup?
func setTileGroup(_ tileGroup: SKTileGroup?, forColumn column: Int, row row: Int)
func setTileGroup(_ tileGroup: SKTileGroup, andTileDefinition tileDefinition: SKTileDefinition, forColumn column: Int, row row: Int)
func tileColumnIndex(fromPosition position: CGPoint) -> Int
func tileRowIndex(fromPosition position: CGPoint) -> Int
func centerOfTile(atColumn column: Int, row row: Int) -> CGPoint
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKTileMapNode {
class func tileMapNodes(tileSet tileSet: SKTileSet, columns columns: Int, rows rows: Int, tileSize tileSize: CGSize, from noiseMap: GKNoiseMap, tileTypeNoiseMapThresholds thresholds: [NSNumber]) -> [SKTileMapNode]
}
extension SKTileMapNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKTileMapNode : CVarArg {
}
extension SKTileMapNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSCoding, NSCopying, NSTouchBarProvider |
Modified SKVideoNode
| Declaration | Protocols | |
|---|---|---|
| From | class SKVideoNode : SKNode {
init(avPlayer player: AVPlayer)
class func withAVPlayer(_ player: AVPlayer) -> SKVideoNode
init(videoFileNamed videoFile: String)
class func withVideoFileNamed(_ videoFile: String) -> SKVideoNode
init(fileNamed videoFile: String)
class func withFileNamed(_ videoFile: String) -> SKVideoNode
init(videoURL videoURL: URL)
class func withVideoURL(_ videoURL: URL) -> SKVideoNode
init(url videoURL: URL)
class func withURL(_ videoURL: URL) -> SKVideoNode
init(avPlayer player: AVPlayer)
init(videoFileNamed videoFile: String)
init(fileNamed videoFile: String)
init(videoURL url: URL)
init(url url: URL)
init?(coder aDecoder: NSCoder)
func play()
func pause()
var size: CGSize
var anchorPoint: CGPoint
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKVideoNode : CVarArg {
}
extension SKVideoNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKVideoNode : SKNode {
init(avPlayer player: AVPlayer)
class func withAVPlayer(_ player: AVPlayer) -> SKVideoNode
init(videoFileNamed videoFile: String)
class func withVideoFileNamed(_ videoFile: String) -> SKVideoNode
init(fileNamed videoFile: String)
class func withFileNamed(_ videoFile: String) -> SKVideoNode
init(videoURL videoURL: URL)
class func withVideoURL(_ videoURL: URL) -> SKVideoNode
init(url videoURL: URL)
class func withURL(_ videoURL: URL) -> SKVideoNode
init(avPlayer player: AVPlayer)
init(videoFileNamed videoFile: String)
init(fileNamed videoFile: String)
init(videoURL url: URL)
init(url url: URL)
init?(coder aDecoder: NSCoder)
func play()
func pause()
var size: CGSize
var anchorPoint: CGPoint
var isAccessibilityElement: Bool
var accessibilityRole: String?
var accessibilityRoleDescription: String?
var accessibilitySubrole: String?
var accessibilityFrame: CGRect
weak var accessibilityParent: AnyObject?
var accessibilityChildren: [Any]?
var accessibilityHelp: String?
var accessibilityLabel: String?
var isAccessibilityEnabled: Bool
func accessibilityHitTest(_ point: CGPoint) -> Any?
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
func performMnemonic(_ string: String) -> Bool
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKVideoNode : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKVideoNode : CVarArg {
}
extension SKVideoNode : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |
Modified SKView
| Declaration | Protocols | |
|---|---|---|
| From | class SKView : NSView {
var isPaused: Bool
var showsFPS: Bool
var showsDrawCount: Bool
var showsNodeCount: Bool
var showsQuadCount: Bool
var showsPhysics: Bool
var showsFields: Bool
var isAsynchronous: Bool
var allowsTransparency: Bool
var ignoresSiblingOrder: Bool
var shouldCullNonVisibleNodes: Bool
var preferredFramesPerSecond: Int
weak var delegate: SKViewDelegate?
var frameInterval: Int
var preferredFrameRate: Float
func presentScene(_ scene: SKScene?)
func presentScene(_ scene: SKScene, transition transition: SKTransition)
var scene: SKScene? { get }
func texture(from node: SKNode) -> SKTexture?
func texture(from node: SKNode, crop crop: CGRect) -> SKTexture?
func convert(_ point: CGPoint, to scene: SKScene) -> CGPoint
func convert(_ point: CGPoint, from scene: SKScene) -> CGPoint
var pressureConfiguration: NSPressureConfiguration?
var wantsExtendedDynamicRangeOpenGLSurface: Bool
var wantsBestResolutionOpenGLSurface: Bool
func rulerView(_ ruler: NSRulerView, shouldMove marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, willMove marker: NSRulerMarker, toLocation location: CGFloat) -> CGFloat
func rulerView(_ ruler: NSRulerView, didMove marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, shouldRemove marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, didRemove marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, shouldAdd marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, willAdd marker: NSRulerMarker, atLocation location: CGFloat) -> CGFloat
func rulerView(_ ruler: NSRulerView, didAdd marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, handleMouseDownWith event: NSEvent)
func rulerView(_ ruler: NSRulerView, willSetClientView newClient: NSView)
func rulerView(_ ruler: NSRulerView, locationFor point: NSPoint) -> CGFloat
func rulerView(_ ruler: NSRulerView, pointForLocation point: CGFloat) -> NSPoint
func addLayoutGuide(_ guide: NSLayoutGuide)
func removeLayoutGuide(_ guide: NSLayoutGuide)
var layoutGuides: [NSLayoutGuide] { get }
func constraintsAffectingLayout(for orientation: NSLayoutConstraintOrientation) -> [NSLayoutConstraint]
var hasAmbiguousLayout: Bool { get }
func exerciseAmbiguityInLayout()
var fittingSize: NSSize { get }
func alignmentRect(forFrame frame: NSRect) -> NSRect
func frame(forAlignmentRect alignmentRect: NSRect) -> NSRect
var alignmentRectInsets: EdgeInsets { get }
var firstBaselineOffsetFromTop: CGFloat { get }
var lastBaselineOffsetFromBottom: CGFloat { get }
var baselineOffsetFromBottom: CGFloat { get }
var intrinsicContentSize: NSSize { get }
func invalidateIntrinsicContentSize()
func contentHuggingPriority(for orientation: NSLayoutConstraintOrientation) -> NSLayoutPriority
func setContentHuggingPriority(_ priority: NSLayoutPriority, for orientation: NSLayoutConstraintOrientation)
func contentCompressionResistancePriority(for orientation: NSLayoutConstraintOrientation) -> NSLayoutPriority
func setContentCompressionResistancePriority(_ priority: NSLayoutPriority, for orientation: NSLayoutConstraintOrientation)
var translatesAutoresizingMaskIntoConstraints: Bool
class func requiresConstraintBasedLayout() -> Bool
func updateConstraintsForSubtreeIfNeeded()
func updateConstraints()
var needsUpdateConstraints: Bool
func layoutSubtreeIfNeeded()
func layout()
var needsLayout: Bool
var leadingAnchor: NSLayoutXAxisAnchor { get }
var trailingAnchor: NSLayoutXAxisAnchor { get }
var leftAnchor: NSLayoutXAxisAnchor { get }
var rightAnchor: NSLayoutXAxisAnchor { get }
var topAnchor: NSLayoutYAxisAnchor { get }
var bottomAnchor: NSLayoutYAxisAnchor { get }
var widthAnchor: NSLayoutDimension { get }
var heightAnchor: NSLayoutDimension { get }
var centerXAnchor: NSLayoutXAxisAnchor { get }
var centerYAnchor: NSLayoutYAxisAnchor { get }
var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
var constraints: [NSLayoutConstraint] { get }
func addConstraint(_ constraint: NSLayoutConstraint)
func addConstraints(_ constraints: [NSLayoutConstraint])
func removeConstraint(_ constraint: NSLayoutConstraint)
func removeConstraints(_ constraints: [NSLayoutConstraint])
var enclosingMenuItem: NSMenuItem? { get }
func reflectScrolledClipView(_ clipView: NSClipView)
func scroll(_ clipView: NSClipView, to point: NSPoint)
func drag(_ image: NSImage, at viewLocation: NSPoint, offset initialOffset: NSSize, event event: NSEvent, pasteboard pboard: NSPasteboard, source sourceObj: Any, slideBack slideFlag: Bool)
func convertPoint(toBase point: NSPoint) -> NSPoint
func convertPoint(fromBase point: NSPoint) -> NSPoint
func convertSize(toBase size: NSSize) -> NSSize
func convertSize(fromBase size: NSSize) -> NSSize
func convertRect(toBase rect: NSRect) -> NSRect
func convertRect(fromBase rect: NSRect) -> NSRect
func performMnemonic(_ string: String) -> Bool
func shouldDrawColor() -> Bool
func gState() -> Int
func allocateGState()
func releaseGState()
func setUpGState()
func renewGState()
var gestureRecognizers: [NSGestureRecognizer]
func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)
func removeGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)
var isDrawingFindIndicator: Bool { get }
func showDefinition(for attrString: NSAttributedString?, at textBaselineOrigin: NSPoint)
func showDefinition(for attrString: NSAttributedString?, range targetRange: NSRange, options options: [String : Any]? = nil, baselineOriginProvider originProvider: (@escaping (NSRange) -> NSPoint)? = nil)
func enterFullScreenMode(_ screen: NSScreen, withOptions options: [String : Any]? = nil) -> Bool
func exitFullScreenMode(options options: [String : Any]? = nil)
var isInFullScreenMode: Bool { get }
func beginDraggingSession(with items: [NSDraggingItem], event event: NSEvent, source source: NSDraggingSource) -> NSDraggingSession
var registeredDraggedTypes: [String] { get }
func register(forDraggedTypes newTypes: [String])
func unregisterDraggedTypes()
func dragFile(_ filename: String, from rect: NSRect, slideBack flag: Bool, event event: NSEvent) -> Bool
func dragPromisedFiles(ofTypes typeArray: [String], from rect: NSRect, source sourceObject: Any, slideBack flag: Bool, event event: NSEvent) -> Bool
func writeEPS(inside rect: NSRect, to pasteboard: NSPasteboard)
func dataWithEPS(inside rect: NSRect) -> Data
func writePDF(inside rect: NSRect, to pasteboard: NSPasteboard)
func dataWithPDF(inside rect: NSRect) -> Data
@warn_unqualified_access
func print(_ sender: Any?)
func knowsPageRange(_ range: NSRangePointer) -> Bool
var heightAdjustLimit: CGFloat { get }
var widthAdjustLimit: CGFloat { get }
func adjustPageWidthNew(_ newRight: UnsafeMutablePointer<CGFloat>, left oldLeft: CGFloat, right oldRight: CGFloat, limit rightLimit: CGFloat)
func adjustPageHeightNew(_ newBottom: UnsafeMutablePointer<CGFloat>, top oldTop: CGFloat, bottom oldBottom: CGFloat, limit bottomLimit: CGFloat)
func rectForPage(_ page: Int) -> NSRect
func locationOfPrintRect(_ rect: NSRect) -> NSPoint
func drawPageBorder(with borderSize: NSSize)
@NSCopying var pageHeader: NSAttributedString { get }
@NSCopying var pageFooter: NSAttributedString { get }
func drawSheetBorder(with borderSize: NSSize)
var printJobTitle: String { get }
func beginDocument()
func endDocument()
func beginPage(in rect: NSRect, atPlacement location: NSPoint)
func endPage()
unowned(unsafe) var nextKeyView: NSView?
unowned(unsafe) var previousKeyView: NSView? { get }
unowned(unsafe) var nextValidKeyView: NSView? { get }
unowned(unsafe) var previousValidKeyView: NSView? { get }
var canBecomeKeyView: Bool { get }
func setKeyboardFocusRingNeedsDisplay(_ rect: NSRect)
var focusRingType: NSFocusRingType
class func defaultFocusRingType() -> NSFocusRingType
func drawFocusRingMask()
var focusRingMaskBounds: NSRect { get }
func noteFocusRingMaskChanged()
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
func accessibilityHitTest(_ point: NSPoint) -> Any?
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKView : CVarArg {
}
extension SKView : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable |
| To | class SKView : NSView {
var isPaused: Bool
var showsFPS: Bool
var showsDrawCount: Bool
var showsNodeCount: Bool
var showsQuadCount: Bool
var showsPhysics: Bool
var showsFields: Bool
var isAsynchronous: Bool
var allowsTransparency: Bool
var ignoresSiblingOrder: Bool
var shouldCullNonVisibleNodes: Bool
var preferredFramesPerSecond: Int
weak var delegate: SKViewDelegate?
var frameInterval: Int
var preferredFrameRate: Float
func presentScene(_ scene: SKScene?)
func presentScene(_ scene: SKScene, transition transition: SKTransition)
var scene: SKScene? { get }
func texture(from node: SKNode) -> SKTexture?
func texture(from node: SKNode, crop crop: CGRect) -> SKTexture?
func convert(_ point: CGPoint, to scene: SKScene) -> CGPoint
func convert(_ point: CGPoint, from scene: SKScene) -> CGPoint
var pressureConfiguration: NSPressureConfiguration?
var wantsExtendedDynamicRangeOpenGLSurface: Bool
var wantsBestResolutionOpenGLSurface: Bool
func rulerView(_ ruler: NSRulerView, shouldMove marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, willMove marker: NSRulerMarker, toLocation location: CGFloat) -> CGFloat
func rulerView(_ ruler: NSRulerView, didMove marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, shouldRemove marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, didRemove marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, shouldAdd marker: NSRulerMarker) -> Bool
func rulerView(_ ruler: NSRulerView, willAdd marker: NSRulerMarker, atLocation location: CGFloat) -> CGFloat
func rulerView(_ ruler: NSRulerView, didAdd marker: NSRulerMarker)
func rulerView(_ ruler: NSRulerView, handleMouseDownWith event: NSEvent)
func rulerView(_ ruler: NSRulerView, willSetClientView newClient: NSView)
func rulerView(_ ruler: NSRulerView, locationFor point: NSPoint) -> CGFloat
func rulerView(_ ruler: NSRulerView, pointForLocation point: CGFloat) -> NSPoint
func addLayoutGuide(_ guide: NSLayoutGuide)
func removeLayoutGuide(_ guide: NSLayoutGuide)
var layoutGuides: [NSLayoutGuide] { get }
func constraintsAffectingLayout(for orientation: NSLayoutConstraintOrientation) -> [NSLayoutConstraint]
var hasAmbiguousLayout: Bool { get }
func exerciseAmbiguityInLayout()
var fittingSize: NSSize { get }
func alignmentRect(forFrame frame: NSRect) -> NSRect
func frame(forAlignmentRect alignmentRect: NSRect) -> NSRect
var alignmentRectInsets: EdgeInsets { get }
var firstBaselineOffsetFromTop: CGFloat { get }
var lastBaselineOffsetFromBottom: CGFloat { get }
var baselineOffsetFromBottom: CGFloat { get }
var intrinsicContentSize: NSSize { get }
func invalidateIntrinsicContentSize()
func contentHuggingPriority(for orientation: NSLayoutConstraintOrientation) -> NSLayoutPriority
func setContentHuggingPriority(_ priority: NSLayoutPriority, for orientation: NSLayoutConstraintOrientation)
func contentCompressionResistancePriority(for orientation: NSLayoutConstraintOrientation) -> NSLayoutPriority
func setContentCompressionResistancePriority(_ priority: NSLayoutPriority, for orientation: NSLayoutConstraintOrientation)
var translatesAutoresizingMaskIntoConstraints: Bool
class func requiresConstraintBasedLayout() -> Bool
func updateConstraintsForSubtreeIfNeeded()
func updateConstraints()
var needsUpdateConstraints: Bool
func layoutSubtreeIfNeeded()
func layout()
var needsLayout: Bool
var leadingAnchor: NSLayoutXAxisAnchor { get }
var trailingAnchor: NSLayoutXAxisAnchor { get }
var leftAnchor: NSLayoutXAxisAnchor { get }
var rightAnchor: NSLayoutXAxisAnchor { get }
var topAnchor: NSLayoutYAxisAnchor { get }
var bottomAnchor: NSLayoutYAxisAnchor { get }
var widthAnchor: NSLayoutDimension { get }
var heightAnchor: NSLayoutDimension { get }
var centerXAnchor: NSLayoutXAxisAnchor { get }
var centerYAnchor: NSLayoutYAxisAnchor { get }
var firstBaselineAnchor: NSLayoutYAxisAnchor { get }
var lastBaselineAnchor: NSLayoutYAxisAnchor { get }
var constraints: [NSLayoutConstraint] { get }
func addConstraint(_ constraint: NSLayoutConstraint)
func addConstraints(_ constraints: [NSLayoutConstraint])
func removeConstraint(_ constraint: NSLayoutConstraint)
func removeConstraints(_ constraints: [NSLayoutConstraint])
var enclosingMenuItem: NSMenuItem? { get }
func reflectScrolledClipView(_ clipView: NSClipView)
func scroll(_ clipView: NSClipView, to point: NSPoint)
var candidateListTouchBarItem: NSCandidateListTouchBarItem<AnyObject>? { get }
func drag(_ image: NSImage, at viewLocation: NSPoint, offset initialOffset: NSSize, event event: NSEvent, pasteboard pboard: NSPasteboard, source sourceObj: Any, slideBack slideFlag: Bool)
func convertPoint(toBase point: NSPoint) -> NSPoint
func convertPoint(fromBase point: NSPoint) -> NSPoint
func convertSize(toBase size: NSSize) -> NSSize
func convertSize(fromBase size: NSSize) -> NSSize
func convertRect(toBase rect: NSRect) -> NSRect
func convertRect(fromBase rect: NSRect) -> NSRect
func performMnemonic(_ string: String) -> Bool
func shouldDrawColor() -> Bool
func gState() -> Int
func allocateGState()
func releaseGState()
func setUpGState()
func renewGState()
var allowedTouchTypes: NSTouchTypeMask
var gestureRecognizers: [NSGestureRecognizer]
func addGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)
func removeGestureRecognizer(_ gestureRecognizer: NSGestureRecognizer)
var isDrawingFindIndicator: Bool { get }
func showDefinition(for attrString: NSAttributedString?, at textBaselineOrigin: NSPoint)
func showDefinition(for attrString: NSAttributedString?, range targetRange: NSRange, options options: [String : Any]? = nil, baselineOriginProvider originProvider: ((NSRange) -> NSPoint)? = nil)
func enterFullScreenMode(_ screen: NSScreen, withOptions options: [String : Any]? = nil) -> Bool
func exitFullScreenMode(options options: [String : Any]? = nil)
var isInFullScreenMode: Bool { get }
func beginDraggingSession(with items: [NSDraggingItem], event event: NSEvent, source source: NSDraggingSource) -> NSDraggingSession
var registeredDraggedTypes: [String] { get }
func register(forDraggedTypes newTypes: [String])
func unregisterDraggedTypes()
func dragFile(_ filename: String, from rect: NSRect, slideBack flag: Bool, event event: NSEvent) -> Bool
func dragPromisedFiles(ofTypes typeArray: [String], from rect: NSRect, source sourceObject: Any, slideBack flag: Bool, event event: NSEvent) -> Bool
func writeEPS(inside rect: NSRect, to pasteboard: NSPasteboard)
func dataWithEPS(inside rect: NSRect) -> Data
func writePDF(inside rect: NSRect, to pasteboard: NSPasteboard)
func dataWithPDF(inside rect: NSRect) -> Data
@warn_unqualified_access
func print(_ sender: Any?)
func knowsPageRange(_ range: NSRangePointer) -> Bool
var heightAdjustLimit: CGFloat { get }
var widthAdjustLimit: CGFloat { get }
func adjustPageWidthNew(_ newRight: UnsafeMutablePointer<CGFloat>, left oldLeft: CGFloat, right oldRight: CGFloat, limit rightLimit: CGFloat)
func adjustPageHeightNew(_ newBottom: UnsafeMutablePointer<CGFloat>, top oldTop: CGFloat, bottom oldBottom: CGFloat, limit bottomLimit: CGFloat)
func rectForPage(_ page: Int) -> NSRect
func locationOfPrintRect(_ rect: NSRect) -> NSPoint
func drawPageBorder(with borderSize: NSSize)
@NSCopying var pageHeader: NSAttributedString { get }
@NSCopying var pageFooter: NSAttributedString { get }
func drawSheetBorder(with borderSize: NSSize)
var printJobTitle: String { get }
func beginDocument()
func endDocument()
func beginPage(in rect: NSRect, atPlacement location: NSPoint)
func endPage()
unowned(unsafe) var nextKeyView: NSView?
unowned(unsafe) var previousKeyView: NSView? { get }
unowned(unsafe) var nextValidKeyView: NSView? { get }
unowned(unsafe) var previousValidKeyView: NSView? { get }
var canBecomeKeyView: Bool { get }
func setKeyboardFocusRingNeedsDisplay(_ rect: NSRect)
var focusRingType: NSFocusRingType
class func defaultFocusRingType() -> NSFocusRingType
func drawFocusRingMask()
var focusRingMaskBounds: NSRect { get }
func noteFocusRingMaskChanged()
func encodeRestorableState(with coder: NSCoder)
func restoreState(with coder: NSCoder)
func invalidateRestorableState()
class func restorableStateKeyPaths() -> [String]
func interfaceStyle() -> Int
func setInterfaceStyle(_ interfaceStyle: Int)
var userActivity: NSUserActivity?
func updateUserActivityState(_ userActivity: NSUserActivity)
func restoreUserActivityState(_ userActivity: NSUserActivity)
@IBAction func newWindowForTab(_ sender: Any?)
func performTextFinderAction(_ sender: Any?)
func presentError(_ error: Error, modalFor window: NSWindow, delegate delegate: Any?, didPresent didPresentSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func presentError(_ error: Error) -> Bool
func willPresentError(_ error: Error) -> Error
func validateProposedFirstResponder(_ responder: NSResponder, for event: NSEvent?) -> Bool
var undoManager: UndoManager? { get }
func insertText(_ insertString: Any)
func doCommand(by selector: Selector)
func moveForward(_ sender: Any?)
func moveRight(_ sender: Any?)
func moveBackward(_ sender: Any?)
func moveLeft(_ sender: Any?)
func moveUp(_ sender: Any?)
func moveDown(_ sender: Any?)
func moveWordForward(_ sender: Any?)
func moveWordBackward(_ sender: Any?)
func moveToBeginningOfLine(_ sender: Any?)
func moveToEndOfLine(_ sender: Any?)
func moveToBeginningOfParagraph(_ sender: Any?)
func moveToEndOfParagraph(_ sender: Any?)
func moveToEndOfDocument(_ sender: Any?)
func moveToBeginningOfDocument(_ sender: Any?)
func pageDown(_ sender: Any?)
func pageUp(_ sender: Any?)
func centerSelectionInVisibleArea(_ sender: Any?)
func moveBackwardAndModifySelection(_ sender: Any?)
func moveForwardAndModifySelection(_ sender: Any?)
func moveWordForwardAndModifySelection(_ sender: Any?)
func moveWordBackwardAndModifySelection(_ sender: Any?)
func moveUpAndModifySelection(_ sender: Any?)
func moveDownAndModifySelection(_ sender: Any?)
func moveToBeginningOfLineAndModifySelection(_ sender: Any?)
func moveToEndOfLineAndModifySelection(_ sender: Any?)
func moveToBeginningOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfParagraphAndModifySelection(_ sender: Any?)
func moveToEndOfDocumentAndModifySelection(_ sender: Any?)
func moveToBeginningOfDocumentAndModifySelection(_ sender: Any?)
func pageDownAndModifySelection(_ sender: Any?)
func pageUpAndModifySelection(_ sender: Any?)
func moveParagraphForwardAndModifySelection(_ sender: Any?)
func moveParagraphBackwardAndModifySelection(_ sender: Any?)
func moveWordRight(_ sender: Any?)
func moveWordLeft(_ sender: Any?)
func moveRightAndModifySelection(_ sender: Any?)
func moveLeftAndModifySelection(_ sender: Any?)
func moveWordRightAndModifySelection(_ sender: Any?)
func moveWordLeftAndModifySelection(_ sender: Any?)
func moveToLeftEndOfLine(_ sender: Any?)
func moveToRightEndOfLine(_ sender: Any?)
func moveToLeftEndOfLineAndModifySelection(_ sender: Any?)
func moveToRightEndOfLineAndModifySelection(_ sender: Any?)
func scrollPageUp(_ sender: Any?)
func scrollPageDown(_ sender: Any?)
func scrollLineUp(_ sender: Any?)
func scrollLineDown(_ sender: Any?)
func scrollToBeginningOfDocument(_ sender: Any?)
func scrollToEndOfDocument(_ sender: Any?)
func transpose(_ sender: Any?)
func transposeWords(_ sender: Any?)
func selectAll(_ sender: Any?)
func selectParagraph(_ sender: Any?)
func selectLine(_ sender: Any?)
func selectWord(_ sender: Any?)
func indent(_ sender: Any?)
func insertTab(_ sender: Any?)
func insertBacktab(_ sender: Any?)
func insertNewline(_ sender: Any?)
func insertParagraphSeparator(_ sender: Any?)
func insertNewlineIgnoringFieldEditor(_ sender: Any?)
func insertTabIgnoringFieldEditor(_ sender: Any?)
func insertLineBreak(_ sender: Any?)
func insertContainerBreak(_ sender: Any?)
func insertSingleQuoteIgnoringSubstitution(_ sender: Any?)
func insertDoubleQuoteIgnoringSubstitution(_ sender: Any?)
func changeCaseOfLetter(_ sender: Any?)
func uppercaseWord(_ sender: Any?)
func lowercaseWord(_ sender: Any?)
func capitalizeWord(_ sender: Any?)
func deleteForward(_ sender: Any?)
func deleteBackward(_ sender: Any?)
func deleteBackwardByDecomposingPreviousCharacter(_ sender: Any?)
func deleteWordForward(_ sender: Any?)
func deleteWordBackward(_ sender: Any?)
func deleteToBeginningOfLine(_ sender: Any?)
func deleteToEndOfLine(_ sender: Any?)
func deleteToBeginningOfParagraph(_ sender: Any?)
func deleteToEndOfParagraph(_ sender: Any?)
func yank(_ sender: Any?)
func complete(_ sender: Any?)
func setMark(_ sender: Any?)
func deleteToMark(_ sender: Any?)
func selectToMark(_ sender: Any?)
func swapWithMark(_ sender: Any?)
func cancelOperation(_ sender: Any?)
func makeBaseWritingDirectionNatural(_ sender: Any?)
func makeBaseWritingDirectionLeftToRight(_ sender: Any?)
func makeBaseWritingDirectionRightToLeft(_ sender: Any?)
func makeTextWritingDirectionNatural(_ sender: Any?)
func makeTextWritingDirectionLeftToRight(_ sender: Any?)
func makeTextWritingDirectionRightToLeft(_ sender: Any?)
func quickLookPreviewItems(_ sender: Any?)
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, to observable: Any, withKeyPath keyPath: String, options options: [String : Any]? = nil)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : Any]?
func optionDescriptionsForBinding(_ binding: String) -> [NSAttributeDescription]
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
func panel(_ sender: Any, isValidFilename filename: String) -> Bool
func panel(_ sender: Any, directoryDidChange path: String)
func panel(_ sender: Any, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> ComparisonResult
func panel(_ sender: Any, shouldShowFilename filename: String) -> Bool
func awakeFromNib()
func prepareForInterfaceBuilder()
func changeColor(_ sender: Any?)
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
func changeFont(_ sender: Any?)
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
func namesOfPromisedFilesDropped(atDestination dropDestination: URL) -> [String]?
func draggingSourceOperationMask(forLocal flag: Bool) -> NSDragOperation
func draggedImage(_ image: NSImage!, beganAt screenPoint: NSPoint)
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, operation operation: NSDragOperation)
func draggedImage(_ image: NSImage!, movedTo screenPoint: NSPoint)
func ignoreModifierKeysWhileDragging() -> Bool
func draggedImage(_ image: NSImage!, endedAt screenPoint: NSPoint, deposited flag: Bool)
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
func accessibilityAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String) -> Any?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: Any?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [Any]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: Any?) -> Any?
func accessibilityActionNames() -> [Any]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
func accessibilityHitTest(_ point: NSPoint) -> Any?
var accessibilityFocusedUIElement: Any? { get }
func accessibilityIndex(ofChild child: Any) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [Any]
var accessibilityNotifiesWhenDestroyed: Bool { get }
func scriptingIsEqual(to object: Any) -> Bool
func scriptingIsLessThanOrEqual(to object: Any) -> Bool
func scriptingIsLessThan(_ object: Any) -> Bool
func scriptingIsGreaterThanOrEqual(to object: Any) -> Bool
func scriptingIsGreaterThan(_ object: Any) -> Bool
func scriptingBegins(with object: Any) -> Bool
func scriptingEnds(with object: Any) -> Bool
func scriptingContains(_ object: Any) -> Bool
func isEqual(to object: Any?) -> Bool
func isLessThanOrEqual(to object: Any?) -> Bool
func isLessThan(_ object: Any?) -> Bool
func isGreaterThanOrEqual(to object: Any?) -> Bool
func isGreaterThan(_ object: Any?) -> Bool
func isNotEqual(to object: Any?) -> Bool
func doesContain(_ object: Any) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
func value(at index: Int, inPropertyWithKey key: String) -> Any?
func value(withName name: String, inPropertyWithKey key: String) -> Any?
func value(withUniqueID uniqueID: Any, inPropertyWithKey key: String) -> Any?
func insertValue(_ value: Any, at index: Int, inPropertyWithKey key: String)
func removeValue(at index: Int, fromPropertyWithKey key: String)
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)
func insertValue(_ value: Any, inPropertyWithKey key: String)
func coerceValue(_ value: Any?, forKey key: String) -> Any?
var classCode: FourCharCode { get }
var className: String { get }
func scriptingValue(for objectSpecifier: NSScriptObjectSpecifier) -> Any?
var scriptingProperties: [String : Any]?
func copyScriptingValue(_ value: Any, forKey key: String, withProperties properties: [String : Any]) -> Any?
func newScriptingObject(of objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
var classForPortCoder: AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
var classForArchiver: AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(onMainThread aSelector: Selector, with arg: Any?, waitUntilDone wait: Bool)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool, modes array: [String]?)
func perform(_ aSelector: Selector, on thr: Thread, with arg: Any?, waitUntilDone wait: Bool)
func performSelector(inBackground aSelector: Selector, with arg: Any?)
class func classForKeyedUnarchiver() -> AnyClass
var classForKeyedArchiver: AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
func willChangeValue(forKey key: String)
func didChangeValue(forKey key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAt indexes: IndexSet, forKey key: String)
func willChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func didChangeValue(forKey key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, using objects: Set<AnyHashable>)
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions = [], context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutableRawPointer?)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
class func useStoredAccessor() -> Bool
func storedValue(forKey key: String) -> Any?
func takeStoredValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKey key: String)
func takeValue(_ value: Any?, forKeyPath keyPath: String)
func handleQuery(withUnboundKey key: String) -> Any?
func handleTakeValue(_ value: Any?, forUnboundKey key: String)
func unableToSetNil(forKey key: String)
func values(forKeys keys: [Any]) -> [AnyHashable : Any]
func takeValues(from properties: [AnyHashable : Any])
class var accessInstanceVariablesDirectly: Bool { get }
func value(forKey key: String) -> Any?
func setValue(_ value: Any?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValue(forKey key: String) -> NSMutableArray
func mutableOrderedSetValue(forKey key: String) -> NSMutableOrderedSet
func mutableSetValue(forKey key: String) -> NSMutableSet
func value(forKeyPath keyPath: String) -> Any?
func setValue(_ value: Any?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValue(forKeyPath keyPath: String) -> NSMutableArray
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSet
func mutableSetValue(forKeyPath keyPath: String) -> NSMutableSet
func value(forUndefinedKey key: String) -> Any?
func setValue(_ value: Any?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValues(forKeys keys: [String]) -> [String : Any]
func setValuesForKeys(_ keyedValues: [String : Any])
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval, inModes modes: [RunLoopMode])
func perform(_ aSelector: Selector, with anArgument: Any?, afterDelay delay: TimeInterval)
class func cancelPreviousPerformRequests(withTarget aTarget: Any, selector aSelector: Selector, object anArgument: Any?)
class func cancelPreviousPerformRequests(withTarget aTarget: Any)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int, delegate delegate: Any?, didRecoverSelector didRecoverSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func attemptRecovery(fromError error: Error, optionIndex recoveryOptionIndex: Int) -> Bool
var autoContentAccessingProxy: Any { get }
class func pose(as aClass: AnyClass)
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension SKView : NSTouchBarProvider {
var touchBar: NSTouchBar?
func makeTouchBar() -> NSTouchBar?
}
extension SKView : CVarArg {
}
extension SKView : Equatable, Hashable {
var hashValue: Int { get }
} | CVarArg, Equatable, Hashable, NSTouchBarProvider |