From | class NSObject : NSObjectProtocol {
class func load()
class func initialize()
init()
class func new() -> Self
class func allocWithZone(_ zone: NSZone) -> Self
class func alloc() -> Self
func finalize()
func copy() -> AnyObject
func mutableCopy() -> AnyObject
class func copyWithZone(_ zone: NSZone) -> AnyObject!
class func mutableCopyWithZone(_ zone: NSZone) -> AnyObject!
class func instancesRespondToSelector(_ aSelector: Selector) -> Bool
class func conformsToProtocol(_ protocol: Protocol) -> Bool
func methodForSelector(_ aSelector: Selector) -> IMP
class func instanceMethodForSelector(_ aSelector: Selector) -> IMP
func doesNotRecognizeSelector(_ aSelector: Selector)
func forwardingTargetForSelector(_ aSelector: Selector) -> AnyObject?
func forwardInvocation(_ anInvocation: NSInvocation!)
func methodSignatureForSelector(_ aSelector: Selector) -> NSMethodSignature!
class func instanceMethodSignatureForSelector(_ aSelector: Selector) -> NSMethodSignature!
func allowsWeakReference() -> Bool
func retainWeakReference() -> Bool
class func isSubclassOfClass(_ aClass: AnyClass) -> Bool
class func resolveClassMethod(_ sel: Selector) -> Bool
class func resolveInstanceMethod(_ sel: Selector) -> Bool
class func hash() -> Int
class func superclass() -> AnyClass?
class func `class`() -> AnyClass!
class func description() -> String
class func debugDescription() -> String
}
extension NSObject {
func actionProperty() -> String!
func titleForPerson(_ person: ABPerson!, identifier identifier: String!) -> String!
func performActionForPerson(_ person: ABPerson!, identifier identifier: String!)
func shouldEnableActionForPerson(_ person: ABPerson!, identifier identifier: String!) -> Bool
}
extension NSObject {
func accessibilityAttributeNames() -> [AnyObject]
func accessibilityAttributeValue(_ attribute: String) -> AnyObject?
func accessibilityIsAttributeSettable(_ attribute: String) -> Bool
func accessibilitySetValue(_ value: AnyObject?, forAttribute attribute: String)
func accessibilityParameterizedAttributeNames() -> [AnyObject]
func accessibilityAttributeValue(_ attribute: String, forParameter parameter: AnyObject?) -> AnyObject?
func accessibilityActionNames() -> [AnyObject]
func accessibilityActionDescription(_ action: String) -> String?
func accessibilityPerformAction(_ action: String)
func accessibilityIsIgnored() -> Bool
func accessibilityHitTest(_ point: NSPoint) -> AnyObject?
var accessibilityFocusedUIElement: AnyObject? { get }
func accessibilityIndexOfChild(_ child: AnyObject) -> Int
func accessibilityArrayAttributeCount(_ attribute: String) -> Int
func accessibilityArrayAttributeValues(_ attribute: String, index index: Int, maxCount maxCount: Int) -> [AnyObject]
var accessibilityNotifiesWhenDestroyed: Bool { get }
}
extension NSObject {
func accessibilitySetOverrideValue(_ value: AnyObject?, forAttribute attribute: String) -> Bool
}
extension NSObject {
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
}
extension NSObject {
func changeColor(_ sender: AnyObject?)
}
extension NSObject {
func controlTextDidBeginEditing(_ obj: NSNotification)
func controlTextDidEndEditing(_ obj: NSNotification)
func controlTextDidChange(_ obj: NSNotification)
}
extension NSObject {
func namesOfPromisedFilesDroppedAtDestination(_ dropDestination: NSURL) -> [String]?
func draggingSourceOperationMaskForLocal(_ 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 NSObject {
func fontManager(_ sender: AnyObject, willIncludeFont fontName: String) -> Bool
}
extension NSObject {
func changeFont(_ sender: AnyObject?)
}
extension NSObject {
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
}
extension NSObject {
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> AnyClass?
func bind(_ binding: String, toObject observable: AnyObject, withKeyPath keyPath: String, options options: [String : AnyObject]?)
func unbind(_ binding: String)
func infoForBinding(_ binding: String) -> [String : AnyObject]?
func optionDescriptionsForBinding(_ aBinding: String) -> [NSAttributeDescription]
}
extension NSObject {
class func setDefaultPlaceholder(_ placeholder: AnyObject?, forMarker marker: AnyObject?, withBinding binding: String)
class func defaultPlaceholderForMarker(_ marker: AnyObject?, withBinding binding: String) -> AnyObject?
}
extension NSObject {
func objectDidBeginEditing(_ editor: AnyObject)
func objectDidEndEditing(_ editor: AnyObject)
}
extension NSObject {
func discardEditing()
func commitEditing() -> Bool
func commitEditingWithDelegate(_ delegate: AnyObject?, didCommitSelector didCommitSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>)
func commitEditingAndReturnError() throws
}
extension NSObject {
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
}
extension NSObject {
func awakeFromNib()
func prepareForInterfaceBuilder()
}
extension NSObject {
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
}
extension NSObject {
func panel(_ sender: AnyObject, isValidFilename filename: String) -> Bool
func panel(_ sender: AnyObject, directoryDidChange path: String)
func panel(_ sender: AnyObject, compareFilename name1: String, with name2: String, caseSensitive caseSensitive: Bool) -> NSComparisonResult
func panel(_ sender: AnyObject, shouldShowFilename filename: String) -> Bool
}
extension NSObject {
func tableView(_ tableView: NSTableView, writeRows rows: [AnyObject], toPasteboard pboard: NSPasteboard) -> Bool
}
extension NSObject {
func textStorageWillProcessEditing(_ notification: NSNotification)
func textStorageDidProcessEditing(_ notification: NSNotification)
}
extension NSObject {
func validateToolbarItem(_ theItem: NSToolbarItem) -> Bool
}
extension NSObject {
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, fromWindow window: NSWindow) -> Bool
}
extension NSObject {
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutablePointer<Void>) -> String
}
extension NSObject {
func workflowControllerWillRun(_ controller: AMWorkflowController)
func workflowControllerWillStop(_ controller: AMWorkflowController)
func workflowControllerDidRun(_ controller: AMWorkflowController)
func workflowControllerDidStop(_ controller: AMWorkflowController)
func workflowController(_ controller: AMWorkflowController, willRunAction action: AMAction)
func workflowController(_ controller: AMWorkflowController, didRunAction action: AMAction)
func workflowController(_ controller: AMWorkflowController, didError error: NSError)
}
extension NSObject {
func provideImageData(_ data: UnsafeMutablePointer<Void>, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: AnyObject?)
}
extension NSObject {
func burnProgressPanelWillBegin(_ aNotification: NSNotification!)
func burnProgressPanelDidFinish(_ aNotification: NSNotification!)
func burnProgressPanel(_ theBurnPanel: DRBurnProgressPanel!, burnDidFinish burn: DRBurn!) -> Bool
}
extension NSObject {
func eraseProgressPanelWillBegin(_ aNotification: NSNotification!)
func eraseProgressPanelDidFinish(_ aNotification: NSNotification!)
func eraseProgressPanel(_ theErasePanel: DREraseProgressPanel!, eraseDidFinish erase: DRErase!) -> Bool
}
extension NSObject {
func setupPanel(_ aPanel: DRSetupPanel!, deviceCouldBeTarget device: DRDevice!) -> Bool
func setupPanel(_ aPanel: DRSetupPanel!, determineBestDeviceOfA deviceA: DRDevice!, orB device: DRDevice!) -> DRDevice!
func setupPanelDeviceSelectionChanged(_ aNotification: NSNotification!)
func setupPanelShouldHandleMediaReservations(_ aPanel: DRSetupPanel!) -> Bool
func setupPanel(_ aPanel: DRSetupPanel!, deviceContainsSuitableMedia device: DRDevice!, promptString prompt: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
}
extension NSObject {
func exceptionHandler(_ sender: NSExceptionHandler!, shouldLogException exception: NSException!, mask aMask: Int) -> Bool
func exceptionHandler(_ sender: NSExceptionHandler!, shouldHandleException exception: NSException!, mask aMask: Int) -> Bool
}
extension NSObject {
var classForArchiver: AnyClass? { get }
func replacementObjectForArchiver(_ archiver: NSArchiver) -> AnyObject?
}
extension NSObject {
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverseForRelationshipKey(_ relationshipKey: String) -> String?
}
extension NSObject {
func attemptRecoveryFromError(_ error: NSError, optionIndex recoveryOptionIndex: Int, delegate delegate: AnyObject?, didRecoverSelector didRecoverSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>)
func attemptRecoveryFromError(_ error: NSError, optionIndex recoveryOptionIndex: Int) -> Bool
}
extension NSObject {
func fileManager(_ fm: NSFileManager, shouldProceedAfterError errorInfo: [NSObject : AnyObject]) -> Bool
func fileManager(_ fm: NSFileManager, willProcessPath path: String)
}
extension NSObject {
class func accessInstanceVariablesDirectly() -> Bool
func valueForKey(_ key: String) -> AnyObject?
func setValue(_ value: AnyObject?, forKey key: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws
func mutableArrayValueForKey(_ key: String) -> NSMutableArray
func mutableOrderedSetValueForKey(_ key: String) -> NSMutableOrderedSet
func mutableSetValueForKey(_ key: String) -> NSMutableSet
func valueForKeyPath(_ keyPath: String) -> AnyObject?
func setValue(_ value: AnyObject?, forKeyPath keyPath: String)
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws
func mutableArrayValueForKeyPath(_ keyPath: String) -> NSMutableArray
func mutableOrderedSetValueForKeyPath(_ keyPath: String) -> NSMutableOrderedSet
func mutableSetValueForKeyPath(_ keyPath: String) -> NSMutableSet
func valueForUndefinedKey(_ key: String) -> AnyObject?
func setValue(_ value: AnyObject?, forUndefinedKey key: String)
func setNilValueForKey(_ key: String)
func dictionaryWithValuesForKeys(_ keys: [String]) -> [String : AnyObject]
func setValuesForKeysWithDictionary(_ keyedValues: [String : AnyObject])
}
extension NSObject {
class func useStoredAccessor() -> Bool
func storedValueForKey(_ key: String) -> AnyObject?
func takeStoredValue(_ value: AnyObject?, forKey key: String)
func takeValue(_ value: AnyObject?, forKey key: String)
func takeValue(_ value: AnyObject?, forKeyPath keyPath: String)
func handleQueryWithUnboundKey(_ key: String) -> AnyObject?
func handleTakeValue(_ value: AnyObject?, forUnboundKey key: String)
func unableToSetNilForKey(_ key: String)
func valuesForKeys(_ keys: [AnyObject]) -> [NSObject : AnyObject]
func takeValuesFromDictionary(_ properties: [NSObject : AnyObject])
}
extension NSObject {
func observeValueForKeyPath(_ keyPath: String?, ofObject object: AnyObject?, change change: [String : AnyObject]?, context context: UnsafeMutablePointer<Void>)
}
extension NSObject {
func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSObject {
func willChangeValueForKey(_ key: String)
func didChangeValueForKey(_ key: String)
func willChange(_ changeKind: NSKeyValueChange, valuesAtIndexes indexes: NSIndexSet, forKey key: String)
func didChange(_ changeKind: NSKeyValueChange, valuesAtIndexes indexes: NSIndexSet, forKey key: String)
func willChangeValueForKey(_ key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, usingObjects objects: Set<NSObject>)
func didChangeValueForKey(_ key: String, withSetMutation mutationKind: NSKeyValueSetMutationKind, usingObjects objects: Set<NSObject>)
}
extension NSObject {
class func keyPathsForValuesAffectingValueForKey(_ key: String) -> Set<String>
class func automaticallyNotifiesObserversForKey(_ key: String) -> Bool
var observationInfo: UnsafeMutablePointer<Void>
}
extension NSObject {
class func setKeys(_ keys: [AnyObject], triggerChangeNotificationsForDependentKey dependentKey: String)
}
extension NSObject {
var classForKeyedArchiver: AnyClass? { get }
func replacementObjectForKeyedArchiver(_ archiver: NSKeyedArchiver) -> AnyObject?
class func classFallbacksForKeyedArchiver() -> [String]
}
extension NSObject {
class func classForKeyedUnarchiver() -> AnyClass
}
extension NSObject {
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: AnyClass { get }
func replacementObjectForCoder(_ aCoder: NSCoder) -> AnyObject?
func awakeAfterUsingCoder(_ aDecoder: NSCoder) -> AnyObject?
}
extension NSObject {
class func poseAsClass(_ aClass: AnyClass)
}
extension NSObject {
var autoContentAccessingProxy: AnyObject { get }
}
extension NSObject {
func scriptingValueForSpecifier(_ objectSpecifier: NSScriptObjectSpecifier) -> AnyObject?
var scriptingProperties: [String : AnyObject]?
func copyScriptingValue(_ value: AnyObject, forKey key: String, withProperties properties: [String : AnyObject]) -> AnyObject?
func newScriptingObjectOfClass(_ objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: AnyObject?, properties properties: [String : AnyObject]) -> AnyObject?
}
extension NSObject {
var classForPortCoder: AnyClass { get }
func replacementObjectForPortCoder(_ coder: NSPortCoder) -> AnyObject?
}
extension NSObject {
func performSelector(_ aSelector: Selector, withObject anArgument: AnyObject?, afterDelay delay: NSTimeInterval, inModes modes: [String])
func performSelector(_ aSelector: Selector, withObject anArgument: AnyObject?, afterDelay delay: NSTimeInterval)
class func cancelPreviousPerformRequestsWithTarget(_ aTarget: AnyObject, selector aSelector: Selector, object anArgument: AnyObject?)
class func cancelPreviousPerformRequestsWithTarget(_ aTarget: AnyObject)
}
extension NSObject {
var classCode: FourCharCode { get }
var className: String { get }
}
extension NSObject {
func valueAtIndex(_ index: Int, inPropertyWithKey key: String) -> AnyObject?
func valueWithName(_ name: String, inPropertyWithKey key: String) -> AnyObject?
func valueWithUniqueID(_ uniqueID: AnyObject, inPropertyWithKey key: String) -> AnyObject?
func insertValue(_ value: AnyObject, atIndex index: Int, inPropertyWithKey key: String)
func removeValueAtIndex(_ index: Int, fromPropertyWithKey key: String)
func replaceValueAtIndex(_ index: Int, inPropertyWithKey key: String, withValue value: AnyObject)
func insertValue(_ value: AnyObject, inPropertyWithKey key: String)
func coerceValue(_ value: AnyObject?, forKey key: String) -> AnyObject?
}
extension NSObject {
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjectsByEvaluatingObjectSpecifier(_ specifier: NSScriptObjectSpecifier) -> [NSNumber]?
}
extension NSObject {
func isEqualTo(_ object: AnyObject?) -> Bool
func isLessThanOrEqualTo(_ object: AnyObject?) -> Bool
func isLessThan(_ object: AnyObject?) -> Bool
func isGreaterThanOrEqualTo(_ object: AnyObject?) -> Bool
func isGreaterThan(_ object: AnyObject?) -> Bool
func isNotEqualTo(_ object: AnyObject?) -> Bool
func doesContain(_ object: AnyObject) -> Bool
func isLike(_ object: String) -> Bool
func isCaseInsensitiveLike(_ object: String) -> Bool
}
extension NSObject {
func scriptingIsEqualTo(_ object: AnyObject) -> Bool
func scriptingIsLessThanOrEqualTo(_ object: AnyObject) -> Bool
func scriptingIsLessThan(_ object: AnyObject) -> Bool
func scriptingIsGreaterThanOrEqualTo(_ object: AnyObject) -> Bool
func scriptingIsGreaterThan(_ object: AnyObject) -> Bool
func scriptingBeginsWith(_ object: AnyObject) -> Bool
func scriptingEndsWith(_ object: AnyObject) -> Bool
func scriptingContains(_ object: AnyObject) -> Bool
}
extension NSObject {
func performSelectorOnMainThread(_ aSelector: Selector, withObject arg: AnyObject?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelectorOnMainThread(_ aSelector: Selector, withObject arg: AnyObject?, waitUntilDone wait: Bool)
func performSelector(_ aSelector: Selector, onThread thr: NSThread, withObject arg: AnyObject?, waitUntilDone wait: Bool, modes array: [String]?)
func performSelector(_ aSelector: Selector, onThread thr: NSThread, withObject arg: AnyObject?, waitUntilDone wait: Bool)
func performSelectorInBackground(_ aSelector: Selector, withObject arg: AnyObject?)
}
extension NSObject {
func URL(_ sender: NSURL, resourceDataDidBecomeAvailable newBytes: NSData)
func URLResourceDidFinishLoading(_ sender: NSURL)
func URLResourceDidCancelLoading(_ sender: NSURL)
func URL(_ sender: NSURL, resourceDidFailLoadingWithReason reason: String)
}
extension NSObject : CustomDebugStringConvertible {
}
extension NSObject : CustomStringConvertible {
}
extension NSObject {
func readRSSIForDeviceComplete(_ controller: AnyObject!, device device: IOBluetoothDevice!, info info: UnsafeMutablePointer<BluetoothHCIRSSIInfo>, error error: IOReturn)
func readLinkQualityForDeviceComplete(_ controller: AnyObject!, device device: IOBluetoothDevice!, info info: UnsafeMutablePointer<BluetoothHCILinkQualityInfo>, error error: IOReturn)
}
extension NSObject {
func registerIncomingDataListener(_ listener: IOBluetoothL2CAPChannelIncomingDataListener!, refCon refCon: UnsafeMutablePointer<Void>) -> IOReturn
func write(_ data: UnsafeMutablePointer<Void>, length length: UInt16) -> IOReturn
class func withL2CAPChannelRef(_ l2capChannelRef: IOBluetoothL2CAPChannelRef!) -> IOBluetoothL2CAPChannel!
func getL2CAPChannelRef() -> Unmanaged<IOBluetoothL2CAPChannelRef>!
}
extension NSObject {
func fileTransferServicesConnectionComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesDisconnectionComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesAbortComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesRemoveItemComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, removedItem inItemName: String!)
func fileTransferServicesCreateFolderComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, folder inFolderName: String!)
func fileTransferServicesPathChangeComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, finalPath inPath: String!)
func fileTransferServicesRetrieveFolderListingComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, listing inListing: [AnyObject]!)
func fileTransferServicesFilePreparationComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesSendFileProgress(_ inServices: OBEXFileTransferServices!, transferProgress inProgressDescription: [NSObject : AnyObject]!)
func fileTransferServicesSendFileComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesCopyRemoteFileProgress(_ inServices: OBEXFileTransferServices!, transferProgress inProgressDescription: [NSObject : AnyObject]!)
func fileTransferServicesCopyRemoteFileComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
}
extension NSObject {
func inputText(_ string: String!, key keyCode: Int, modifiers flags: Int, client sender: AnyObject!) -> Bool
func inputText(_ string: String!, client sender: AnyObject!) -> Bool
func handleEvent(_ event: NSEvent!, client sender: AnyObject!) -> Bool
func didCommandBySelector(_ aSelector: Selector, client sender: AnyObject!) -> Bool
func composedString(_ sender: AnyObject!) -> AnyObject!
func originalString(_ sender: AnyObject!) -> NSAttributedString!
func commitComposition(_ sender: AnyObject!)
func candidates(_ sender: AnyObject!) -> [AnyObject]!
}
extension NSObject : Equatable, Hashable {
var hashValue: Int { get }
}
extension NSObject : CVarArgType {
}
extension NSObject : Equatable, Hashable {
var hashValue: Int { get }
}
extension NSObject : CVarArgType {
}
extension NSObject {
func feedDidBeginRefresh(_ feed: PSFeed!)
func feedDidEndRefresh(_ feed: PSFeed!)
func feed(_ feed: PSFeed!, didAddEntries entries: [AnyObject]!)
func feed(_ feed: PSFeed!, didRemoveEntriesWithIdentifiers identifiers: [AnyObject]!)
func feed(_ feed: PSFeed!, didUpdateEntries entries: [AnyObject]!)
func feed(_ feed: PSFeed!, didChangeFlagsInEntries entries: [AnyObject]!)
func enclosure(_ enclosure: PSEnclosure!, downloadStateDidChange state: PSEnclosureDownloadState)
}
extension NSObject {
func numberOfItemsInImageBrowser(_ aBrowser: IKImageBrowserView!) -> Int
func imageBrowser(_ aBrowser: IKImageBrowserView!, itemAtIndex index: Int) -> AnyObject!
func imageBrowser(_ aBrowser: IKImageBrowserView!, removeItemsAtIndexes indexes: NSIndexSet!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, moveItemsAtIndexes indexes: NSIndexSet!, toIndex destinationIndex: Int) -> Bool
func imageBrowser(_ aBrowser: IKImageBrowserView!, writeItemsAtIndexes itemIndexes: NSIndexSet!, toPasteboard pasteboard: NSPasteboard!) -> Int
func numberOfGroupsInImageBrowser(_ aBrowser: IKImageBrowserView!) -> Int
func imageBrowser(_ aBrowser: IKImageBrowserView!, groupAtIndex index: Int) -> [NSObject : AnyObject]!
}
extension NSObject {
func imageUID() -> String!
func imageRepresentationType() -> String!
func imageRepresentation() -> AnyObject!
func imageVersion() -> Int
func imageTitle() -> String!
func imageSubtitle() -> String!
func isSelectable() -> Bool
}
extension NSObject {
func imageBrowserSelectionDidChange(_ aBrowser: IKImageBrowserView!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, cellWasDoubleClickedAtIndex index: Int)
func imageBrowser(_ aBrowser: IKImageBrowserView!, cellWasRightClickedAtIndex index: Int, withEvent event: NSEvent!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, backgroundWasRightClickedWithEvent event: NSEvent!)
}
extension NSObject {
func saveOptions(_ saveOptions: IKSaveOptions!, shouldShowUTType utType: String!) -> Bool
}
extension NSObject {
func documentDidUnlock(_ notification: NSNotification!)
func documentDidBeginDocumentFind(_ notification: NSNotification!)
func documentDidEndDocumentFind(_ notification: NSNotification!)
func documentDidBeginPageFind(_ notification: NSNotification!)
func documentDidEndPageFind(_ notification: NSNotification!)
func documentDidFindMatch(_ notification: NSNotification!)
}
extension NSObject {
func didMatchString(_ instance: PDFSelection!)
func classForPage() -> AnyClass!
func classForAnnotationClass(_ annotationClass: AnyClass!) -> AnyClass!
}
extension NSObject {
func PDFViewWillChangeScaleFactor(_ sender: PDFView!, toScale scale: CGFloat) -> CGFloat
func PDFViewWillClickOnLink(_ sender: PDFView!, withURL url: NSURL!)
func PDFViewPrintJobTitle(_ sender: PDFView!) -> String!
func PDFViewPerformFind(_ sender: PDFView!)
func PDFViewPerformGoToPage(_ sender: PDFView!)
func PDFViewPerformPrint(_ sender: PDFView!)
func PDFViewOpenPDF(_ sender: PDFView!, forRemoteGoToAction action: PDFActionRemoteGoTo!)
}
extension NSObject {
func compositionParameterView(_ parameterView: QCCompositionParameterView!, shouldDisplayParameterWithKey portKey: String!, attributes portAttributes: [NSObject : AnyObject]!) -> Bool
func compositionParameterView(_ parameterView: QCCompositionParameterView!, didChangeParameterWithKey portKey: String!)
}
extension NSObject {
func compositionPickerView(_ pickerView: QCCompositionPickerView!, didSelectComposition composition: QCComposition!)
func compositionPickerViewDidStartAnimating(_ pickerView: QCCompositionPickerView!)
func compositionPickerViewWillStopAnimating(_ pickerView: QCCompositionPickerView!)
}
extension NSObject {
func quartzFilterManager(_ sender: QuartzFilterManager!, didAddFilter filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didRemoveFilter filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didModifyFilter filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didSelectFilter filter: QuartzFilter!)
}
extension NSObject {
func acceptsPreviewPanelControl(_ panel: QLPreviewPanel!) -> Bool
func beginPreviewPanelControl(_ panel: QLPreviewPanel!)
func endPreviewPanelControl(_ panel: QLPreviewPanel!)
}
extension NSObject {
func animationDidStart(_ anim: CAAnimation)
func animationDidStop(_ anim: CAAnimation, finished flag: Bool)
}
extension NSObject {
func preferredSizeOfLayer(_ layer: CALayer) -> CGSize
func invalidateLayoutOfLayer(_ layer: CALayer)
func layoutSublayersOfLayer(_ layer: CALayer)
}
extension NSObject {
func displayLayer(_ layer: CALayer)
func drawLayer(_ layer: CALayer, inContext ctx: CGContext)
func actionForLayer(_ layer: CALayer, forKey event: String) -> CAAction?
}
extension NSObject {
func authorizationViewDidAuthorize(_ view: SFAuthorizationView!)
func authorizationViewDidDeauthorize(_ view: SFAuthorizationView!)
func authorizationViewShouldDeauthorize(_ view: SFAuthorizationView!) -> Int8
func authorizationViewCreatedAuthorization(_ view: SFAuthorizationView!)
func authorizationViewReleasedAuthorization(_ view: SFAuthorizationView!)
func authorizationViewDidHide(_ view: SFAuthorizationView!)
}
extension NSObject {
func certificatePanelShowHelp(_ sender: SFCertificatePanel!) -> Int8
}
extension NSObject {
func chooseIdentityPanelShowHelp(_ sender: SFChooseIdentityPanel!) -> Int8
}
extension NSObject {
func webView(_ webView: WebView!, shouldBeginEditingInDOMRange range: DOMRange!) -> Bool
func webView(_ webView: WebView!, shouldEndEditingInDOMRange range: DOMRange!) -> Bool
func webView(_ webView: WebView!, shouldInsertNode node: DOMNode!, replacingDOMRange range: DOMRange!, givenAction action: WebViewInsertAction) -> Bool
func webView(_ webView: WebView!, shouldInsertText text: String!, replacingDOMRange range: DOMRange!, givenAction action: WebViewInsertAction) -> Bool
func webView(_ webView: WebView!, shouldDeleteDOMRange range: DOMRange!) -> Bool
func webView(_ webView: WebView!, shouldChangeSelectedDOMRange currentRange: DOMRange!, toDOMRange proposedRange: DOMRange!, affinity selectionAffinity: NSSelectionAffinity, stillSelecting flag: Bool) -> Bool
func webView(_ webView: WebView!, shouldApplyStyle style: DOMCSSStyleDeclaration!, toElementsInDOMRange range: DOMRange!) -> Bool
func webView(_ webView: WebView!, shouldChangeTypingStyle currentStyle: DOMCSSStyleDeclaration!, toStyle proposedStyle: DOMCSSStyleDeclaration!) -> Bool
func webView(_ webView: WebView!, doCommandBySelector selector: Selector) -> Bool
func webViewDidBeginEditing(_ notification: NSNotification!)
func webViewDidChange(_ notification: NSNotification!)
func webViewDidEndEditing(_ notification: NSNotification!)
func webViewDidChangeTypingStyle(_ notification: NSNotification!)
func webViewDidChangeSelection(_ notification: NSNotification!)
func undoManagerForWebView(_ webView: WebView!) -> NSUndoManager!
}
extension NSObject {
func webPlugInInitialize()
func webPlugInStart()
func webPlugInStop()
func webPlugInDestroy()
func webPlugInSetIsSelected(_ isSelected: Bool)
var objectForWebScript: AnyObject! { get }
func webPlugInMainResourceDidReceiveResponse(_ response: NSURLResponse!)
func webPlugInMainResourceDidReceiveData(_ data: NSData!)
func webPlugInMainResourceDidFailWithError(_ error: NSError!)
func webPlugInMainResourceDidFinishLoading()
}
extension NSObject {
func webPlugInContainerLoadRequest(_ request: NSURLRequest!, inFrame target: String!)
func webPlugInContainerShowStatus(_ message: String!)
var webPlugInContainerSelectionColor: NSColor! { get }
var webFrame: WebFrame! { get }
}
extension NSObject {
class func webScriptNameForSelector(_ selector: Selector) -> String!
class func isSelectorExcludedFromWebScript(_ selector: Selector) -> Bool
class func webScriptNameForKey(_ name: UnsafePointer<Int8>) -> String!
class func isKeyExcludedFromWebScript(_ name: UnsafePointer<Int8>) -> Bool
func invokeUndefinedMethodFromWebScript(_ name: String!, withArguments arguments: [AnyObject]!) -> AnyObject!
func invokeDefaultMethodWithArguments(_ arguments: [AnyObject]!) -> AnyObject!
func finalizeForWebScript()
} | CVarArgType, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol |
To | class NSObject : NSObjectProtocol {
class func load()
class func initialize()
init()
class func new() -> Self
class func alloc(with zone: NSZone!) -> Self
class func alloc() -> Self
func finalize()
func copy() -> Any
func mutableCopy() -> Any
class func copy(with zone: NSZone!) -> Any!
class func mutableCopy(with zone: NSZone!) -> Any!
class func instancesRespond(to aSelector: Selector!) -> Bool
class func conforms(to protocol: Protocol) -> Bool
func method(for aSelector: Selector!) -> IMP!
class func instanceMethod(for aSelector: Selector!) -> IMP!
func doesNotRecognizeSelector(_ aSelector: Selector!)
func forwardingTarget(for aSelector: Selector!) -> Any?
func forwardInvocation(_ anInvocation: NSInvocation!)
func methodSignature(for aSelector: Selector!) -> NSMethodSignature!
class func instanceMethodSignature(for aSelector: Selector!) -> NSMethodSignature!
func allowsWeakReference() -> Bool
func retainWeakReference() -> Bool
class func isSubclass(of aClass: Swift.AnyClass) -> Bool
class func resolveClassMethod(_ sel: Selector!) -> Bool
class func resolveInstanceMethod(_ sel: Selector!) -> Bool
class func hash() -> Int
class func superclass() -> Swift.AnyClass?
class func `class`() -> Swift.AnyClass!
class func description() -> String
class func debugDescription() -> String
}
extension NSObject {
func actionProperty() -> String!
func title(for person: ABPerson!, identifier identifier: String!) -> String!
func performAction(for person: ABPerson!, identifier identifier: String!)
func shouldEnableAction(for person: ABPerson!, identifier identifier: String!) -> Bool
}
extension NSObject {
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 }
}
extension NSObject {
func accessibilitySetOverrideValue(_ value: Any?, forAttribute attribute: String) -> Bool
}
extension NSObject {
func application(_ sender: NSApplication, delegateHandlesKey key: String) -> Bool
}
extension NSObject {
func changeColor(_ sender: Any?)
}
extension NSObject {
func controlTextDidBeginEditing(_ obj: Notification)
func controlTextDidEndEditing(_ obj: Notification)
func controlTextDidChange(_ obj: Notification)
}
extension NSObject {
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 NSObject {
func fontManager(_ sender: Any, willIncludeFont fontName: String) -> Bool
}
extension NSObject {
func changeFont(_ sender: Any?)
}
extension NSObject {
func validModesForFontPanel(_ fontPanel: NSFontPanel) -> Int
}
extension NSObject {
class func exposeBinding(_ binding: String)
var exposedBindings: [String] { get }
func valueClassForBinding(_ binding: String) -> Swift.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]
}
extension NSObject {
class func setDefaultPlaceholder(_ placeholder: Any?, forMarker marker: Any?, withBinding binding: String)
class func defaultPlaceholder(forMarker marker: Any?, withBinding binding: String) -> Any?
}
extension NSObject {
func objectDidBeginEditing(_ editor: Any)
func objectDidEndEditing(_ editor: Any)
}
extension NSObject {
func discardEditing()
func commitEditing() -> Bool
func commitEditing(withDelegate delegate: Any?, didCommit didCommitSelector: Selector?, contextInfo contextInfo: UnsafeMutableRawPointer?)
func commitEditingAndReturnError() throws
}
extension NSObject {
func validateMenuItem(_ menuItem: NSMenuItem) -> Bool
}
extension NSObject {
func awakeFromNib()
func prepareForInterfaceBuilder()
}
extension NSObject {
func pasteboard(_ sender: NSPasteboard, provideDataForType type: String)
func pasteboardChangedOwner(_ sender: NSPasteboard)
}
extension NSObject {
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
}
extension NSObject {
func tableView(_ tableView: NSTableView, writeRows rows: [Any], to pboard: NSPasteboard) -> Bool
}
extension NSObject {
func textStorageWillProcessEditing(_ notification: Notification)
func textStorageDidProcessEditing(_ notification: Notification)
}
extension NSObject {
func validateToolbarItem(_ item: NSToolbarItem) -> Bool
}
extension NSObject {
func layer(_ layer: CALayer, shouldInheritContentsScale newScale: CGFloat, from window: NSWindow) -> Bool
}
extension NSObject {
func view(_ view: NSView, stringForToolTip tag: NSToolTipTag, point point: NSPoint, userData data: UnsafeMutableRawPointer?) -> String
}
extension NSObject {
func workflowControllerWillRun(_ controller: AMWorkflowController)
func workflowControllerWillStop(_ controller: AMWorkflowController)
func workflowControllerDidRun(_ controller: AMWorkflowController)
func workflowControllerDidStop(_ controller: AMWorkflowController)
func workflowController(_ controller: AMWorkflowController, willRun action: AMAction)
func workflowController(_ controller: AMWorkflowController, didRun action: AMAction)
func workflowController(_ controller: AMWorkflowController, didError error: Error)
}
extension NSObject {
func provideImageData(_ data: UnsafeMutableRawPointer, bytesPerRow rowbytes: Int, origin x: Int, _ y: Int, size width: Int, _ height: Int, userInfo info: Any?)
}
extension NSObject {
func burnProgressPanelWillBegin(_ aNotification: Notification!)
func burnProgressPanelDidFinish(_ aNotification: Notification!)
func burnProgressPanel(_ theBurnPanel: DRBurnProgressPanel!, burnDidFinish burn: DRBurn!) -> Bool
}
extension NSObject {
func eraseProgressPanelWillBegin(_ aNotification: Notification!)
func eraseProgressPanelDidFinish(_ aNotification: Notification!)
func eraseProgressPanel(_ theErasePanel: DREraseProgressPanel!, eraseDidFinish erase: DRErase!) -> Bool
}
extension NSObject {
func setupPanel(_ aPanel: DRSetupPanel!, deviceCouldBeTarget device: DRDevice!) -> Bool
func setupPanel(_ aPanel: DRSetupPanel!, determineBestDeviceOfA deviceA: DRDevice!, orB device: DRDevice!) -> DRDevice!
func setupPanelDeviceSelectionChanged(_ aNotification: Notification!)
func setupPanelShouldHandleMediaReservations(_ aPanel: DRSetupPanel!) -> Bool
func setupPanel(_ aPanel: DRSetupPanel!, deviceContainsSuitableMedia device: DRDevice!, promptString prompt: AutoreleasingUnsafeMutablePointer<NSString?>!) -> Bool
}
extension NSObject {
func exceptionHandler(_ sender: NSExceptionHandler!, shouldLogException exception: NSException!, mask aMask: Int) -> Bool
func exceptionHandler(_ sender: NSExceptionHandler!, shouldHandle exception: NSException!, mask aMask: Int) -> Bool
}
extension NSObject {
var classForArchiver: Swift.AnyClass? { get }
func replacementObject(for archiver: NSArchiver) -> Any?
}
extension NSObject {
@NSCopying var classDescription: NSClassDescription { get }
var attributeKeys: [String] { get }
var toOneRelationshipKeys: [String] { get }
var toManyRelationshipKeys: [String] { get }
func inverse(forRelationshipKey relationshipKey: String) -> String?
}
extension NSObject {
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
}
extension NSObject {
func fileManager(_ fm: FileManager, shouldProceedAfterError errorInfo: [AnyHashable : Any]) -> Bool
func fileManager(_ fm: FileManager, willProcessPath path: String)
}
extension NSObject {
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])
}
extension NSObject {
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])
}
extension NSObject {
func observeValue(forKeyPath keyPath: String?, of object: Any?, change change: [NSKeyValueChangeKey : Any]?, context context: UnsafeMutableRawPointer?)
}
extension NSObject {
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)
}
extension NSObject {
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>)
}
extension NSObject {
class func keyPathsForValuesAffectingValue(forKey key: String) -> Set<String>
class func automaticallyNotifiesObservers(forKey key: String) -> Bool
var observationInfo: UnsafeMutableRawPointer?
}
extension NSObject {
class func setKeys(_ keys: [Any], triggerChangeNotificationsForDependentKey dependentKey: String)
}
extension NSObject {
var classForKeyedArchiver: Swift.AnyClass? { get }
func replacementObject(for archiver: NSKeyedArchiver) -> Any?
class func classFallbacksForKeyedArchiver() -> [String]
}
extension NSObject {
class func classForKeyedUnarchiver() -> Swift.AnyClass
}
extension NSObject {
class func version() -> Int
class func setVersion(_ aVersion: Int)
var classForCoder: Swift.AnyClass { get }
func replacementObject(for aCoder: NSCoder) -> Any?
func awakeAfter(using aDecoder: NSCoder) -> Any?
}
extension NSObject {
class func pose(as aClass: Swift.AnyClass)
}
extension NSObject {
var autoContentAccessingProxy: Any { get }
}
extension NSObject {
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: Swift.AnyClass, forValueForKey key: String, withContentsValue contentsValue: Any?, properties properties: [String : Any]) -> Any?
}
extension NSObject {
var classForPortCoder: Swift.AnyClass { get }
func replacementObject(for coder: NSPortCoder) -> Any?
}
extension NSObject {
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)
}
extension NSObject {
var classCode: FourCharCode { get }
var className: String { get }
}
extension NSObject {
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?
}
extension NSObject {
var objectSpecifier: NSScriptObjectSpecifier? { get }
func indicesOfObjects(byEvaluatingObjectSpecifier specifier: NSScriptObjectSpecifier) -> [NSNumber]?
}
extension NSObject {
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
}
extension NSObject {
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
}
extension NSObject {
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?)
}
extension NSObject : CustomStringConvertible {
}
extension NSObject : CustomDebugStringConvertible {
}
extension NSObject {
func readRSSI(forDeviceComplete controller: Any!, device device: IOBluetoothDevice!, info info: UnsafeMutablePointer<BluetoothHCIRSSIInfo>!, error error: IOReturn)
func readLinkQuality(forDeviceComplete controller: Any!, device device: IOBluetoothDevice!, info info: UnsafeMutablePointer<BluetoothHCILinkQualityInfo>!, error error: IOReturn)
}
extension NSObject {
func registerIncomingDataListener(_ listener: IOBluetooth.IOBluetoothL2CAPChannelIncomingDataListener!, refCon refCon: UnsafeMutableRawPointer!) -> IOReturn
func write(_ data: UnsafeMutableRawPointer!, length length: UInt16) -> IOReturn
class func withL2CAPChannelRef(_ l2capChannelRef: IOBluetoothL2CAPChannelRef!) -> IOBluetoothL2CAPChannel!
func getL2CAPChannelRef() -> Unmanaged<IOBluetoothL2CAPChannelRef>!
}
extension NSObject {
func fileTransferServicesConnectionComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesDisconnectionComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesAbortComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesRemoveItemComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, removedItem inItemName: String!)
func fileTransferServicesCreateFolderComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, folder inFolderName: String!)
func fileTransferServicesPathChangeComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, finalPath inPath: String!)
func fileTransferServicesRetrieveFolderListingComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError, listing inListing: [Any]!)
func fileTransferServicesFilePreparationComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesSendFileProgress(_ inServices: OBEXFileTransferServices!, transferProgress inProgressDescription: [AnyHashable : Any]!)
func fileTransferServicesSendFileComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
func fileTransferServicesCopyRemoteFileProgress(_ inServices: OBEXFileTransferServices!, transferProgress inProgressDescription: [AnyHashable : Any]!)
func fileTransferServicesCopyRemoteFileComplete(_ inServices: OBEXFileTransferServices!, error inError: OBEXError)
}
extension NSObject {
func inputText(_ string: String!, key keyCode: Int, modifiers flags: Int, client sender: Any!) -> Bool
func inputText(_ string: String!, client sender: Any!) -> Bool
func handle(_ event: NSEvent!, client sender: Any!) -> Bool
func didCommand(by aSelector: Selector!, client sender: Any!) -> Bool
func composedString(_ sender: Any!) -> Any!
func originalString(_ sender: Any!) -> NSAttributedString!
func commitComposition(_ sender: Any!)
func candidates(_ sender: Any!) -> [Any]!
}
extension NSObject : CVarArg {
}
extension NSObject : Equatable, Hashable {
var hashValue: Int { get }
}
extension NSObject : Equatable, Hashable {
var hashValue: Int { get }
}
extension NSObject : CVarArg {
}
extension NSObject {
func numberOfItems(inImageBrowser aBrowser: IKImageBrowserView!) -> Int
func imageBrowser(_ aBrowser: IKImageBrowserView!, itemAt index: Int) -> Any!
func imageBrowser(_ aBrowser: IKImageBrowserView!, removeItemsAt indexes: IndexSet!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, moveItemsAt indexes: IndexSet!, to destinationIndex: Int) -> Bool
func imageBrowser(_ aBrowser: IKImageBrowserView!, writeItemsAt itemIndexes: IndexSet!, to pasteboard: NSPasteboard!) -> Int
func numberOfGroups(inImageBrowser aBrowser: IKImageBrowserView!) -> Int
func imageBrowser(_ aBrowser: IKImageBrowserView!, groupAt index: Int) -> [AnyHashable : Any]!
}
extension NSObject {
func imageUID() -> String!
func imageRepresentationType() -> String!
func imageRepresentation() -> Any!
func imageVersion() -> Int
func imageTitle() -> String!
func imageSubtitle() -> String!
var isSelectable: Bool { get }
}
extension NSObject {
func imageBrowserSelectionDidChange(_ aBrowser: IKImageBrowserView!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, cellWasDoubleClickedAt index: Int)
func imageBrowser(_ aBrowser: IKImageBrowserView!, cellWasRightClickedAt index: Int, with event: NSEvent!)
func imageBrowser(_ aBrowser: IKImageBrowserView!, backgroundWasRightClickedWith event: NSEvent!)
}
extension NSObject {
func saveOptions(_ saveOptions: IKSaveOptions!, shouldShowUTType utType: String!) -> Bool
}
extension NSObject {
func documentDidUnlock(_ notification: Notification)
func documentDidBeginDocumentFind(_ notification: Notification)
func documentDidEndDocumentFind(_ notification: Notification)
func documentDidBeginPageFind(_ notification: Notification)
func documentDidEndPageFind(_ notification: Notification)
func documentDidFindMatch(_ notification: Notification)
}
extension NSObject {
func didMatchString(_ instance: PDFSelection)
func classForPage() -> Swift.AnyClass
func `class`(forAnnotationClass annotationClass: Swift.AnyClass) -> Swift.AnyClass
}
extension NSObject {
func compositionParameterView(_ parameterView: QCCompositionParameterView!, shouldDisplayParameterWithKey portKey: String!, attributes portAttributes: [AnyHashable : Any]! = [:]) -> Bool
func compositionParameterView(_ parameterView: QCCompositionParameterView!, didChangeParameterWithKey portKey: String!)
}
extension NSObject {
func compositionPickerView(_ pickerView: QCCompositionPickerView!, didSelect composition: QCComposition!)
func compositionPickerViewDidStartAnimating(_ pickerView: QCCompositionPickerView!)
func compositionPickerViewWillStopAnimating(_ pickerView: QCCompositionPickerView!)
}
extension NSObject {
func quartzFilterManager(_ sender: QuartzFilterManager!, didAdd filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didRemove filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didModifyFilter filter: QuartzFilter!)
func quartzFilterManager(_ sender: QuartzFilterManager!, didSelect filter: QuartzFilter!)
}
extension NSObject {
func acceptsPreviewPanelControl(_ panel: QLPreviewPanel!) -> Bool
func beginPreviewPanelControl(_ panel: QLPreviewPanel!)
func endPreviewPanelControl(_ panel: QLPreviewPanel!)
}
extension NSObject {
func authorizationViewDidAuthorize(_ view: SFAuthorizationView!)
func authorizationViewDidDeauthorize(_ view: SFAuthorizationView!)
func authorizationViewShouldDeauthorize(_ view: SFAuthorizationView!) -> Int8
func authorizationViewCreatedAuthorization(_ view: SFAuthorizationView!)
func authorizationViewReleasedAuthorization(_ view: SFAuthorizationView!)
func authorizationViewDidHide(_ view: SFAuthorizationView!)
}
extension NSObject {
func certificatePanelShowHelp(_ sender: SFCertificatePanel!) -> Int8
}
extension NSObject {
func chooseIdentityPanelShowHelp(_ sender: SFChooseIdentityPanel!) -> Int8
}
extension NSObject {
func webPlugInInitialize()
func webPlugInStart()
func webPlugInStop()
func webPlugInDestroy()
func webPlugInSetIsSelected(_ isSelected: Bool)
var objectForWebScript: Any! { get }
func webPlugInMainResourceDidReceive(_ response: URLResponse!)
func webPlugInMainResourceDidReceive(_ data: Data!)
func webPlugInMainResourceDidFailWithError(_ error: Error!)
func webPlugInMainResourceDidFinishLoading()
}
extension NSObject {
func webPlugInContainerLoad(_ request: URLRequest!, inFrame target: String!)
func webPlugInContainerShowStatus(_ message: String!)
var webPlugInContainerSelectionColor: NSColor! { get }
var webFrame: WebFrame! { get }
}
extension NSObject {
class func webScriptName(for selector: Selector!) -> String!
class func isSelectorExcluded(fromWebScript selector: Selector!) -> Bool
class func webScriptName(forKey name: UnsafePointer<Int8>!) -> String!
class func isKeyExcluded(fromWebScript name: UnsafePointer<Int8>!) -> Bool
func invokeUndefinedMethod(fromWebScript name: String!, withArguments arguments: [Any]!) -> Any!
func invokeDefaultMethod(withArguments arguments: [Any]!) -> Any!
func finalizeForWebScript()
} | CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol |
---|