SYMBOL INDEX (1353 symbols across 6 files) FILE: examples/hello_world.rs function main (line 10) | fn main() { FILE: examples/tab_view.rs function main (line 13) | fn main() { function create_app (line 40) | unsafe fn create_app(title: id, content: id) -> id { FILE: src/appkit.rs type CGLContextObj (line 28) | pub type CGLContextObj = *mut libc::c_void; type GLint (line 30) | pub type GLint = libc::int32_t; constant NSAppKitVersionNumber10_0 (line 89) | pub const NSAppKitVersionNumber10_0: f64 = 577.0; constant NSAppKitVersionNumber10_1 (line 90) | pub const NSAppKitVersionNumber10_1: f64 = 620.0; constant NSAppKitVersionNumber10_2 (line 91) | pub const NSAppKitVersionNumber10_2: f64 = 663.0; constant NSAppKitVersionNumber10_2_3 (line 92) | pub const NSAppKitVersionNumber10_2_3: f64 = 663.6; constant NSAppKitVersionNumber10_3 (line 93) | pub const NSAppKitVersionNumber10_3: f64 = 743.0; constant NSAppKitVersionNumber10_3_2 (line 94) | pub const NSAppKitVersionNumber10_3_2: f64 = 743.14; constant NSAppKitVersionNumber10_3_3 (line 95) | pub const NSAppKitVersionNumber10_3_3: f64 = 743.2; constant NSAppKitVersionNumber10_3_5 (line 96) | pub const NSAppKitVersionNumber10_3_5: f64 = 743.24; constant NSAppKitVersionNumber10_3_7 (line 97) | pub const NSAppKitVersionNumber10_3_7: f64 = 743.33; constant NSAppKitVersionNumber10_3_9 (line 98) | pub const NSAppKitVersionNumber10_3_9: f64 = 743.36; constant NSAppKitVersionNumber10_4 (line 99) | pub const NSAppKitVersionNumber10_4: f64 = 824.0; constant NSAppKitVersionNumber10_4_1 (line 100) | pub const NSAppKitVersionNumber10_4_1: f64 = 824.1; constant NSAppKitVersionNumber10_4_3 (line 101) | pub const NSAppKitVersionNumber10_4_3: f64 = 824.23; constant NSAppKitVersionNumber10_4_4 (line 102) | pub const NSAppKitVersionNumber10_4_4: f64 = 824.33; constant NSAppKitVersionNumber10_4_7 (line 103) | pub const NSAppKitVersionNumber10_4_7: f64 = 824.41; constant NSAppKitVersionNumber10_5 (line 104) | pub const NSAppKitVersionNumber10_5: f64 = 949.0; constant NSAppKitVersionNumber10_5_2 (line 105) | pub const NSAppKitVersionNumber10_5_2: f64 = 949.27; constant NSAppKitVersionNumber10_5_3 (line 106) | pub const NSAppKitVersionNumber10_5_3: f64 = 949.33; constant NSAppKitVersionNumber10_6 (line 107) | pub const NSAppKitVersionNumber10_6: f64 = 1038.0; constant NSAppKitVersionNumber10_7 (line 108) | pub const NSAppKitVersionNumber10_7: f64 = 1138.0; constant NSAppKitVersionNumber10_7_2 (line 109) | pub const NSAppKitVersionNumber10_7_2: f64 = 1138.23; constant NSAppKitVersionNumber10_7_3 (line 110) | pub const NSAppKitVersionNumber10_7_3: f64 = 1138.32; constant NSAppKitVersionNumber10_7_4 (line 111) | pub const NSAppKitVersionNumber10_7_4: f64 = 1138.47; constant NSAppKitVersionNumber10_8 (line 112) | pub const NSAppKitVersionNumber10_8: f64 = 1187.0; constant NSAppKitVersionNumber10_9 (line 113) | pub const NSAppKitVersionNumber10_9: f64 = 1265.0; function NSApp (line 115) | pub unsafe fn NSApp() -> id { type NSApplicationActivationPolicy (line 121) | pub enum NSApplicationActivationPolicy { type NSApplicationActivationOptions (line 130) | pub enum NSApplicationActivationOptions { type NSApplicationTerminateReply (line 137) | pub enum NSApplicationTerminateReply { type NSWindowTitleVisibility (line 163) | pub enum NSWindowTitleVisibility { type NSBackingStoreType (line 170) | pub enum NSBackingStoreType { type NSOpenGLPixelFormatAttribute (line 222) | pub enum NSOpenGLPixelFormatAttribute { type NSOpenGLPFAOpenGLProfiles (line 267) | pub enum NSOpenGLPFAOpenGLProfiles { type NSOpenGLContextParameter (line 275) | pub enum NSOpenGLContextParameter { type NSWindowButton (line 290) | pub enum NSWindowButton { type NSBezelStyle (line 302) | pub enum NSBezelStyle { type NSRequestUserAttentionType (line 319) | pub enum NSRequestUserAttentionType { type NSApplication (line 326) | pub trait NSApplication: Sized { method sharedApplication (line 327) | unsafe fn sharedApplication(_: Self) -> id { method mainMenu (line 331) | unsafe fn mainMenu(self) -> id; method setActivationPolicy_ (line 332) | unsafe fn setActivationPolicy_(self, policy: NSApplicationActivationPo... method setMainMenu_ (line 333) | unsafe fn setMainMenu_(self, menu: id); method setServicesMenu_ (line 334) | unsafe fn setServicesMenu_(self, menu: id); method setWindowsMenu_ (line 335) | unsafe fn setWindowsMenu_(self, menu: id); method activateIgnoringOtherApps_ (line 336) | unsafe fn activateIgnoringOtherApps_(self, ignore: BOOL); method run (line 337) | unsafe fn run(self); method finishLaunching (line 338) | unsafe fn finishLaunching(self); method nextEventMatchingMask_untilDate_inMode_dequeue_ (line 339) | unsafe fn nextEventMatchingMask_untilDate_inMode_dequeue_(self, method sendEvent_ (line 344) | unsafe fn sendEvent_(self, an_event: id); method postEvent_atStart_ (line 345) | unsafe fn postEvent_atStart_(self, anEvent: id, flag: BOOL); method stop_ (line 346) | unsafe fn stop_(self, sender: id); method setApplicationIconImage_ (line 347) | unsafe fn setApplicationIconImage_(self, image: id); method requestUserAttention_ (line 348) | unsafe fn requestUserAttention_(self, requestType: NSRequestUserAttent... method mainMenu (line 352) | unsafe fn mainMenu(self) -> id { method setActivationPolicy_ (line 356) | unsafe fn setActivationPolicy_(self, policy: NSApplicationActivationPo... method setMainMenu_ (line 360) | unsafe fn setMainMenu_(self, menu: id) { method setServicesMenu_ (line 364) | unsafe fn setServicesMenu_(self, menu: id) { method setWindowsMenu_ (line 368) | unsafe fn setWindowsMenu_(self, menu: id) { method activateIgnoringOtherApps_ (line 372) | unsafe fn activateIgnoringOtherApps_(self, ignore: BOOL) { method run (line 376) | unsafe fn run(self) { method finishLaunching (line 380) | unsafe fn finishLaunching(self) { method nextEventMatchingMask_untilDate_inMode_dequeue_ (line 384) | unsafe fn nextEventMatchingMask_untilDate_inMode_dequeue_(self, method sendEvent_ (line 395) | unsafe fn sendEvent_(self, an_event: id) { method postEvent_atStart_ (line 399) | unsafe fn postEvent_atStart_(self, anEvent: id, flag: BOOL) { method stop_ (line 403) | unsafe fn stop_(self, sender: id) { method setApplicationIconImage_ (line 407) | unsafe fn setApplicationIconImage_(self, icon: id) { method requestUserAttention_ (line 411) | unsafe fn requestUserAttention_(self, requestType: NSRequestUserAttent... type NSRunningApplication (line 416) | pub trait NSRunningApplication: Sized { method currentApplication (line 417) | unsafe fn currentApplication(_: Self) -> id { method activateWithOptions_ (line 420) | unsafe fn activateWithOptions_(self, options: NSApplicationActivationO... method activateWithOptions_ (line 424) | unsafe fn activateWithOptions_(self, options: NSApplicationActivationO... type NSPasteboard (line 429) | pub trait NSPasteboard: Sized { method generalPasteboard (line 430) | unsafe fn generalPasteboard(_: Self) -> id { method pasteboardByFilteringData_ofType (line 434) | unsafe fn pasteboardByFilteringData_ofType(_: Self, data: id, _type: i... method pasteboardByFilteringFile (line 438) | unsafe fn pasteboardByFilteringFile(_: Self, file: id) -> id { method pasteboardByFilteringTypesInPasteboard (line 442) | unsafe fn pasteboardByFilteringTypesInPasteboard(_: Self, pboard: id) ... method pasteboardWithName (line 446) | unsafe fn pasteboardWithName(_: Self, name: id) -> id { method pasteboardWithUniqueName (line 450) | unsafe fn pasteboardWithUniqueName(_: Self) -> id { method releaseGlobally (line 454) | unsafe fn releaseGlobally(self); method clearContents (line 456) | unsafe fn clearContents(self) -> NSInteger; method writeObjects (line 457) | unsafe fn writeObjects(self, objects: id) -> BOOL; method sendData_forType (line 458) | unsafe fn sendData_forType(self, data: id, dataType: id) -> BOOL; method setPropertyList_forType (line 459) | unsafe fn setPropertyList_forType(self, plist: id, dataType: id) -> BOOL; method setString_forType (line 460) | unsafe fn setString_forType(self, string: id, dataType: id) -> BOOL; method readObjectsForClasses_options (line 462) | unsafe fn readObjectsForClasses_options(self, classArray: id, options:... method pasteboardItems (line 463) | unsafe fn pasteboardItems(self) -> id; method indexOfPasteboardItem (line 464) | unsafe fn indexOfPasteboardItem(self, pasteboardItem: id) -> NSInteger; method dataForType (line 465) | unsafe fn dataForType(self, dataType: id) -> id; method propertyListForType (line 466) | unsafe fn propertyListForType(self, dataType: id) -> id; method stringForType (line 467) | unsafe fn stringForType(self, dataType: id) -> id; method availableTypeFromArray (line 469) | unsafe fn availableTypeFromArray(self, types: id) -> id; method canReadItemWithDataConformingToTypes (line 470) | unsafe fn canReadItemWithDataConformingToTypes(self, types: id) -> BOOL; method canReadObjectForClasses_options (line 471) | unsafe fn canReadObjectForClasses_options(self, classArray: id, option... method types (line 472) | unsafe fn types(self) -> id; method typesFilterableTo (line 473) | unsafe fn typesFilterableTo(_: Self, _type: id) -> id { method name (line 477) | unsafe fn name(self) -> id; method changeCount (line 478) | unsafe fn changeCount(self) -> NSInteger; method declareTypes_owner (line 480) | unsafe fn declareTypes_owner(self, newTypes: id, newOwner: id) -> NSIn... method addTypes_owner (line 481) | unsafe fn addTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger; method writeFileContents (line 482) | unsafe fn writeFileContents(self, filename: id) -> BOOL; method writeFileWrapper (line 483) | unsafe fn writeFileWrapper(self, wrapper: id) -> BOOL; method readFileContentsType_toFile (line 485) | unsafe fn readFileContentsType_toFile(self, _type: id, filename: id) -... method readFileWrapper (line 486) | unsafe fn readFileWrapper(self) -> id; method releaseGlobally (line 490) | unsafe fn releaseGlobally(self) { method clearContents (line 494) | unsafe fn clearContents(self) -> NSInteger { method writeObjects (line 498) | unsafe fn writeObjects(self, objects: id) -> BOOL { method sendData_forType (line 502) | unsafe fn sendData_forType(self, data: id, dataType: id) -> BOOL { method setPropertyList_forType (line 506) | unsafe fn setPropertyList_forType(self, plist: id, dataType: id) -> BO... method setString_forType (line 510) | unsafe fn setString_forType(self, string: id, dataType: id) -> BOOL { method readObjectsForClasses_options (line 514) | unsafe fn readObjectsForClasses_options(self, classArray: id, options:... method pasteboardItems (line 518) | unsafe fn pasteboardItems(self) -> id { method indexOfPasteboardItem (line 522) | unsafe fn indexOfPasteboardItem(self, pasteboardItem: id) -> NSInteger { method dataForType (line 526) | unsafe fn dataForType(self, dataType: id) -> id { method propertyListForType (line 530) | unsafe fn propertyListForType(self, dataType: id) -> id { method stringForType (line 534) | unsafe fn stringForType(self, dataType: id) -> id { method availableTypeFromArray (line 538) | unsafe fn availableTypeFromArray(self, types: id) -> id { method canReadItemWithDataConformingToTypes (line 542) | unsafe fn canReadItemWithDataConformingToTypes(self, types: id) -> BOOL { method canReadObjectForClasses_options (line 546) | unsafe fn canReadObjectForClasses_options(self, classArray: id, option... method types (line 550) | unsafe fn types(self) -> id { method name (line 554) | unsafe fn name(self) -> id { method changeCount (line 558) | unsafe fn changeCount(self) -> NSInteger { method declareTypes_owner (line 562) | unsafe fn declareTypes_owner(self, newTypes: id, newOwner: id) -> NSIn... method addTypes_owner (line 566) | unsafe fn addTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger { method writeFileContents (line 570) | unsafe fn writeFileContents(self, filename: id) -> BOOL { method writeFileWrapper (line 574) | unsafe fn writeFileWrapper(self, wrapper: id) -> BOOL { method readFileContentsType_toFile (line 578) | unsafe fn readFileContentsType_toFile(self, _type: id, filename: id) -... method readFileWrapper (line 582) | unsafe fn readFileWrapper(self) -> id { type NSPasteboardItem (line 588) | pub trait NSPasteboardItem: Sized { method types (line 589) | unsafe fn types(self) -> id; method setDataProvider_forTypes (line 591) | unsafe fn setDataProvider_forTypes(self, dataProvider: id, types: id) ... method setData_forType (line 592) | unsafe fn setData_forType(self, data: id, _type: id) -> BOOL; method setString_forType (line 593) | unsafe fn setString_forType(self, string: id, _type: id) -> BOOL; method setPropertyList_forType (line 594) | unsafe fn setPropertyList_forType(self, propertyList: id, _type: id) -... method dataForType (line 596) | unsafe fn dataForType(self, _type: id) -> id; method stringForType (line 597) | unsafe fn stringForType(self, _type: id) -> id; method propertyListForType (line 598) | unsafe fn propertyListForType(self, _type: id) -> id; method types (line 602) | unsafe fn types(self) -> id { method setDataProvider_forTypes (line 606) | unsafe fn setDataProvider_forTypes(self, dataProvider: id, types: id) ... method setData_forType (line 610) | unsafe fn setData_forType(self, data: id, _type: id) -> BOOL { method setString_forType (line 614) | unsafe fn setString_forType(self, string: id, _type: id) -> BOOL { method setPropertyList_forType (line 618) | unsafe fn setPropertyList_forType(self, propertyList: id, _type: id) -... method dataForType (line 622) | unsafe fn dataForType(self, _type: id) -> id { method stringForType (line 626) | unsafe fn stringForType(self, _type: id) -> id { method propertyListForType (line 630) | unsafe fn propertyListForType(self, _type: id) -> id { type NSPasteboardItemDataProvider (line 635) | pub trait NSPasteboardItemDataProvider: Sized { method pasteboard_item_provideDataForType (line 636) | unsafe fn pasteboard_item_provideDataForType(self, pasteboard: id, ite... method pasteboardFinishedWithDataProvider (line 637) | unsafe fn pasteboardFinishedWithDataProvider(self, pasteboard: id); method pasteboard_item_provideDataForType (line 641) | unsafe fn pasteboard_item_provideDataForType(self, pasteboard: id, ite... method pasteboardFinishedWithDataProvider (line 645) | unsafe fn pasteboardFinishedWithDataProvider(self, pasteboard: id) { type NSPasteboardWriting (line 650) | pub trait NSPasteboardWriting: Sized { method writableTypesForPasteboard (line 651) | unsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id; method writingOptionsForType_pasteboard (line 652) | unsafe fn writingOptionsForType_pasteboard(self, _type: id, pasteboard... method pasteboardPropertyListForType (line 654) | unsafe fn pasteboardPropertyListForType(self, _type: id) -> id; method writableTypesForPasteboard (line 658) | unsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id { method writingOptionsForType_pasteboard (line 662) | unsafe fn writingOptionsForType_pasteboard(self, _type: id, pasteboard... method pasteboardPropertyListForType (line 666) | unsafe fn pasteboardPropertyListForType(self, _type: id) -> id { type NSPasteboardReading (line 671) | pub trait NSPasteboardReading: Sized { method initWithPasteboardPropertyList_ofType (line 672) | unsafe fn initWithPasteboardPropertyList_ofType(self, propertyList: id... method readableTypesForPasteboard (line 674) | unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id; method readingOptionsForType_pasteboard (line 675) | unsafe fn readingOptionsForType_pasteboard(self, _type: id, pasteboard... method initWithPasteboardPropertyList_ofType (line 679) | unsafe fn initWithPasteboardPropertyList_ofType(self, propertyList: id... method readableTypesForPasteboard (line 683) | unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id { method readingOptionsForType_pasteboard (line 687) | unsafe fn readingOptionsForType_pasteboard(self, _type: id, pasteboard... type NSPasteboardReadingOptions (line 695) | pub enum NSPasteboardReadingOptions { type NSPasteboardWritingOptions (line 704) | pub enum NSPasteboardWritingOptions { type NSMenu (line 708) | pub trait NSMenu: Sized { method alloc (line 709) | unsafe fn alloc(_: Self) -> id { method new (line 713) | unsafe fn new(_: Self) -> id { method initWithTitle_ (line 717) | unsafe fn initWithTitle_(self, title: id /* NSString */) -> id; method setAutoenablesItems (line 718) | unsafe fn setAutoenablesItems(self, state: BOOL); method addItem_ (line 720) | unsafe fn addItem_(self, menu_item: id); method addItemWithTitle_action_keyEquivalent (line 721) | unsafe fn addItemWithTitle_action_keyEquivalent(self, title: id, actio... method itemAtIndex_ (line 722) | unsafe fn itemAtIndex_(self, index: NSInteger) -> id; method initWithTitle_ (line 726) | unsafe fn initWithTitle_(self, title: id /* NSString */) -> id { method setAutoenablesItems (line 730) | unsafe fn setAutoenablesItems(self, state: BOOL) { method addItem_ (line 734) | unsafe fn addItem_(self, menu_item: id) { method addItemWithTitle_action_keyEquivalent (line 738) | unsafe fn addItemWithTitle_action_keyEquivalent(self, title: id, actio... method itemAtIndex_ (line 742) | unsafe fn itemAtIndex_(self, index: NSInteger) -> id { type NSMenuItem (line 747) | pub trait NSMenuItem: Sized { method alloc (line 748) | unsafe fn alloc(_: Self) -> id { method new (line 752) | unsafe fn new(_: Self) -> id { method separatorItem (line 756) | unsafe fn separatorItem(_: Self) -> id { method initWithTitle_action_keyEquivalent_ (line 760) | unsafe fn initWithTitle_action_keyEquivalent_(self, title: id, action:... method setKeyEquivalentModifierMask_ (line 761) | unsafe fn setKeyEquivalentModifierMask_(self, mask: NSEventModifierFla... method setSubmenu_ (line 762) | unsafe fn setSubmenu_(self, submenu: id); method initWithTitle_action_keyEquivalent_ (line 766) | unsafe fn initWithTitle_action_keyEquivalent_(self, title: id, action:... method setKeyEquivalentModifierMask_ (line 770) | unsafe fn setKeyEquivalentModifierMask_(self, mask: NSEventModifierFla... method setSubmenu_ (line 774) | unsafe fn setSubmenu_(self, submenu: id) { type NSWindowDepth (line 779) | pub type NSWindowDepth = libc::c_int; type NSWindow (line 805) | pub trait NSWindow: Sized { method alloc (line 806) | unsafe fn alloc(_: Self) -> id { method initWithContentRect_styleMask_backing_defer_ (line 811) | unsafe fn initWithContentRect_styleMask_backing_defer_(self, method initWithContentRect_styleMask_backing_defer_screen_ (line 816) | unsafe fn initWithContentRect_styleMask_backing_defer_screen_(self, method styleMask (line 824) | unsafe fn styleMask(self) -> NSWindowStyleMask; method setStyleMask_ (line 825) | unsafe fn setStyleMask_(self, styleMask: NSWindowStyleMask); method toggleFullScreen_ (line 826) | unsafe fn toggleFullScreen_(self, sender: id); method worksWhenModal (line 827) | unsafe fn worksWhenModal(self) -> BOOL; method alphaValue (line 828) | unsafe fn alphaValue(self) -> CGFloat; method setAlphaValue_ (line 829) | unsafe fn setAlphaValue_(self, windowAlpha: CGFloat); method backgroundColor (line 830) | unsafe fn backgroundColor(self) -> id; method setBackgroundColor_ (line 831) | unsafe fn setBackgroundColor_(self, color: id); method colorSpace (line 832) | unsafe fn colorSpace(self) -> id; method setColorSpace_ (line 833) | unsafe fn setColorSpace_(self, colorSpace: id); method contentView (line 834) | unsafe fn contentView(self) -> id; method setContentView_ (line 835) | unsafe fn setContentView_(self, view: id); method canHide (line 836) | unsafe fn canHide(self) -> BOOL; method setCanHide_ (line 837) | unsafe fn setCanHide_(self, canHide: BOOL); method hidesOnDeactivate (line 838) | unsafe fn hidesOnDeactivate(self) -> BOOL; method setHidesOnDeactivate_ (line 839) | unsafe fn setHidesOnDeactivate_(self, hideOnDeactivate: BOOL); method collectionBehavior (line 840) | unsafe fn collectionBehavior(self) -> NSWindowCollectionBehavior; method setCollectionBehavior_ (line 841) | unsafe fn setCollectionBehavior_(self, collectionBehavior: NSWindowCol... method setOpaque_ (line 842) | unsafe fn setOpaque_(self, opaque: BOOL); method hasShadow (line 843) | unsafe fn hasShadow(self) -> BOOL; method setHasShadow_ (line 844) | unsafe fn setHasShadow_(self, hasShadow: BOOL); method invalidateShadow (line 845) | unsafe fn invalidateShadow(self); method autorecalculatesContentBorderThicknessForEdge_ (line 846) | unsafe fn autorecalculatesContentBorderThicknessForEdge_(self, edge: N... method setAutorecalculatesContentBorderThickness_forEdge_ (line 847) | unsafe fn setAutorecalculatesContentBorderThickness_forEdge_(self, method contentBorderThicknessForEdge_ (line 850) | unsafe fn contentBorderThicknessForEdge_(self, edge: NSRectEdge) -> CG... method setContentBorderThickness_forEdge_ (line 851) | unsafe fn setContentBorderThickness_forEdge_(self, borderThickness: CG... method delegate (line 852) | unsafe fn delegate(self) -> id; method setDelegate_ (line 853) | unsafe fn setDelegate_(self, delegate: id); method preventsApplicationTerminationWhenModal (line 854) | unsafe fn preventsApplicationTerminationWhenModal(self) -> BOOL; method setPreventsApplicationTerminationWhenModal_ (line 855) | unsafe fn setPreventsApplicationTerminationWhenModal_(self, flag: BOOL); method contentRectForFrameRect_styleMask_ (line 860) | unsafe fn contentRectForFrameRect_styleMask_(self, windowFrame: NSRect... method frameRectForContentRect_styleMask_ (line 861) | unsafe fn frameRectForContentRect_styleMask_(self, windowContentRect: ... method minFrameWidthWithTitle_styleMask_ (line 862) | unsafe fn minFrameWidthWithTitle_styleMask_(self, windowTitle: id, win... method contentRectForFrameRect_ (line 863) | unsafe fn contentRectForFrameRect_(self, windowFrame: NSRect) -> NSRect; method frameRectForContentRect_ (line 864) | unsafe fn frameRectForContentRect_(self, windowContent: NSRect) -> NSR... method drawers (line 867) | unsafe fn drawers(self) -> id; method windowController (line 868) | unsafe fn windowController(self) -> id; method setWindowController_ (line 869) | unsafe fn setWindowController_(self, windowController: id); method frame (line 874) | unsafe fn frame(self) -> NSRect; method setFrameOrigin_ (line 875) | unsafe fn setFrameOrigin_(self, point: NSPoint); method setFrameTopLeftPoint_ (line 876) | unsafe fn setFrameTopLeftPoint_(self, point: NSPoint); method constrainFrameRect_toScreen_ (line 877) | unsafe fn constrainFrameRect_toScreen_(self, frameRect: NSRect, screen... method cascadeTopLeftFromPoint_ (line 878) | unsafe fn cascadeTopLeftFromPoint_(self, topLeft: NSPoint) -> NSPoint; method setFrame_display_ (line 879) | unsafe fn setFrame_display_(self, windowFrame: NSRect, display: BOOL); method setFrame_displayViews_ (line 880) | unsafe fn setFrame_displayViews_(self, windowFrame: NSRect, display: B... method aspectRatio (line 881) | unsafe fn aspectRatio(self) -> NSSize; method setAspectRatio_ (line 882) | unsafe fn setAspectRatio_(self, aspectRatio: NSSize); method minSize (line 883) | unsafe fn minSize(self) -> NSSize; method setMinSize_ (line 884) | unsafe fn setMinSize_(self, minSize: NSSize); method maxSize (line 885) | unsafe fn maxSize(self) -> NSSize; method setMaxSize_ (line 886) | unsafe fn setMaxSize_(self, maxSize: NSSize); method performZoom_ (line 887) | unsafe fn performZoom_(self, sender: id); method zoom_ (line 888) | unsafe fn zoom_(self, sender: id); method resizeFlags (line 889) | unsafe fn resizeFlags(self) -> NSInteger; method showsResizeIndicator (line 890) | unsafe fn showsResizeIndicator(self) -> BOOL; method setShowsResizeIndicator_ (line 891) | unsafe fn setShowsResizeIndicator_(self, showsResizeIndicator: BOOL); method resizeIncrements (line 892) | unsafe fn resizeIncrements(self) -> NSSize; method setResizeIncrements_ (line 893) | unsafe fn setResizeIncrements_(self, resizeIncrements: NSSize); method preservesContentDuringLiveResize (line 894) | unsafe fn preservesContentDuringLiveResize(self) -> BOOL; method setPreservesContentDuringLiveResize_ (line 895) | unsafe fn setPreservesContentDuringLiveResize_(self, preservesContentD... method inLiveResize (line 896) | unsafe fn inLiveResize(self) -> BOOL; method contentAspectRatio (line 899) | unsafe fn contentAspectRatio(self) -> NSSize; method setContentAspectRatio_ (line 900) | unsafe fn setContentAspectRatio_(self, contentAspectRatio: NSSize); method contentMinSize (line 901) | unsafe fn contentMinSize(self) -> NSSize; method setContentMinSize_ (line 902) | unsafe fn setContentMinSize_(self, contentMinSize: NSSize); method contentSize (line 903) | unsafe fn contentSize(self) -> NSSize; method setContentSize_ (line 904) | unsafe fn setContentSize_(self, contentSize: NSSize); method contentMaxSize (line 905) | unsafe fn contentMaxSize(self) -> NSSize; method setContentMaxSize_ (line 906) | unsafe fn setContentMaxSize_(self, contentMaxSize: NSSize); method contentResizeIncrements (line 907) | unsafe fn contentResizeIncrements(self) -> NSSize; method setContentResizeIncrements_ (line 908) | unsafe fn setContentResizeIncrements_(self, contentResizeIncrements: N... method isVisible (line 911) | unsafe fn isVisible(self) -> BOOL; method occlusionState (line 912) | unsafe fn occlusionState(self) -> NSWindowOcclusionState; method orderOut_ (line 915) | unsafe fn orderOut_(self, sender: id); method orderBack_ (line 916) | unsafe fn orderBack_(self, sender: id); method orderFront_ (line 917) | unsafe fn orderFront_(self, sender: id); method orderFrontRegardless (line 918) | unsafe fn orderFrontRegardless(self); method orderFrontWindow_relativeTo_ (line 919) | unsafe fn orderFrontWindow_relativeTo_(self, orderingMode: NSWindowOrd... method level (line 920) | unsafe fn level(self) -> NSInteger; method setLevel_ (line 921) | unsafe fn setLevel_(self, level: NSInteger); method canBecomeKeyWindow (line 924) | unsafe fn canBecomeKeyWindow(self) -> BOOL; method makeKeyWindow (line 925) | unsafe fn makeKeyWindow(self); method makeKeyAndOrderFront_ (line 926) | unsafe fn makeKeyAndOrderFront_(self, sender: id); method canBecomeMainWindow (line 931) | unsafe fn canBecomeMainWindow(self) -> BOOL; method makeMainWindow (line 932) | unsafe fn makeMainWindow(self); method standardWindowButton_ (line 945) | unsafe fn standardWindowButton_(self, windowButtonKind: NSWindowButton... method initialFirstResponder (line 951) | unsafe fn initialFirstResponder(self) -> id; method firstResponder (line 952) | unsafe fn firstResponder(self) -> id; method setInitialFirstResponder_ (line 953) | unsafe fn setInitialFirstResponder_(self, responder: id); method makeFirstResponder_ (line 954) | unsafe fn makeFirstResponder_(self, responder: id) -> BOOL; method keyDown_ (line 959) | unsafe fn keyDown_(self, event: id); method acceptsMouseMovedEvents (line 962) | unsafe fn acceptsMouseMovedEvents(self) -> BOOL; method ignoresMouseEvents (line 963) | unsafe fn ignoresMouseEvents(self) -> BOOL; method setIgnoresMouseEvents_ (line 964) | unsafe fn setIgnoresMouseEvents_(self, ignoreMouseEvents: BOOL); method mouseLocationOutsideOfEventStream (line 965) | unsafe fn mouseLocationOutsideOfEventStream(self) -> NSPoint; method setAcceptsMouseMovedEvents_ (line 966) | unsafe fn setAcceptsMouseMovedEvents_(self, acceptMouseMovedEvents: BO... method windowNumberAtPoint_belowWindowWithWindowNumber_ (line 967) | unsafe fn windowNumberAtPoint_belowWindowWithWindowNumber_(self, method backingScaleFactor (line 979) | unsafe fn backingScaleFactor(self) -> CGFloat; method backingAlignedRect_options_ (line 980) | unsafe fn backingAlignedRect_options_(self, rect: NSRect, options: NSA... method convertRectFromBacking_ (line 981) | unsafe fn convertRectFromBacking_(self, rect: NSRect) -> NSRect; method convertRectToBacking_ (line 982) | unsafe fn convertRectToBacking_(self, rect: NSRect) -> NSRect; method convertRectToScreen_ (line 983) | unsafe fn convertRectToScreen_(self, rect: NSRect) -> NSRect; method convertRectFromScreen_ (line 984) | unsafe fn convertRectFromScreen_(self, rect: NSRect) -> NSRect; method setDocumentEdited_ (line 987) | unsafe fn setDocumentEdited_(self, documentEdited: BOOL); method title (line 990) | unsafe fn title(self) -> id; method setTitle_ (line 991) | unsafe fn setTitle_(self, title: id); method setTitleWithRepresentedFilename_ (line 992) | unsafe fn setTitleWithRepresentedFilename_(self, filePath: id); method setTitleVisibility_ (line 993) | unsafe fn setTitleVisibility_(self, visibility: NSWindowTitleVisibility); method setTitlebarAppearsTransparent_ (line 994) | unsafe fn setTitlebarAppearsTransparent_(self, transparent: BOOL); method representedFilename (line 995) | unsafe fn representedFilename(self) -> id; method setRepresentedFilename_ (line 996) | unsafe fn setRepresentedFilename_(self, filePath: id); method representedURL (line 997) | unsafe fn representedURL(self) -> id; method setRepresentedURL_ (line 998) | unsafe fn setRepresentedURL_(self, representedURL: id); method screen (line 1001) | unsafe fn screen(self) -> id; method deepestScreen (line 1002) | unsafe fn deepestScreen(self) -> id; method displaysWhenScreenProfileChanges (line 1003) | unsafe fn displaysWhenScreenProfileChanges(self) -> BOOL; method setDisplaysWhenScreenProfileChanges_ (line 1004) | unsafe fn setDisplaysWhenScreenProfileChanges_(self, displaysWhenScree... method setMovableByWindowBackground_ (line 1007) | unsafe fn setMovableByWindowBackground_(self, movableByWindowBackgroun... method setMovable_ (line 1008) | unsafe fn setMovable_(self, movable: BOOL); method center (line 1009) | unsafe fn center(self); method performClose_ (line 1012) | unsafe fn performClose_(self, sender: id); method close (line 1013) | unsafe fn close(self); method setReleasedWhenClosed_ (line 1014) | unsafe fn setReleasedWhenClosed_(self, releasedWhenClosed: BOOL); method performMiniaturize_ (line 1017) | unsafe fn performMiniaturize_(self, sender: id); method miniaturize_ (line 1018) | unsafe fn miniaturize_(self, sender: id); method deminiaturize_ (line 1019) | unsafe fn deminiaturize_(self, sender: id); method miniwindowImage (line 1020) | unsafe fn miniwindowImage(self) -> id; method setMiniwindowImage_ (line 1021) | unsafe fn setMiniwindowImage_(self, miniwindowImage: id); method miniwindowTitle (line 1022) | unsafe fn miniwindowTitle(self) -> id; method setMiniwindowTitle_ (line 1023) | unsafe fn setMiniwindowTitle_(self, miniwindowTitle: id); method initWithContentRect_styleMask_backing_defer_ (line 1037) | unsafe fn initWithContentRect_styleMask_backing_defer_(self, method initWithContentRect_styleMask_backing_defer_screen_ (line 1048) | unsafe fn initWithContentRect_styleMask_backing_defer_screen_(self, method styleMask (line 1063) | unsafe fn styleMask(self) -> NSWindowStyleMask { method setStyleMask_ (line 1068) | unsafe fn setStyleMask_(self, styleMask: NSWindowStyleMask) { method toggleFullScreen_ (line 1072) | unsafe fn toggleFullScreen_(self, sender: id) { method worksWhenModal (line 1076) | unsafe fn worksWhenModal(self) -> BOOL { method alphaValue (line 1080) | unsafe fn alphaValue(self) -> CGFloat { method setAlphaValue_ (line 1084) | unsafe fn setAlphaValue_(self, windowAlpha: CGFloat) { method backgroundColor (line 1088) | unsafe fn backgroundColor(self) -> id { method setBackgroundColor_ (line 1092) | unsafe fn setBackgroundColor_(self, color: id) { method colorSpace (line 1096) | unsafe fn colorSpace(self) -> id { method setColorSpace_ (line 1100) | unsafe fn setColorSpace_(self, colorSpace: id) { method contentView (line 1104) | unsafe fn contentView(self) -> id { method setContentView_ (line 1108) | unsafe fn setContentView_(self, view: id) { method canHide (line 1112) | unsafe fn canHide(self) -> BOOL { method setCanHide_ (line 1116) | unsafe fn setCanHide_(self, canHide: BOOL) { method hidesOnDeactivate (line 1120) | unsafe fn hidesOnDeactivate(self) -> BOOL { method setHidesOnDeactivate_ (line 1124) | unsafe fn setHidesOnDeactivate_(self, hideOnDeactivate: BOOL) { method collectionBehavior (line 1128) | unsafe fn collectionBehavior(self) -> NSWindowCollectionBehavior { method setCollectionBehavior_ (line 1132) | unsafe fn setCollectionBehavior_(self, collectionBehavior: NSWindowCol... method setOpaque_ (line 1136) | unsafe fn setOpaque_(self, opaque: BOOL) { method hasShadow (line 1140) | unsafe fn hasShadow(self) -> BOOL { method setHasShadow_ (line 1144) | unsafe fn setHasShadow_(self, hasShadow: BOOL) { method invalidateShadow (line 1148) | unsafe fn invalidateShadow(self) { method autorecalculatesContentBorderThicknessForEdge_ (line 1152) | unsafe fn autorecalculatesContentBorderThicknessForEdge_(self, edge: N... method setAutorecalculatesContentBorderThickness_forEdge_ (line 1156) | unsafe fn setAutorecalculatesContentBorderThickness_forEdge_(self, method contentBorderThicknessForEdge_ (line 1163) | unsafe fn contentBorderThicknessForEdge_(self, edge: NSRectEdge) -> CG... method setContentBorderThickness_forEdge_ (line 1167) | unsafe fn setContentBorderThickness_forEdge_(self, borderThickness: CG... method delegate (line 1171) | unsafe fn delegate(self) -> id { method setDelegate_ (line 1175) | unsafe fn setDelegate_(self, delegate: id) { method preventsApplicationTerminationWhenModal (line 1179) | unsafe fn preventsApplicationTerminationWhenModal(self) -> BOOL { method setPreventsApplicationTerminationWhenModal_ (line 1183) | unsafe fn setPreventsApplicationTerminationWhenModal_(self, flag: BOOL) { method contentRectForFrameRect_styleMask_ (line 1191) | unsafe fn contentRectForFrameRect_styleMask_(self, windowFrame: NSRect... method frameRectForContentRect_styleMask_ (line 1195) | unsafe fn frameRectForContentRect_styleMask_(self, windowContentRect: ... method minFrameWidthWithTitle_styleMask_ (line 1199) | unsafe fn minFrameWidthWithTitle_styleMask_(self, windowTitle: id, win... method contentRectForFrameRect_ (line 1203) | unsafe fn contentRectForFrameRect_(self, windowFrame: NSRect) -> NSRect { method frameRectForContentRect_ (line 1207) | unsafe fn frameRectForContentRect_(self, windowContent: NSRect) -> NSR... method drawers (line 1213) | unsafe fn drawers(self) -> id { method windowController (line 1217) | unsafe fn windowController(self) -> id { method setWindowController_ (line 1221) | unsafe fn setWindowController_(self, windowController: id) { method frame (line 1229) | unsafe fn frame(self) -> NSRect { method setFrameOrigin_ (line 1233) | unsafe fn setFrameOrigin_(self, point: NSPoint) { method setFrameTopLeftPoint_ (line 1237) | unsafe fn setFrameTopLeftPoint_(self, point: NSPoint) { method constrainFrameRect_toScreen_ (line 1241) | unsafe fn constrainFrameRect_toScreen_(self, frameRect: NSRect, screen... method cascadeTopLeftFromPoint_ (line 1245) | unsafe fn cascadeTopLeftFromPoint_(self, topLeft: NSPoint) -> NSPoint { method setFrame_display_ (line 1249) | unsafe fn setFrame_display_(self, windowFrame: NSRect, display: BOOL) { method setFrame_displayViews_ (line 1253) | unsafe fn setFrame_displayViews_(self, windowFrame: NSRect, display: B... method aspectRatio (line 1257) | unsafe fn aspectRatio(self) -> NSSize { method setAspectRatio_ (line 1261) | unsafe fn setAspectRatio_(self, aspectRatio: NSSize) { method minSize (line 1265) | unsafe fn minSize(self) -> NSSize { method setMinSize_ (line 1269) | unsafe fn setMinSize_(self, minSize: NSSize) { method maxSize (line 1273) | unsafe fn maxSize(self) -> NSSize { method setMaxSize_ (line 1277) | unsafe fn setMaxSize_(self, maxSize: NSSize) { method performZoom_ (line 1281) | unsafe fn performZoom_(self, sender: id) { method zoom_ (line 1285) | unsafe fn zoom_(self, sender: id) { method resizeFlags (line 1289) | unsafe fn resizeFlags(self) -> NSInteger { method showsResizeIndicator (line 1293) | unsafe fn showsResizeIndicator(self) -> BOOL { method setShowsResizeIndicator_ (line 1297) | unsafe fn setShowsResizeIndicator_(self, showsResizeIndicator: BOOL) { method resizeIncrements (line 1301) | unsafe fn resizeIncrements(self) -> NSSize { method setResizeIncrements_ (line 1305) | unsafe fn setResizeIncrements_(self, resizeIncrements: NSSize) { method preservesContentDuringLiveResize (line 1309) | unsafe fn preservesContentDuringLiveResize(self) -> BOOL { method setPreservesContentDuringLiveResize_ (line 1313) | unsafe fn setPreservesContentDuringLiveResize_(self, preservesContentD... method inLiveResize (line 1317) | unsafe fn inLiveResize(self) -> BOOL { method contentAspectRatio (line 1323) | unsafe fn contentAspectRatio(self) -> NSSize { method setContentAspectRatio_ (line 1327) | unsafe fn setContentAspectRatio_(self, contentAspectRatio: NSSize) { method contentMinSize (line 1331) | unsafe fn contentMinSize(self) -> NSSize { method setContentMinSize_ (line 1335) | unsafe fn setContentMinSize_(self, contentMinSize: NSSize) { method contentSize (line 1339) | unsafe fn contentSize(self) -> NSSize { method setContentSize_ (line 1343) | unsafe fn setContentSize_(self, contentSize: NSSize) { method contentMaxSize (line 1347) | unsafe fn contentMaxSize(self) -> NSSize { method setContentMaxSize_ (line 1351) | unsafe fn setContentMaxSize_(self, contentMaxSize: NSSize) { method contentResizeIncrements (line 1355) | unsafe fn contentResizeIncrements(self) -> NSSize { method setContentResizeIncrements_ (line 1359) | unsafe fn setContentResizeIncrements_(self, contentResizeIncrements: N... method isVisible (line 1365) | unsafe fn isVisible(self) -> BOOL { method occlusionState (line 1369) | unsafe fn occlusionState(self) -> NSWindowOcclusionState { method orderOut_ (line 1375) | unsafe fn orderOut_(self, sender: id) { method orderBack_ (line 1379) | unsafe fn orderBack_(self, sender: id) { method orderFront_ (line 1383) | unsafe fn orderFront_(self, sender: id) { method orderFrontRegardless (line 1387) | unsafe fn orderFrontRegardless(self) { method orderFrontWindow_relativeTo_ (line 1391) | unsafe fn orderFrontWindow_relativeTo_(self, ordering_mode: NSWindowOr... method level (line 1395) | unsafe fn level(self) -> NSInteger { method setLevel_ (line 1399) | unsafe fn setLevel_(self, level: NSInteger) { method canBecomeKeyWindow (line 1405) | unsafe fn canBecomeKeyWindow(self) -> BOOL { method makeKeyWindow (line 1409) | unsafe fn makeKeyWindow(self) { method makeKeyAndOrderFront_ (line 1413) | unsafe fn makeKeyAndOrderFront_(self, sender: id) { method canBecomeMainWindow (line 1419) | unsafe fn canBecomeMainWindow(self) -> BOOL { method makeMainWindow (line 1423) | unsafe fn makeMainWindow(self) { method standardWindowButton_ (line 1437) | unsafe fn standardWindowButton_(self, windowButtonKind: NSWindowButton... method initialFirstResponder (line 1446) | unsafe fn initialFirstResponder(self) -> id { method firstResponder (line 1450) | unsafe fn firstResponder(self) -> id { method setInitialFirstResponder_ (line 1454) | unsafe fn setInitialFirstResponder_(self, responder: id) { method makeFirstResponder_ (line 1458) | unsafe fn makeFirstResponder_(self, responder: id) -> BOOL { method keyDown_ (line 1466) | unsafe fn keyDown_(self, event: id) { method acceptsMouseMovedEvents (line 1472) | unsafe fn acceptsMouseMovedEvents(self) -> BOOL { method ignoresMouseEvents (line 1476) | unsafe fn ignoresMouseEvents(self) -> BOOL { method setIgnoresMouseEvents_ (line 1480) | unsafe fn setIgnoresMouseEvents_(self, ignoreMouseEvents: BOOL) { method mouseLocationOutsideOfEventStream (line 1484) | unsafe fn mouseLocationOutsideOfEventStream(self) -> NSPoint { method setAcceptsMouseMovedEvents_ (line 1488) | unsafe fn setAcceptsMouseMovedEvents_(self, acceptMouseMovedEvents: BO... method windowNumberAtPoint_belowWindowWithWindowNumber_ (line 1492) | unsafe fn windowNumberAtPoint_belowWindowWithWindowNumber_(self, method backingScaleFactor (line 1500) | unsafe fn backingScaleFactor(self) -> CGFloat { method backingAlignedRect_options_ (line 1504) | unsafe fn backingAlignedRect_options_(self, rect: NSRect, options: NSA... method convertRectFromBacking_ (line 1508) | unsafe fn convertRectFromBacking_(self, rect: NSRect) -> NSRect { method convertRectToBacking_ (line 1512) | unsafe fn convertRectToBacking_(self, rect: NSRect) -> NSRect { method convertRectToScreen_ (line 1516) | unsafe fn convertRectToScreen_(self, rect: NSRect) -> NSRect { method convertRectFromScreen_ (line 1520) | unsafe fn convertRectFromScreen_(self, rect: NSRect) -> NSRect { method setDocumentEdited_ (line 1526) | unsafe fn setDocumentEdited_(self, documentEdited: BOOL) { method title (line 1532) | unsafe fn title(self) -> id { method setTitle_ (line 1536) | unsafe fn setTitle_(self, title: id) { method setTitleWithRepresentedFilename_ (line 1540) | unsafe fn setTitleWithRepresentedFilename_(self, filePath: id) { method setTitleVisibility_ (line 1544) | unsafe fn setTitleVisibility_(self, visibility: NSWindowTitleVisibilit... method setTitlebarAppearsTransparent_ (line 1548) | unsafe fn setTitlebarAppearsTransparent_(self, transparent: BOOL) { method representedFilename (line 1552) | unsafe fn representedFilename(self) -> id { method setRepresentedFilename_ (line 1556) | unsafe fn setRepresentedFilename_(self, filePath: id) { method representedURL (line 1560) | unsafe fn representedURL(self) -> id { method setRepresentedURL_ (line 1564) | unsafe fn setRepresentedURL_(self, representedURL: id) { method screen (line 1570) | unsafe fn screen(self) -> id { method deepestScreen (line 1574) | unsafe fn deepestScreen(self) -> id { method displaysWhenScreenProfileChanges (line 1578) | unsafe fn displaysWhenScreenProfileChanges(self) -> BOOL { method setDisplaysWhenScreenProfileChanges_ (line 1582) | unsafe fn setDisplaysWhenScreenProfileChanges_(self, displaysWhenScree... method setMovableByWindowBackground_ (line 1588) | unsafe fn setMovableByWindowBackground_(self, movableByWindowBackgroun... method setMovable_ (line 1592) | unsafe fn setMovable_(self, movable: BOOL) { method center (line 1596) | unsafe fn center(self) { method performClose_ (line 1602) | unsafe fn performClose_(self, sender: id) { method close (line 1606) | unsafe fn close(self) { method setReleasedWhenClosed_ (line 1610) | unsafe fn setReleasedWhenClosed_(self, releasedWhenClosed: BOOL) { method performMiniaturize_ (line 1616) | unsafe fn performMiniaturize_(self, sender: id) { method miniaturize_ (line 1620) | unsafe fn miniaturize_(self, sender: id) { method deminiaturize_ (line 1624) | unsafe fn deminiaturize_(self, sender: id) { method miniwindowImage (line 1628) | unsafe fn miniwindowImage(self) -> id { method setMiniwindowImage_ (line 1632) | unsafe fn setMiniwindowImage_(self, miniwindowImage: id) { method miniwindowTitle (line 1636) | unsafe fn miniwindowTitle(self) -> id { method setMiniwindowTitle_ (line 1640) | unsafe fn setMiniwindowTitle_(self, miniwindowTitle: id) { type NSView (line 1653) | pub trait NSView: Sized { method alloc (line 1654) | unsafe fn alloc(_: Self) -> id { method init (line 1658) | unsafe fn init(self) -> id; method initWithFrame_ (line 1659) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id; method bounds (line 1660) | unsafe fn bounds(self) -> NSRect; method frame (line 1661) | unsafe fn frame(self) -> NSRect; method display_ (line 1662) | unsafe fn display_(self); method setWantsBestResolutionOpenGLSurface_ (line 1663) | unsafe fn setWantsBestResolutionOpenGLSurface_(self, flag: BOOL); method convertPoint_fromView_ (line 1664) | unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NS... method addSubview_ (line 1665) | unsafe fn addSubview_(self, view: id); method superview (line 1666) | unsafe fn superview(self) -> id; method removeFromSuperview (line 1667) | unsafe fn removeFromSuperview(self); method setAutoresizingMask_ (line 1668) | unsafe fn setAutoresizingMask_(self, autoresizingMask: NSAutoresizingM... method wantsLayer (line 1670) | unsafe fn wantsLayer(self) -> BOOL; method setWantsLayer (line 1671) | unsafe fn setWantsLayer(self, wantsLayer: BOOL); method layer (line 1672) | unsafe fn layer(self) -> id; method setLayer (line 1673) | unsafe fn setLayer(self, layer: id); method widthAnchor (line 1675) | unsafe fn widthAnchor(self) -> id; method heightAnchor (line 1676) | unsafe fn heightAnchor(self) -> id; method init (line 1680) | unsafe fn init(self) -> id { method initWithFrame_ (line 1684) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id { method bounds (line 1688) | unsafe fn bounds(self) -> NSRect { method frame (line 1692) | unsafe fn frame(self) -> NSRect { method display_ (line 1696) | unsafe fn display_(self) { method setWantsBestResolutionOpenGLSurface_ (line 1700) | unsafe fn setWantsBestResolutionOpenGLSurface_(self, flag: BOOL) { method convertPoint_fromView_ (line 1704) | unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NS... method addSubview_ (line 1708) | unsafe fn addSubview_(self, view: id) { method superview (line 1712) | unsafe fn superview(self) -> id { method removeFromSuperview (line 1716) | unsafe fn removeFromSuperview(self) { method setAutoresizingMask_ (line 1720) | unsafe fn setAutoresizingMask_(self, autoresizingMask: NSAutoresizingM... method wantsLayer (line 1724) | unsafe fn wantsLayer(self) -> BOOL { method setWantsLayer (line 1728) | unsafe fn setWantsLayer(self, wantsLayer: BOOL) { method layer (line 1732) | unsafe fn layer(self) -> id { method setLayer (line 1736) | unsafe fn setLayer(self, layer: id) { method widthAnchor (line 1740) | unsafe fn widthAnchor(self) -> id { method heightAnchor (line 1744) | unsafe fn heightAnchor(self) -> id { type NSAutoresizingMaskOptions (line 1749) | pub type NSAutoresizingMaskOptions = u64; constant NSViewNotSizable (line 1751) | pub const NSViewNotSizable: u64 = 0; constant NSViewMinXMargin (line 1752) | pub const NSViewMinXMargin: u64 = 1; constant NSViewWidthSizable (line 1753) | pub const NSViewWidthSizable: u64 = 2; constant NSViewMaxXMargin (line 1754) | pub const NSViewMaxXMargin: u64 = 4; constant NSViewMinYMargin (line 1755) | pub const NSViewMinYMargin: u64 = 8; constant NSViewHeightSizable (line 1756) | pub const NSViewHeightSizable: u64 = 16; constant NSViewMaxYMargin (line 1757) | pub const NSViewMaxYMargin: u64 = 32; type NSOpenGLView (line 1759) | pub trait NSOpenGLView: Sized { method alloc (line 1760) | unsafe fn alloc(_: Self) -> id { method initWithFrame_pixelFormat_ (line 1764) | unsafe fn initWithFrame_pixelFormat_(self, frameRect: NSRect, format: ... method display_ (line 1765) | unsafe fn display_(self); method setOpenGLContext_ (line 1766) | unsafe fn setOpenGLContext_(self, context: id); method setPixelFormat_ (line 1767) | unsafe fn setPixelFormat_(self, pixelformat: id); method initWithFrame_pixelFormat_ (line 1771) | unsafe fn initWithFrame_pixelFormat_(self, frameRect: NSRect, format:... method display_ (line 1775) | unsafe fn display_(self) { method setOpenGLContext_ (line 1779) | unsafe fn setOpenGLContext_(self, context: id) { method setPixelFormat_ (line 1783) | unsafe fn setPixelFormat_(self, pixelformat: id) { type NSOpenGLPixelFormat (line 1788) | pub trait NSOpenGLPixelFormat: Sized { method alloc (line 1789) | unsafe fn alloc(_: Self) -> id { method initWithAttributes_ (line 1795) | unsafe fn initWithAttributes_(self, attributes: &[u32]) -> id; method getValues_forAttribute_forVirtualScreen_ (line 1799) | unsafe fn getValues_forAttribute_forVirtualScreen_(self, val: *mut GLi... method numberOfVirtualScreens (line 1800) | unsafe fn numberOfVirtualScreens(self) -> GLint; method initWithAttributes_ (line 1807) | unsafe fn initWithAttributes_(self, attributes: &[u32]) -> id { method getValues_forAttribute_forVirtualScreen_ (line 1813) | unsafe fn getValues_forAttribute_forVirtualScreen_(self, val: *mut GLi... method numberOfVirtualScreens (line 1817) | unsafe fn numberOfVirtualScreens(self) -> GLint { type NSOpenGLContext (line 1822) | pub trait NSOpenGLContext: Sized { method alloc (line 1823) | unsafe fn alloc(_: Self) -> id { method initWithFormat_shareContext_ (line 1828) | unsafe fn initWithFormat_shareContext_(self, format: id /* (NSOpenGLPi... method initWithCGLContextObj_ (line 1829) | unsafe fn initWithCGLContextObj_(self, context: CGLContextObj) -> id /... method clearCurrentContext (line 1832) | unsafe fn clearCurrentContext(_: Self); method currentContext (line 1833) | unsafe fn currentContext(_: Self) -> id /* (NSOpenGLContext *) */; method makeCurrentContext (line 1834) | unsafe fn makeCurrentContext(self); method setView_ (line 1837) | unsafe fn setView_(self, view: id /* (NSView *) */); method view (line 1838) | unsafe fn view(self) -> id /* (NSView *) */; method clearDrawable (line 1839) | unsafe fn clearDrawable(self); method update (line 1840) | unsafe fn update(self); method flushBuffer (line 1843) | unsafe fn flushBuffer(self); method setValues_forParameter_ (line 1846) | unsafe fn setValues_forParameter_(self, vals: *const GLint, param: NSO... method getValues_forParameter_ (line 1847) | unsafe fn getValues_forParameter_(self, vals: *mut GLint, param: NSOpe... method setCurrentVirtualScreen_ (line 1850) | unsafe fn setCurrentVirtualScreen_(self, screen: GLint); method currentVirtualScreen (line 1851) | unsafe fn currentVirtualScreen(self) -> GLint; method CGLContextObj (line 1854) | unsafe fn CGLContextObj(self) -> CGLContextObj; method initWithFormat_shareContext_ (line 1860) | unsafe fn initWithFormat_shareContext_(self, format: id /* (NSOpenGLPi... method initWithCGLContextObj_ (line 1864) | unsafe fn initWithCGLContextObj_(self, context: CGLContextObj) -> id /... method clearCurrentContext (line 1870) | unsafe fn clearCurrentContext(_: Self) { method currentContext (line 1874) | unsafe fn currentContext(_: Self) -> id /* (NSOpenGLContext *) */ { method makeCurrentContext (line 1878) | unsafe fn makeCurrentContext(self) { method setView_ (line 1884) | unsafe fn setView_(self, view: id /* (NSView *) */) { method view (line 1888) | unsafe fn view(self) -> id /* (NSView *) */ { method clearDrawable (line 1892) | unsafe fn clearDrawable(self) { method update (line 1896) | unsafe fn update(self) { method flushBuffer (line 1902) | unsafe fn flushBuffer(self) { method setValues_forParameter_ (line 1908) | unsafe fn setValues_forParameter_(self, vals: *const GLint, param: NSO... method getValues_forParameter_ (line 1912) | unsafe fn getValues_forParameter_(self, vals: *mut GLint, param: NSOpe... method setCurrentVirtualScreen_ (line 1918) | unsafe fn setCurrentVirtualScreen_(self, screen: GLint) { method currentVirtualScreen (line 1922) | unsafe fn currentVirtualScreen(self) -> GLint { method CGLContextObj (line 1928) | unsafe fn CGLContextObj(self) -> CGLContextObj { type NSEventGestureAxis (line 1941) | pub enum NSEventGestureAxis { type NSEventType (line 1975) | pub enum NSEventType { method from_type (line 2044) | pub fn from_type(ty: NSEventType) -> NSEventMask { type NSPointingDeviceType (line 2064) | pub enum NSPointingDeviceType { type NSEventButtonMask (line 2073) | pub enum NSEventButtonMask { type NSEventSubtype (line 2081) | pub enum NSEventSubtype { constant NSUpArrowFunctionKey (line 2095) | pub const NSUpArrowFunctionKey: libc::c_ushort = 0xF700; constant NSDownArrowFunctionKey (line 2096) | pub const NSDownArrowFunctionKey: libc::c_ushort = 0xF701; constant NSLeftArrowFunctionKey (line 2097) | pub const NSLeftArrowFunctionKey: libc::c_ushort = 0xF702; constant NSRightArrowFunctionKey (line 2098) | pub const NSRightArrowFunctionKey: libc::c_ushort = 0xF703; constant NSF1FunctionKey (line 2099) | pub const NSF1FunctionKey: libc::c_ushort = 0xF704; constant NSF2FunctionKey (line 2100) | pub const NSF2FunctionKey: libc::c_ushort = 0xF705; constant NSF3FunctionKey (line 2101) | pub const NSF3FunctionKey: libc::c_ushort = 0xF706; constant NSF4FunctionKey (line 2102) | pub const NSF4FunctionKey: libc::c_ushort = 0xF707; constant NSF5FunctionKey (line 2103) | pub const NSF5FunctionKey: libc::c_ushort = 0xF708; constant NSF6FunctionKey (line 2104) | pub const NSF6FunctionKey: libc::c_ushort = 0xF709; constant NSF7FunctionKey (line 2105) | pub const NSF7FunctionKey: libc::c_ushort = 0xF70A; constant NSF8FunctionKey (line 2106) | pub const NSF8FunctionKey: libc::c_ushort = 0xF70B; constant NSF9FunctionKey (line 2107) | pub const NSF9FunctionKey: libc::c_ushort = 0xF70C; constant NSF10FunctionKey (line 2108) | pub const NSF10FunctionKey: libc::c_ushort = 0xF70D; constant NSF11FunctionKey (line 2109) | pub const NSF11FunctionKey: libc::c_ushort = 0xF70E; constant NSF12FunctionKey (line 2110) | pub const NSF12FunctionKey: libc::c_ushort = 0xF70F; constant NSF13FunctionKey (line 2111) | pub const NSF13FunctionKey: libc::c_ushort = 0xF710; constant NSF14FunctionKey (line 2112) | pub const NSF14FunctionKey: libc::c_ushort = 0xF711; constant NSF15FunctionKey (line 2113) | pub const NSF15FunctionKey: libc::c_ushort = 0xF712; constant NSF16FunctionKey (line 2114) | pub const NSF16FunctionKey: libc::c_ushort = 0xF713; constant NSF17FunctionKey (line 2115) | pub const NSF17FunctionKey: libc::c_ushort = 0xF714; constant NSF18FunctionKey (line 2116) | pub const NSF18FunctionKey: libc::c_ushort = 0xF715; constant NSF19FunctionKey (line 2117) | pub const NSF19FunctionKey: libc::c_ushort = 0xF716; constant NSF20FunctionKey (line 2118) | pub const NSF20FunctionKey: libc::c_ushort = 0xF717; constant NSF21FunctionKey (line 2119) | pub const NSF21FunctionKey: libc::c_ushort = 0xF718; constant NSF22FunctionKey (line 2120) | pub const NSF22FunctionKey: libc::c_ushort = 0xF719; constant NSF23FunctionKey (line 2121) | pub const NSF23FunctionKey: libc::c_ushort = 0xF71A; constant NSF24FunctionKey (line 2122) | pub const NSF24FunctionKey: libc::c_ushort = 0xF71B; constant NSF25FunctionKey (line 2123) | pub const NSF25FunctionKey: libc::c_ushort = 0xF71C; constant NSF26FunctionKey (line 2124) | pub const NSF26FunctionKey: libc::c_ushort = 0xF71D; constant NSF27FunctionKey (line 2125) | pub const NSF27FunctionKey: libc::c_ushort = 0xF71E; constant NSF28FunctionKey (line 2126) | pub const NSF28FunctionKey: libc::c_ushort = 0xF71F; constant NSF29FunctionKey (line 2127) | pub const NSF29FunctionKey: libc::c_ushort = 0xF720; constant NSF30FunctionKey (line 2128) | pub const NSF30FunctionKey: libc::c_ushort = 0xF721; constant NSF31FunctionKey (line 2129) | pub const NSF31FunctionKey: libc::c_ushort = 0xF722; constant NSF32FunctionKey (line 2130) | pub const NSF32FunctionKey: libc::c_ushort = 0xF723; constant NSF33FunctionKey (line 2131) | pub const NSF33FunctionKey: libc::c_ushort = 0xF724; constant NSF34FunctionKey (line 2132) | pub const NSF34FunctionKey: libc::c_ushort = 0xF725; constant NSF35FunctionKey (line 2133) | pub const NSF35FunctionKey: libc::c_ushort = 0xF726; constant NSInsertFunctionKey (line 2134) | pub const NSInsertFunctionKey: libc::c_ushort = 0xF727; constant NSDeleteFunctionKey (line 2135) | pub const NSDeleteFunctionKey: libc::c_ushort = 0xF728; constant NSHomeFunctionKey (line 2136) | pub const NSHomeFunctionKey: libc::c_ushort = 0xF729; constant NSBeginFunctionKey (line 2137) | pub const NSBeginFunctionKey: libc::c_ushort = 0xF72A; constant NSEndFunctionKey (line 2138) | pub const NSEndFunctionKey: libc::c_ushort = 0xF72B; constant NSPageUpFunctionKey (line 2139) | pub const NSPageUpFunctionKey: libc::c_ushort = 0xF72C; constant NSPageDownFunctionKey (line 2140) | pub const NSPageDownFunctionKey: libc::c_ushort = 0xF72D; constant NSPrintScreenFunctionKey (line 2141) | pub const NSPrintScreenFunctionKey: libc::c_ushort = 0xF72E; constant NSScrollLockFunctionKey (line 2142) | pub const NSScrollLockFunctionKey: libc::c_ushort = 0xF72F; constant NSPauseFunctionKey (line 2143) | pub const NSPauseFunctionKey: libc::c_ushort = 0xF730; constant NSSysReqFunctionKey (line 2144) | pub const NSSysReqFunctionKey: libc::c_ushort = 0xF731; constant NSBreakFunctionKey (line 2145) | pub const NSBreakFunctionKey: libc::c_ushort = 0xF732; constant NSResetFunctionKey (line 2146) | pub const NSResetFunctionKey: libc::c_ushort = 0xF733; constant NSStopFunctionKey (line 2147) | pub const NSStopFunctionKey: libc::c_ushort = 0xF734; constant NSMenuFunctionKey (line 2148) | pub const NSMenuFunctionKey: libc::c_ushort = 0xF735; constant NSUserFunctionKey (line 2149) | pub const NSUserFunctionKey: libc::c_ushort = 0xF736; constant NSSystemFunctionKey (line 2150) | pub const NSSystemFunctionKey: libc::c_ushort = 0xF737; constant NSPrintFunctionKey (line 2151) | pub const NSPrintFunctionKey: libc::c_ushort = 0xF738; constant NSClearLineFunctionKey (line 2152) | pub const NSClearLineFunctionKey: libc::c_ushort = 0xF739; constant NSClearDisplayFunctionKey (line 2153) | pub const NSClearDisplayFunctionKey: libc::c_ushort = 0xF73A; constant NSInsertLineFunctionKey (line 2154) | pub const NSInsertLineFunctionKey: libc::c_ushort = 0xF73B; constant NSDeleteLineFunctionKey (line 2155) | pub const NSDeleteLineFunctionKey: libc::c_ushort = 0xF73C; constant NSInsertCharFunctionKey (line 2156) | pub const NSInsertCharFunctionKey: libc::c_ushort = 0xF73D; constant NSDeleteCharFunctionKey (line 2157) | pub const NSDeleteCharFunctionKey: libc::c_ushort = 0xF73E; constant NSPrevFunctionKey (line 2158) | pub const NSPrevFunctionKey: libc::c_ushort = 0xF73F; constant NSNextFunctionKey (line 2159) | pub const NSNextFunctionKey: libc::c_ushort = 0xF740; constant NSSelectFunctionKey (line 2160) | pub const NSSelectFunctionKey: libc::c_ushort = 0xF741; constant NSExecuteFunctionKey (line 2161) | pub const NSExecuteFunctionKey: libc::c_ushort = 0xF742; constant NSUndoFunctionKey (line 2162) | pub const NSUndoFunctionKey: libc::c_ushort = 0xF743; constant NSRedoFunctionKey (line 2163) | pub const NSRedoFunctionKey: libc::c_ushort = 0xF744; constant NSFindFunctionKey (line 2164) | pub const NSFindFunctionKey: libc::c_ushort = 0xF745; constant NSHelpFunctionKey (line 2165) | pub const NSHelpFunctionKey: libc::c_ushort = 0xF746; constant NSModeSwitchFunctionKey (line 2166) | pub const NSModeSwitchFunctionKey: libc::c_ushort = 0xF747; type NSEvent (line 2168) | pub trait NSEvent: Sized { method keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode_ (line 2170) | unsafe fn keyEventWithType_location_modifierFlags_timestamp_windowNumb... method mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure_ (line 2182) | unsafe fn mouseEventWithType_location_modifierFlags_timestamp_windowNu... method enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_ (line 2193) | unsafe fn enterExitEventWithType_location_modifierFlags_timestamp_wind... method otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_ (line 2204) | unsafe fn otherEventWithType_location_modifierFlags_timestamp_windowNu... method eventWithEventRef_ (line 2215) | unsafe fn eventWithEventRef_(_: Self, eventRef: *const libc::c_void) -... method eventWithCGEvent_ (line 2216) | unsafe fn eventWithCGEvent_(_: Self, cgEvent: *mut libc::c_void /* CGE... method context (line 2219) | unsafe fn context(self) -> id /* (NSGraphicsContext *) */; method locationInWindow (line 2220) | unsafe fn locationInWindow(self) -> NSPoint; method modifierFlags (line 2221) | unsafe fn modifierFlags(self) -> NSEventModifierFlags; method timestamp (line 2222) | unsafe fn timestamp(self) -> NSTimeInterval; method eventType (line 2224) | unsafe fn eventType(self) -> NSEventType; method window (line 2225) | unsafe fn window(self) -> id /* (NSWindow *) */; method windowNumber (line 2226) | unsafe fn windowNumber(self) -> NSInteger; method eventRef (line 2227) | unsafe fn eventRef(self) -> *const libc::c_void; method CGEvent (line 2228) | unsafe fn CGEvent(self) -> *mut libc::c_void /* CGEventRef */; method currentModifierFlags (line 2232) | unsafe fn currentModifierFlags(_: Self) -> NSEventModifierFlags; method keyRepeatDelay (line 2233) | unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval; method keyRepeatInterval (line 2234) | unsafe fn keyRepeatInterval(_: Self) -> NSTimeInterval; method characters (line 2235) | unsafe fn characters(self) -> id /* (NSString *) */; method charactersIgnoringModifiers (line 2236) | unsafe fn charactersIgnoringModifiers(self) -> id /* (NSString *) */; method keyCode (line 2237) | unsafe fn keyCode(self) -> libc::c_ushort; method pressedMouseButtons (line 2240) | unsafe fn pressedMouseButtons(_: Self) -> NSUInteger; method doubleClickInterval (line 2241) | unsafe fn doubleClickInterval(_: Self) -> NSTimeInterval; method mouseLocation (line 2242) | unsafe fn mouseLocation(_: Self) -> NSPoint; method buttonNumber (line 2243) | unsafe fn buttonNumber(self) -> NSInteger; method clickCount (line 2244) | unsafe fn clickCount(self) -> NSInteger; method pressure (line 2245) | unsafe fn pressure(self) -> libc::c_float; method stage (line 2246) | unsafe fn stage(self) -> NSInteger; method setMouseCoalescingEnabled_ (line 2247) | unsafe fn setMouseCoalescingEnabled_(_: Self, flag: BOOL); method isMouseCoalescingEnabled (line 2248) | unsafe fn isMouseCoalescingEnabled(_: Self) -> BOOL; method eventNumber (line 2251) | unsafe fn eventNumber(self) -> NSInteger; method trackingNumber (line 2252) | unsafe fn trackingNumber(self) -> NSInteger; method trackingArea (line 2253) | unsafe fn trackingArea(self) -> id /* (NSTrackingArea *) */; method userData (line 2254) | unsafe fn userData(self) -> *const libc::c_void; method data1 (line 2257) | unsafe fn data1(self) -> NSInteger; method data2 (line 2258) | unsafe fn data2(self) -> NSInteger; method subtype (line 2259) | unsafe fn subtype(self) -> NSEventSubtype; method deltaX (line 2262) | unsafe fn deltaX(self) -> CGFloat; method deltaY (line 2263) | unsafe fn deltaY(self) -> CGFloat; method deltaZ (line 2264) | unsafe fn deltaZ(self) -> CGFloat; method capabilityMask (line 2267) | unsafe fn capabilityMask(self) -> NSUInteger; method deviceID (line 2268) | unsafe fn deviceID(self) -> NSUInteger; method pointingDeviceID (line 2269) | unsafe fn pointingDeviceID(self) -> NSUInteger; method pointingDeviceSerialNumber (line 2270) | unsafe fn pointingDeviceSerialNumber(self) -> NSUInteger; method pointingDeviceType (line 2271) | unsafe fn pointingDeviceType(self) -> NSPointingDeviceType; method systemTabletID (line 2272) | unsafe fn systemTabletID(self) -> NSUInteger; method tabletID (line 2273) | unsafe fn tabletID(self) -> NSUInteger; method uniqueID (line 2274) | unsafe fn uniqueID(self) -> libc::c_ulonglong; method vendorID (line 2275) | unsafe fn vendorID(self) -> NSUInteger; method vendorPointingDeviceType (line 2276) | unsafe fn vendorPointingDeviceType(self) -> NSUInteger; method absoluteX (line 2279) | unsafe fn absoluteX(self) -> NSInteger; method absoluteY (line 2280) | unsafe fn absoluteY(self) -> NSInteger; method absoluteZ (line 2281) | unsafe fn absoluteZ(self) -> NSInteger; method buttonMask (line 2282) | unsafe fn buttonMask(self) -> NSEventButtonMask; method rotation (line 2283) | unsafe fn rotation(self) -> libc::c_float; method tangentialPressure (line 2284) | unsafe fn tangentialPressure(self) -> libc::c_float; method tilt (line 2285) | unsafe fn tilt(self) -> NSPoint; method vendorDefined (line 2286) | unsafe fn vendorDefined(self) -> id; method startPeriodicEventsAfterDelay_withPeriod_ (line 2289) | unsafe fn startPeriodicEventsAfterDelay_withPeriod_(_: Self, delaySeco... method stopPeriodicEvents (line 2290) | unsafe fn stopPeriodicEvents(_: Self); method magnification (line 2293) | unsafe fn magnification(self) -> CGFloat; method touchesMatchingPhase_inView_ (line 2294) | unsafe fn touchesMatchingPhase_inView_(self, phase: NSTouchPhase, view... method isSwipeTrackingFromScrollEventsEnabled (line 2295) | unsafe fn isSwipeTrackingFromScrollEventsEnabled(_: Self) -> BOOL; method removeMonitor_ (line 2300) | unsafe fn removeMonitor_(_: Self, eventMonitor: id); method hasPreciseScrollingDeltas (line 2303) | unsafe fn hasPreciseScrollingDeltas(self) -> BOOL; method scrollingDeltaX (line 2304) | unsafe fn scrollingDeltaX(self) -> CGFloat; method scrollingDeltaY (line 2305) | unsafe fn scrollingDeltaY(self) -> CGFloat; method momentumPhase (line 2306) | unsafe fn momentumPhase(self) -> NSEventPhase; method phase (line 2307) | unsafe fn phase(self) -> NSEventPhase; method locationInNode_ (line 2311) | unsafe fn locationInNode_(self, node: id /* (SKNode *) */) -> CGPoint; method keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode_ (line 2317) | unsafe fn keyEventWithType_location_modifierFlags_timestamp_windowNumb... method mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure_ (line 2342) | unsafe fn mouseEventWithType_location_modifierFlags_timestamp_windowNu... method enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_ (line 2365) | unsafe fn enterExitEventWithType_location_modifierFlags_timestamp_wind... method otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_ (line 2388) | unsafe fn otherEventWithType_location_modifierFlags_timestamp_windowNu... method eventWithEventRef_ (line 2411) | unsafe fn eventWithEventRef_(_: Self, eventRef: *const libc::c_void) -... method eventWithCGEvent_ (line 2415) | unsafe fn eventWithCGEvent_(_: Self, cgEvent: *mut libc::c_void /* CGE... method context (line 2421) | unsafe fn context(self) -> id /* (NSGraphicsContext *) */ { method locationInWindow (line 2425) | unsafe fn locationInWindow(self) -> NSPoint { method modifierFlags (line 2429) | unsafe fn modifierFlags(self) -> NSEventModifierFlags { method timestamp (line 2433) | unsafe fn timestamp(self) -> NSTimeInterval { method eventType (line 2438) | unsafe fn eventType(self) -> NSEventType { method window (line 2442) | unsafe fn window(self) -> id /* (NSWindow *) */ { method windowNumber (line 2446) | unsafe fn windowNumber(self) -> NSInteger { method eventRef (line 2450) | unsafe fn eventRef(self) -> *const libc::c_void { method CGEvent (line 2454) | unsafe fn CGEvent(self) -> *mut libc::c_void /* CGEventRef */ { method currentModifierFlags (line 2462) | unsafe fn currentModifierFlags(_: Self) -> NSEventModifierFlags { method keyRepeatDelay (line 2466) | unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval { method keyRepeatInterval (line 2470) | unsafe fn keyRepeatInterval(_: Self) -> NSTimeInterval { method characters (line 2474) | unsafe fn characters(self) -> id /* (NSString *) */ { method charactersIgnoringModifiers (line 2478) | unsafe fn charactersIgnoringModifiers(self) -> id /* (NSString *) */ { method keyCode (line 2482) | unsafe fn keyCode(self) -> libc::c_ushort { method pressedMouseButtons (line 2488) | unsafe fn pressedMouseButtons(_: Self) -> NSUInteger { method doubleClickInterval (line 2492) | unsafe fn doubleClickInterval(_: Self) -> NSTimeInterval { method mouseLocation (line 2496) | unsafe fn mouseLocation(_: Self) -> NSPoint { method buttonNumber (line 2500) | unsafe fn buttonNumber(self) -> NSInteger { method clickCount (line 2504) | unsafe fn clickCount(self) -> NSInteger { method pressure (line 2508) | unsafe fn pressure(self) -> libc::c_float { method stage (line 2512) | unsafe fn stage(self) -> NSInteger{ method setMouseCoalescingEnabled_ (line 2516) | unsafe fn setMouseCoalescingEnabled_(_: Self, flag: BOOL) { method isMouseCoalescingEnabled (line 2520) | unsafe fn isMouseCoalescingEnabled(_: Self) -> BOOL { method eventNumber (line 2526) | unsafe fn eventNumber(self) -> NSInteger { method trackingNumber (line 2530) | unsafe fn trackingNumber(self) -> NSInteger { method trackingArea (line 2534) | unsafe fn trackingArea(self) -> id /* (NSTrackingArea *) */ { method userData (line 2538) | unsafe fn userData(self) -> *const libc::c_void { method data1 (line 2544) | unsafe fn data1(self) -> NSInteger { method data2 (line 2548) | unsafe fn data2(self) -> NSInteger { method subtype (line 2552) | unsafe fn subtype(self) -> NSEventSubtype { method deltaX (line 2558) | unsafe fn deltaX(self) -> CGFloat { method deltaY (line 2562) | unsafe fn deltaY(self) -> CGFloat { method deltaZ (line 2566) | unsafe fn deltaZ(self) -> CGFloat { method capabilityMask (line 2572) | unsafe fn capabilityMask(self) -> NSUInteger { method deviceID (line 2576) | unsafe fn deviceID(self) -> NSUInteger { method pointingDeviceID (line 2580) | unsafe fn pointingDeviceID(self) -> NSUInteger { method pointingDeviceSerialNumber (line 2584) | unsafe fn pointingDeviceSerialNumber(self) -> NSUInteger { method pointingDeviceType (line 2588) | unsafe fn pointingDeviceType(self) -> NSPointingDeviceType { method systemTabletID (line 2592) | unsafe fn systemTabletID(self) -> NSUInteger { method tabletID (line 2596) | unsafe fn tabletID(self) -> NSUInteger { method uniqueID (line 2600) | unsafe fn uniqueID(self) -> libc::c_ulonglong { method vendorID (line 2604) | unsafe fn vendorID(self) -> NSUInteger { method vendorPointingDeviceType (line 2608) | unsafe fn vendorPointingDeviceType(self) -> NSUInteger { method absoluteX (line 2614) | unsafe fn absoluteX(self) -> NSInteger { method absoluteY (line 2618) | unsafe fn absoluteY(self) -> NSInteger { method absoluteZ (line 2622) | unsafe fn absoluteZ(self) -> NSInteger { method buttonMask (line 2626) | unsafe fn buttonMask(self) -> NSEventButtonMask { method rotation (line 2630) | unsafe fn rotation(self) -> libc::c_float { method tangentialPressure (line 2634) | unsafe fn tangentialPressure(self) -> libc::c_float { method tilt (line 2638) | unsafe fn tilt(self) -> NSPoint { method vendorDefined (line 2642) | unsafe fn vendorDefined(self) -> id { method startPeriodicEventsAfterDelay_withPeriod_ (line 2648) | unsafe fn startPeriodicEventsAfterDelay_withPeriod_(_: Self, delaySeco... method stopPeriodicEvents (line 2652) | unsafe fn stopPeriodicEvents(_: Self) { method magnification (line 2658) | unsafe fn magnification(self) -> CGFloat { method touchesMatchingPhase_inView_ (line 2662) | unsafe fn touchesMatchingPhase_inView_(self, phase: NSTouchPhase, view... method isSwipeTrackingFromScrollEventsEnabled (line 2666) | unsafe fn isSwipeTrackingFromScrollEventsEnabled(_: Self) -> BOOL { method removeMonitor_ (line 2675) | unsafe fn removeMonitor_(_: Self, eventMonitor: id) { method hasPreciseScrollingDeltas (line 2681) | unsafe fn hasPreciseScrollingDeltas(self) -> BOOL { method scrollingDeltaX (line 2685) | unsafe fn scrollingDeltaX(self) -> CGFloat { method scrollingDeltaY (line 2689) | unsafe fn scrollingDeltaY(self) -> CGFloat { method momentumPhase (line 2693) | unsafe fn momentumPhase(self) -> NSEventPhase { method phase (line 2697) | unsafe fn phase(self) -> NSEventPhase { method locationInNode_ (line 2704) | unsafe fn locationInNode_(self, node: id /* (SKNode *) */) -> CGPoint { type NSScreen (line 2709) | pub trait NSScreen: Sized { method mainScreen (line 2711) | unsafe fn mainScreen(_: Self) -> id /* (NSScreen *) */; method deepestScreen (line 2712) | unsafe fn deepestScreen(_: Self) -> id /* (NSScreen *) */; method screens (line 2713) | unsafe fn screens(_: Self) -> id /* (NSArray *) */; method depth (line 2716) | unsafe fn depth(self) -> NSWindowDepth; method frame (line 2717) | unsafe fn frame(self) -> NSRect; method supportedWindowDepths (line 2718) | unsafe fn supportedWindowDepths(self) -> *const NSWindowDepth; method deviceDescription (line 2719) | unsafe fn deviceDescription(self) -> id /* (NSDictionary *) */; method visibleFrame (line 2720) | unsafe fn visibleFrame(self) -> NSRect; method colorSpace (line 2721) | unsafe fn colorSpace(self) -> id /* (NSColorSpace *) */; method screensHaveSeparateSpaces (line 2722) | unsafe fn screensHaveSeparateSpaces(_: Self) -> BOOL; method backingAlignedRect_options_ (line 2725) | unsafe fn backingAlignedRect_options_(self, aRect: NSRect, options: NS... method backingScaleFactor (line 2726) | unsafe fn backingScaleFactor(self) -> CGFloat; method convertRectFromBacking_ (line 2727) | unsafe fn convertRectFromBacking_(self, aRect: NSRect) -> NSRect; method convertRectToBacking_ (line 2728) | unsafe fn convertRectToBacking_(self, aRect: NSRect) -> NSRect; method mainScreen (line 2734) | unsafe fn mainScreen(_: Self) -> id /* (NSScreen *) */ { method deepestScreen (line 2738) | unsafe fn deepestScreen(_: Self) -> id /* (NSScreen *) */ { method screens (line 2742) | unsafe fn screens(_: Self) -> id /* (NSArray *) */ { method depth (line 2748) | unsafe fn depth(self) -> NSWindowDepth { method frame (line 2752) | unsafe fn frame(self) -> NSRect { method supportedWindowDepths (line 2756) | unsafe fn supportedWindowDepths(self) -> *const NSWindowDepth { method deviceDescription (line 2760) | unsafe fn deviceDescription(self) -> id /* (NSDictionary *) */ { method visibleFrame (line 2764) | unsafe fn visibleFrame(self) -> NSRect { method colorSpace (line 2768) | unsafe fn colorSpace(self) -> id /* (NSColorSpace *) */ { method screensHaveSeparateSpaces (line 2772) | unsafe fn screensHaveSeparateSpaces(_: Self) -> BOOL { method backingAlignedRect_options_ (line 2778) | unsafe fn backingAlignedRect_options_(self, aRect: NSRect, options: NS... method backingScaleFactor (line 2782) | unsafe fn backingScaleFactor(self) -> CGFloat { method convertRectFromBacking_ (line 2786) | unsafe fn convertRectFromBacking_(self, aRect: NSRect) -> NSRect { method convertRectToBacking_ (line 2790) | unsafe fn convertRectToBacking_(self, aRect: NSRect) -> NSRect { type NSButton (line 2795) | pub trait NSButton: Sized { method setImage_ (line 2796) | unsafe fn setImage_(self, img: id /* (NSImage *) */); method setBezelStyle_ (line 2797) | unsafe fn setBezelStyle_(self, style: NSBezelStyle); method setTitle_ (line 2798) | unsafe fn setTitle_(self, title: id /* (NSString*) */); method alloc (line 2799) | unsafe fn alloc(_: Self) -> id { method initWithFrame_ (line 2802) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id; method initWithFrame_ (line 2806) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id { method setBezelStyle_ (line 2809) | unsafe fn setBezelStyle_(self, style: NSBezelStyle) { method setTitle_ (line 2812) | unsafe fn setTitle_(self, title: id /* (NSString*) */) { method setImage_ (line 2815) | unsafe fn setImage_(self, img: id /* (NSImage *) */) { type NSImage (line 2820) | pub trait NSImage: Sized { method alloc (line 2821) | unsafe fn alloc(_: Self) -> id { method initByReferencingFile_ (line 2825) | unsafe fn initByReferencingFile_(self, file_name: id /* (NSString *) *... method initWithContentsOfFile_ (line 2826) | unsafe fn initWithContentsOfFile_(self, file_name: id /* (NSString *) ... method initWithData_ (line 2827) | unsafe fn initWithData_(self, data: id /* (NSData *) */) -> id; method initWithDataIgnoringOrientation_ (line 2828) | unsafe fn initWithDataIgnoringOrientation_(self, data: id /* (NSData *... method initWithPasteboard_ (line 2829) | unsafe fn initWithPasteboard_(self, pasteboard: id /* (NSPasteboard *)... method initWithSize_flipped_drawingHandler_ (line 2830) | unsafe fn initWithSize_flipped_drawingHandler_(self, size: NSSize, method initWithSize_ (line 2833) | unsafe fn initWithSize_(self, aSize: NSSize) -> id; method imageNamed_ (line 2835) | unsafe fn imageNamed_(_: Self, name: id /* (NSString *) */) -> id { method name (line 2839) | unsafe fn name(self) -> id /* (NSString *) */; method setName_ (line 2840) | unsafe fn setName_(self, name: id /* (NSString *) */) -> BOOL; method size (line 2842) | unsafe fn size(self) -> NSSize; method template (line 2843) | unsafe fn template(self) -> BOOL; method canInitWithPasteboard_ (line 2845) | unsafe fn canInitWithPasteboard_(self, pasteboard: id /* (NSPasteboard... method imageTypes (line 2846) | unsafe fn imageTypes(self) -> id /* (NSArray ) */; method imageUnfilteredTypes (line 2847) | unsafe fn imageUnfilteredTypes(self) -> id /* (NSArray ) */; method addRepresentation_ (line 2849) | unsafe fn addRepresentation_(self, imageRep: id /* (NSImageRep *) */); method addRepresentations_ (line 2850) | unsafe fn addRepresentations_(self, imageReps: id /* (NSArray id /* (NSArray *) */; method removeRepresentation_ (line 2852) | unsafe fn removeRepresentation_(self, imageRep: id /* (NSImageRep *) */); method bestRepresentationForRect_context_hints_ (line 2853) | unsafe fn bestRepresentationForRect_context_hints_(self, rect: NSRect, method prefersColorMatch (line 2857) | unsafe fn prefersColorMatch(self) -> BOOL; method usesEPSOnResolutionMismatch (line 2858) | unsafe fn usesEPSOnResolutionMismatch(self) -> BOOL; method matchesOnMultipleResolution (line 2859) | unsafe fn matchesOnMultipleResolution(self) -> BOOL; method drawInRect_ (line 2861) | unsafe fn drawInRect_(self, rect: NSRect); method drawAtPoint_fromRect_operation_fraction_ (line 2862) | unsafe fn drawAtPoint_fromRect_operation_fraction_(self, point: NSPoin... method drawInRect_fromRect_operation_fraction_ (line 2864) | unsafe fn drawInRect_fromRect_operation_fraction_(self, dstRect: NSRec... method drawInRect_fromRect_operation_fraction_respectFlipped_hints_ (line 2866) | unsafe fn drawInRect_fromRect_operation_fraction_respectFlipped_hints_... method drawRepresentation_inRect_ (line 2869) | unsafe fn drawRepresentation_inRect_(self, imageRep: id /* (NSImageRep... method isValid (line 2871) | unsafe fn isValid(self) -> BOOL; method backgroundColor (line 2872) | unsafe fn backgroundColor(self) -> id /* (NSColor *) */; method lockFocus (line 2874) | unsafe fn lockFocus(self); method lockFocusFlipped_ (line 2875) | unsafe fn lockFocusFlipped_(self, flipped: BOOL); method unlockFocus (line 2876) | unsafe fn unlockFocus(self); method alignmentRect (line 2878) | unsafe fn alignmentRect(self) -> NSRect; method cacheMode (line 2880) | unsafe fn cacheMode(self) -> NSImageCacheMode; method recache (line 2881) | unsafe fn recache(self); method delegate (line 2883) | unsafe fn delegate(self) -> id /* (id *) */; method TIFFRepresentation (line 2885) | unsafe fn TIFFRepresentation(self) -> id /* (NSData *) */; method TIFFRepresentationUsingCompression_factor_ (line 2886) | unsafe fn TIFFRepresentationUsingCompression_factor_(self, comp: NSTIF... method cancelIncrementalLoad (line 2889) | unsafe fn cancelIncrementalLoad(self); method hitTestRect_withImageDestinationRect_context_hints_flipped_ (line 2891) | unsafe fn hitTestRect_withImageDestinationRect_context_hints_flipped_(... method accessibilityDescription (line 2895) | unsafe fn accessibilityDescription(self) -> id /* (NSString *) */; method layerContentsForContentsScale_ (line 2897) | unsafe fn layerContentsForContentsScale_(self, layerContentsScale: CGF... method recommendedLayerContentsScale_ (line 2898) | unsafe fn recommendedLayerContentsScale_(self, preferredContentsScale:... method matchesOnlyOnBestFittingAxis (line 2900) | unsafe fn matchesOnlyOnBestFittingAxis(self) -> BOOL; method initByReferencingFile_ (line 2904) | unsafe fn initByReferencingFile_(self, file_name: id /* (NSString *) *... method initWithContentsOfFile_ (line 2908) | unsafe fn initWithContentsOfFile_(self, file_name: id /* (NSString *) ... method initWithData_ (line 2912) | unsafe fn initWithData_(self, data: id /* (NSData *) */) -> id { method initWithDataIgnoringOrientation_ (line 2916) | unsafe fn initWithDataIgnoringOrientation_(self, data: id /* (NSData *... method initWithPasteboard_ (line 2920) | unsafe fn initWithPasteboard_(self, pasteboard: id /* (NSPasteboard *)... method initWithSize_flipped_drawingHandler_ (line 2924) | unsafe fn initWithSize_flipped_drawingHandler_(self, size: NSSize, method initWithSize_ (line 2932) | unsafe fn initWithSize_(self, aSize: NSSize) -> id { method name (line 2936) | unsafe fn name(self) -> id /* (NSString *) */ { method setName_ (line 2940) | unsafe fn setName_(self, name: id /* (NSString *) */) -> BOOL { method size (line 2944) | unsafe fn size(self) -> NSSize { method template (line 2948) | unsafe fn template(self) -> BOOL { method canInitWithPasteboard_ (line 2952) | unsafe fn canInitWithPasteboard_(self, pasteboard: id /* (NSPasteboard... method imageTypes (line 2956) | unsafe fn imageTypes(self) -> id /* (NSArray ) */ { method imageUnfilteredTypes (line 2960) | unsafe fn imageUnfilteredTypes(self) -> id /* (NSArray ) */ { method addRepresentation_ (line 2964) | unsafe fn addRepresentation_(self, imageRep: id /* (NSImageRep *) */) { method addRepresentations_ (line 2968) | unsafe fn addRepresentations_(self, imageReps: id /* (NSArray id /* (NSArray *) */ { method removeRepresentation_ (line 2976) | unsafe fn removeRepresentation_(self, imageRep: id /* (NSImageRep *) *... method bestRepresentationForRect_context_hints_ (line 2980) | unsafe fn bestRepresentationForRect_context_hints_(self, rect: NSRect, method prefersColorMatch (line 2987) | unsafe fn prefersColorMatch(self) -> BOOL { method usesEPSOnResolutionMismatch (line 2991) | unsafe fn usesEPSOnResolutionMismatch(self) -> BOOL { method matchesOnMultipleResolution (line 2995) | unsafe fn matchesOnMultipleResolution(self) -> BOOL { method drawInRect_ (line 2999) | unsafe fn drawInRect_(self, rect: NSRect) { method drawAtPoint_fromRect_operation_fraction_ (line 3003) | unsafe fn drawAtPoint_fromRect_operation_fraction_(self, point: NSPoin... method drawInRect_fromRect_operation_fraction_ (line 3008) | unsafe fn drawInRect_fromRect_operation_fraction_(self, dstRect: NSRec... method drawInRect_fromRect_operation_fraction_respectFlipped_hints_ (line 3013) | unsafe fn drawInRect_fromRect_operation_fraction_respectFlipped_hints_... method drawRepresentation_inRect_ (line 3024) | unsafe fn drawRepresentation_inRect_(self, imageRep: id /* (NSImageRep... method isValid (line 3028) | unsafe fn isValid(self) -> BOOL { method backgroundColor (line 3032) | unsafe fn backgroundColor(self) -> id /* (NSColor *) */ { method lockFocus (line 3036) | unsafe fn lockFocus(self) { method lockFocusFlipped_ (line 3040) | unsafe fn lockFocusFlipped_(self, flipped: BOOL) { method unlockFocus (line 3044) | unsafe fn unlockFocus(self) { method alignmentRect (line 3048) | unsafe fn alignmentRect(self) -> NSRect { method cacheMode (line 3052) | unsafe fn cacheMode(self) -> NSImageCacheMode { method recache (line 3056) | unsafe fn recache(self) { method delegate (line 3060) | unsafe fn delegate(self) -> id /* (id *) */ { method TIFFRepresentation (line 3064) | unsafe fn TIFFRepresentation(self) -> id /* (NSData *) */ { method TIFFRepresentationUsingCompression_factor_ (line 3068) | unsafe fn TIFFRepresentationUsingCompression_factor_(self, comp: NSTIF... method cancelIncrementalLoad (line 3073) | unsafe fn cancelIncrementalLoad(self) { method hitTestRect_withImageDestinationRect_context_hints_flipped_ (line 3077) | unsafe fn hitTestRect_withImageDestinationRect_context_hints_flipped_(... method accessibilityDescription (line 3087) | unsafe fn accessibilityDescription(self) -> id /* (NSString *) */ { method layerContentsForContentsScale_ (line 3091) | unsafe fn layerContentsForContentsScale_(self, layerContentsScale: CGF... method recommendedLayerContentsScale_ (line 3095) | unsafe fn recommendedLayerContentsScale_(self, preferredContentsScale:... method matchesOnlyOnBestFittingAxis (line 3099) | unsafe fn matchesOnlyOnBestFittingAxis(self) -> BOOL { type NSCompositingOperation (line 3180) | pub enum NSCompositingOperation { type NSImageCacheMode (line 3199) | pub enum NSImageCacheMode { type NSTIFFCompression (line 3208) | pub enum NSTIFFCompression { type NSImageLoadStatus (line 3221) | pub enum NSImageLoadStatus { type NSSound (line 3229) | pub trait NSSound: Sized { method canInitWithPasteboard_ (line 3230) | unsafe fn canInitWithPasteboard_(_: Self, pasteboard: id) -> BOOL { method initWithContentsOfFile_withReference_ (line 3234) | unsafe fn initWithContentsOfFile_withReference_(self, filepath: id, by... method initWithContentsOfURL_withReference_ (line 3235) | unsafe fn initWithContentsOfURL_withReference_(self, fileUrl: id, byRe... method initWithData_ (line 3236) | unsafe fn initWithData_(self, audioData: id) -> id; method initWithPasteboard_ (line 3237) | unsafe fn initWithPasteboard_(self, pasteboard: id) -> id; method name (line 3239) | unsafe fn name(self) -> id; method volume (line 3240) | unsafe fn volume(self) -> f32; method currentTime (line 3241) | unsafe fn currentTime(self) -> NSTimeInterval; method loops (line 3242) | unsafe fn loops(self) -> BOOL; method playbackDeviceIdentifier (line 3243) | unsafe fn playbackDeviceIdentifier(self) -> id; method delegate (line 3244) | unsafe fn delegate(self) -> id; method soundUnfilteredTypes (line 3246) | unsafe fn soundUnfilteredTypes(_: Self) -> id { method soundNamed_ (line 3250) | unsafe fn soundNamed_(_: Self, soundName: id) -> id { method duration (line 3254) | unsafe fn duration(self) -> NSTimeInterval; method playing (line 3256) | unsafe fn playing(self) -> BOOL; method pause (line 3257) | unsafe fn pause(self) -> BOOL; method play (line 3258) | unsafe fn play(self) -> BOOL; method resume (line 3259) | unsafe fn resume(self) -> BOOL; method stop (line 3260) | unsafe fn stop(self) -> BOOL; method writeToPasteboard_ (line 3262) | unsafe fn writeToPasteboard_(self, pasteboard: id); method initWithContentsOfFile_withReference_ (line 3266) | unsafe fn initWithContentsOfFile_withReference_(self, filepath: id, by... method initWithContentsOfURL_withReference_ (line 3270) | unsafe fn initWithContentsOfURL_withReference_(self, fileUrl: id, byRe... method initWithData_ (line 3274) | unsafe fn initWithData_(self, audioData: id) -> id { method initWithPasteboard_ (line 3278) | unsafe fn initWithPasteboard_(self, pasteboard: id) -> id { method name (line 3282) | unsafe fn name(self) -> id { method volume (line 3286) | unsafe fn volume(self) -> f32 { method currentTime (line 3290) | unsafe fn currentTime(self) -> NSTimeInterval { method loops (line 3294) | unsafe fn loops(self) -> BOOL { method playbackDeviceIdentifier (line 3298) | unsafe fn playbackDeviceIdentifier(self) -> id { method delegate (line 3302) | unsafe fn delegate(self) -> id { method duration (line 3306) | unsafe fn duration(self) -> NSTimeInterval { method playing (line 3310) | unsafe fn playing(self) -> BOOL { method pause (line 3314) | unsafe fn pause(self) -> BOOL { method play (line 3318) | unsafe fn play(self) -> BOOL { method resume (line 3322) | unsafe fn resume(self) -> BOOL { method stop (line 3326) | unsafe fn stop(self) -> BOOL { method writeToPasteboard_ (line 3330) | unsafe fn writeToPasteboard_(self, pasteboard: id) { constant NSVariableStatusItemLength (line 3335) | pub const NSVariableStatusItemLength: CGFloat = -1.0; constant NSSquareStatusItemLength (line 3336) | pub const NSSquareStatusItemLength: CGFloat = -2.0; type NSStatusItem (line 3338) | pub trait NSStatusItem: Sized { method statusBar (line 3339) | unsafe fn statusBar(self) -> id /* (NSStatusBar *) */; method button (line 3340) | unsafe fn button(self) -> id /* (NSStatusBarButton *) */; method menu (line 3341) | unsafe fn menu(self) -> id; method setMenu_ (line 3342) | unsafe fn setMenu_(self, menu: id); method length (line 3343) | unsafe fn length(self) -> CGFloat; method setLength_ (line 3344) | unsafe fn setLength_(self, length: CGFloat); method statusBar (line 3348) | unsafe fn statusBar(self) -> id /* (NSStatusBar *) */ { method button (line 3352) | unsafe fn button(self) -> id /* (NSStatusBarButton *) */ { method menu (line 3356) | unsafe fn menu(self) -> id { method setMenu_ (line 3360) | unsafe fn setMenu_(self, menu: id) { method length (line 3364) | unsafe fn length(self) -> CGFloat { method setLength_ (line 3368) | unsafe fn setLength_(self, length: CGFloat) { type NSStatusBar (line 3373) | pub trait NSStatusBar: Sized { method systemStatusBar (line 3374) | unsafe fn systemStatusBar(_: Self) -> id { method statusItemWithLength_ (line 3378) | unsafe fn statusItemWithLength_(self, length: CGFloat) -> id /* (NSSta... method removeStatusItem_ (line 3379) | unsafe fn removeStatusItem_(self, item: id /* (NSStatusItem *) */); method isVertical (line 3380) | unsafe fn isVertical(self) -> BOOL; method statusItemWithLength_ (line 3384) | unsafe fn statusItemWithLength_(self, length: CGFloat) -> id /* (NSSta... method removeStatusItem_ (line 3388) | unsafe fn removeStatusItem_(self, item: id /* (NSStatusItem *) */) { method isVertical (line 3392) | unsafe fn isVertical(self) -> BOOL { function NSRectFill (line 3398) | pub fn NSRectFill(rect: NSRect); type NSTextField (line 3401) | pub trait NSTextField: Sized { method alloc (line 3402) | unsafe fn alloc(_: Self) -> id { method initWithFrame_ (line 3405) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id; method setEditable_ (line 3406) | unsafe fn setEditable_(self, editable: BOOL); method setStringValue_ (line 3407) | unsafe fn setStringValue_(self, label: id /* NSString */); method initWithFrame_ (line 3411) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id { method setEditable_ (line 3414) | unsafe fn setEditable_(self, editable: BOOL) { method setStringValue_ (line 3417) | unsafe fn setStringValue_(self, label: id) { type NSTabViewType (line 3423) | pub enum NSTabViewType { type NSTabView (line 3433) | pub trait NSTabView: Sized { method new (line 3434) | unsafe fn new(_: Self) -> id { method initWithFrame_ (line 3438) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id; method addTabViewItem_ (line 3439) | unsafe fn addTabViewItem_(self, tabViewItem: id); method insertTabViewItem_atIndex_ (line 3440) | unsafe fn insertTabViewItem_atIndex_(self,tabViewItem:id, index:NSInte... method removeTabViewItem_ (line 3441) | unsafe fn removeTabViewItem_(self,tabViewItem:id); method indexOfTabViewItem_ (line 3442) | unsafe fn indexOfTabViewItem_(self, tabViewItem:id) -> id; method indexOfTabViewItemWithIdentifier_ (line 3443) | unsafe fn indexOfTabViewItemWithIdentifier_(self,identifier:id) -> id; method numberOfTabViewItems (line 3444) | unsafe fn numberOfTabViewItems(self) -> id; method tabViewItemAtIndex_ (line 3445) | unsafe fn tabViewItemAtIndex_(self,index:id) -> id; method tabViewItems (line 3446) | unsafe fn tabViewItems(self) -> id; method selectFirstTabViewItem_ (line 3447) | unsafe fn selectFirstTabViewItem_(self,sender:id); method selectLastTabViewItem_ (line 3448) | unsafe fn selectLastTabViewItem_(self,sender:id); method selectNextTabViewItem_ (line 3449) | unsafe fn selectNextTabViewItem_(self, sender:id); method selectPreviousTabViewItem_ (line 3450) | unsafe fn selectPreviousTabViewItem_(self,sender:id); method selectTabViewItem_ (line 3451) | unsafe fn selectTabViewItem_(self,tabViewItem:id); method selectTabViewItemAtIndex_ (line 3452) | unsafe fn selectTabViewItemAtIndex_(self,index:id); method selectTabViewItemWithIdentifier_ (line 3453) | unsafe fn selectTabViewItemWithIdentifier_(self,identifier:id); method selectedTabViewItem (line 3454) | unsafe fn selectedTabViewItem(self) -> id; method takeSelectedTabViewItemFromSender_ (line 3455) | unsafe fn takeSelectedTabViewItemFromSender_(self,sender:id); method font (line 3456) | unsafe fn font(self) -> id; method setFont_ (line 3457) | unsafe fn setFont_(self, font:id); method tabViewType (line 3458) | unsafe fn tabViewType(self) -> NSTabViewType; method setTabViewType_ (line 3459) | unsafe fn setTabViewType_(self,tabViewType: NSTabViewType); method controlTint (line 3460) | unsafe fn controlTint(self) -> id; method setControlTint_ (line 3461) | unsafe fn setControlTint_(self,controlTint:id); method drawsBackground (line 3462) | unsafe fn drawsBackground(self) -> BOOL; method setDrawsBackground_ (line 3463) | unsafe fn setDrawsBackground_(self,drawsBackground:BOOL); method minimumSize (line 3464) | unsafe fn minimumSize(self) -> id; method contentRect (line 3465) | unsafe fn contentRect(self) -> id; method controlSize (line 3466) | unsafe fn controlSize(self) -> id; method setControlSize_ (line 3467) | unsafe fn setControlSize_(self,controlSize:id); method allowsTruncatedLabels (line 3468) | unsafe fn allowsTruncatedLabels(self) -> BOOL; method setAllowsTruncatedLabels_ (line 3469) | unsafe fn setAllowsTruncatedLabels_(self, allowTruncatedLabels:BOOL); method setDelegate_ (line 3470) | unsafe fn setDelegate_(self, delegate:id); method delegate (line 3471) | unsafe fn delegate(self) -> id ; method tabViewAtPoint_ (line 3472) | unsafe fn tabViewAtPoint_(self, point:id) -> id; method initWithFrame_ (line 3476) | unsafe fn initWithFrame_(self, frameRect: NSRect) -> id { method addTabViewItem_ (line 3480) | unsafe fn addTabViewItem_(self, tabViewItem: id) { method insertTabViewItem_atIndex_ (line 3483) | unsafe fn insertTabViewItem_atIndex_(self, tabViewItem: id,index:NSInt... method removeTabViewItem_ (line 3486) | unsafe fn removeTabViewItem_(self,tabViewItem:id){ method indexOfTabViewItem_ (line 3490) | unsafe fn indexOfTabViewItem_(self, tabViewItem:id) -> id{ method indexOfTabViewItemWithIdentifier_ (line 3494) | unsafe fn indexOfTabViewItemWithIdentifier_(self,identifier:id) -> id{ method numberOfTabViewItems (line 3497) | unsafe fn numberOfTabViewItems(self) -> id{ method tabViewItemAtIndex_ (line 3501) | unsafe fn tabViewItemAtIndex_(self,index:id)->id{ method tabViewItems (line 3505) | unsafe fn tabViewItems(self)->id{ method selectFirstTabViewItem_ (line 3509) | unsafe fn selectFirstTabViewItem_(self,sender:id){ method selectLastTabViewItem_ (line 3513) | unsafe fn selectLastTabViewItem_(self,sender:id){ method selectNextTabViewItem_ (line 3516) | unsafe fn selectNextTabViewItem_(self, sender:id){ method selectPreviousTabViewItem_ (line 3519) | unsafe fn selectPreviousTabViewItem_(self,sender:id){ method selectTabViewItem_ (line 3523) | unsafe fn selectTabViewItem_(self,tabViewItem:id){ method selectTabViewItemAtIndex_ (line 3527) | unsafe fn selectTabViewItemAtIndex_(self,index:id){ method selectTabViewItemWithIdentifier_ (line 3530) | unsafe fn selectTabViewItemWithIdentifier_(self,identifier:id){ method selectedTabViewItem (line 3533) | unsafe fn selectedTabViewItem(self) -> id{ method takeSelectedTabViewItemFromSender_ (line 3536) | unsafe fn takeSelectedTabViewItemFromSender_(self,sender:id){ method font (line 3540) | unsafe fn font(self)->id{ method setFont_ (line 3544) | unsafe fn setFont_(self, font:id){ method tabViewType (line 3548) | unsafe fn tabViewType(self)->NSTabViewType{ method setTabViewType_ (line 3551) | unsafe fn setTabViewType_(self,tabViewType: NSTabViewType){ method controlTint (line 3555) | unsafe fn controlTint(self) -> id{ method setControlTint_ (line 3558) | unsafe fn setControlTint_(self,controlTint:id){ method drawsBackground (line 3562) | unsafe fn drawsBackground(self) -> BOOL{ method setDrawsBackground_ (line 3565) | unsafe fn setDrawsBackground_(self,drawsBackground:BOOL){ method minimumSize (line 3569) | unsafe fn minimumSize(self) -> id{ method contentRect (line 3572) | unsafe fn contentRect(self) -> id{ method controlSize (line 3575) | unsafe fn controlSize(self) -> id{ method setControlSize_ (line 3578) | unsafe fn setControlSize_(self,controlSize:id){ method allowsTruncatedLabels (line 3582) | unsafe fn allowsTruncatedLabels(self) -> BOOL{ method setAllowsTruncatedLabels_ (line 3585) | unsafe fn setAllowsTruncatedLabels_(self, allowTruncatedLabels:BOOL){ method setDelegate_ (line 3589) | unsafe fn setDelegate_(self, delegate:id){ method delegate (line 3592) | unsafe fn delegate(self) -> id { method tabViewAtPoint_ (line 3596) | unsafe fn tabViewAtPoint_(self, point:id) -> id{ type NSTabState (line 3602) | pub enum NSTabState { type NSTabViewItem (line 3608) | pub trait NSTabViewItem: Sized { method alloc (line 3609) | unsafe fn alloc(_: Self) -> id { method new (line 3612) | unsafe fn new(_: Self) -> id { method initWithIdentifier_ (line 3616) | unsafe fn initWithIdentifier_(self, identifier:id) -> id; method drawLabel_inRect_ (line 3617) | unsafe fn drawLabel_inRect_(self,shouldTruncateLabel:BOOL,labelRect:NS... method label (line 3618) | unsafe fn label(self) -> id; method setLabel_ (line 3619) | unsafe fn setLabel_(self,label:id); method sizeOfLabel_ (line 3620) | unsafe fn sizeOfLabel_(self, computeMin:BOOL); method tabState (line 3621) | unsafe fn tabState(self) -> NSTabState; method identifier (line 3622) | unsafe fn identifier(self)-> id; method setIdentifier_ (line 3623) | unsafe fn setIdentifier_(self,identifier:id); method color (line 3624) | unsafe fn color(self)-> id; method setColor_ (line 3625) | unsafe fn setColor_(self,color:id); method view (line 3626) | unsafe fn view(self) -> id; method setView_ (line 3627) | unsafe fn setView_(self, view:id); method initialFirstResponder (line 3628) | unsafe fn initialFirstResponder(self)->id; method setInitialFirstResponder_ (line 3629) | unsafe fn setInitialFirstResponder_(self,initialFirstResponder:id); method tabView (line 3630) | unsafe fn tabView(self) -> id; method tooltip (line 3631) | unsafe fn tooltip(self) -> id; method setTooltip_ (line 3632) | unsafe fn setTooltip_(self,toolTip:id); method initWithIdentifier_ (line 3636) | unsafe fn initWithIdentifier_(self, identifier: id) -> id { method drawLabel_inRect_ (line 3640) | unsafe fn drawLabel_inRect_(self, shouldTruncateLabel:BOOL,labelRect:N... method label (line 3644) | unsafe fn label(self)->id{ method setLabel_ (line 3647) | unsafe fn setLabel_(self,label : id){ method sizeOfLabel_ (line 3651) | unsafe fn sizeOfLabel_(self,computeMin:BOOL){ method tabState (line 3655) | unsafe fn tabState(self) -> NSTabState{ method identifier (line 3659) | unsafe fn identifier(self)-> id { method setIdentifier_ (line 3663) | unsafe fn setIdentifier_(self,identifier:id){ method color (line 3667) | unsafe fn color(self)-> id{ method setColor_ (line 3671) | unsafe fn setColor_(self,color:id){ method view (line 3675) | unsafe fn view(self) -> id { method setView_ (line 3679) | unsafe fn setView_(self, view:id){ method initialFirstResponder (line 3683) | unsafe fn initialFirstResponder(self)->id{ method setInitialFirstResponder_ (line 3687) | unsafe fn setInitialFirstResponder_(self,initialFirstResponder:id){ method tabView (line 3691) | unsafe fn tabView(self) -> id{ method tooltip (line 3695) | unsafe fn tooltip(self) -> id{ method setTooltip_ (line 3699) | unsafe fn setTooltip_(self,toolTip:id){ type NSLayoutConstraint (line 3704) | pub trait NSLayoutConstraint: Sized { method activateConstraints (line 3705) | unsafe fn activateConstraints(_: Self, constraints: id) -> id; method activateConstraints (line 3709) | unsafe fn activateConstraints(_: Self, constraints: id) -> id { type NSLayoutDimension (line 3714) | pub trait NSLayoutDimension: Sized { method constraintEqualToConstant (line 3715) | unsafe fn constraintEqualToConstant(self, c: CGFloat) -> id; method constraintLessThanOrEqualToConstant (line 3716) | unsafe fn constraintLessThanOrEqualToConstant(self, c: CGFloat) -> id; method constraintGreaterThanOrEqualToConstant (line 3717) | unsafe fn constraintGreaterThanOrEqualToConstant(self, c: CGFloat) -> id; method constraintEqualToConstant (line 3721) | unsafe fn constraintEqualToConstant(self, c: CGFloat) -> id { method constraintLessThanOrEqualToConstant (line 3725) | unsafe fn constraintLessThanOrEqualToConstant(self, c: CGFloat) -> id { method constraintGreaterThanOrEqualToConstant (line 3729) | unsafe fn constraintGreaterThanOrEqualToConstant(self, c: CGFloat) -> ... type NSColor (line 3734) | pub trait NSColor: Sized { method clearColor (line 3735) | unsafe fn clearColor(_: Self) -> id; method clearColor (line 3739) | unsafe fn clearColor(_: Self) -> id { function test_nsapp (line 3749) | pub fn test_nsapp() { FILE: src/base.rs type Class (line 15) | pub type Class = *mut runtime::Class; type id (line 17) | pub type id = *mut runtime::Object; type SEL (line 18) | pub type SEL = runtime::Sel; constant nil (line 21) | pub const nil: id = 0 as id; constant Nil (line 23) | pub const Nil: Class = 0 as Class; function class (line 27) | pub fn class(name: &str) -> Class { function selector (line 35) | pub fn selector(name: &str) -> SEL { FILE: src/foundation.rs type NSInteger (line 19) | pub type NSInteger = libc::c_int; type NSUInteger (line 21) | pub type NSUInteger = libc::c_uint; type NSInteger (line 24) | pub type NSInteger = libc::c_long; type NSUInteger (line 26) | pub type NSUInteger = libc::c_ulong; constant UTF8_ENCODING (line 28) | const UTF8_ENCODING: usize = 4; type NSPoint (line 40) | pub struct NSPoint { method new (line 47) | pub fn new(x: f64, y: f64) -> NSPoint { method encode (line 56) | fn encode() -> objc::Encoding { type NSSize (line 66) | pub struct NSSize { method new (line 73) | pub fn new(width: f64, height: f64) -> NSSize { method encode (line 82) | fn encode() -> objc::Encoding { type NSRect (line 92) | pub struct NSRect { method new (line 99) | pub fn new(origin: NSPoint, size: NSSize) -> NSRect { method as_CGRect (line 107) | pub fn as_CGRect(&self) -> &CGRect { method inset (line 114) | pub fn inset(&self, x: CGFloat, y: CGFloat) -> NSRect { method encode (line 122) | fn encode() -> objc::Encoding { type NSRectEdge (line 132) | pub enum NSRectEdge { function NSInsetRect (line 141) | fn NSInsetRect(rect: NSRect, x: CGFloat, y: CGFloat) -> NSRect; type NSValue (line 144) | pub trait NSValue: Sized { method valueWithPoint (line 145) | unsafe fn valueWithPoint(_: Self, point: NSPoint) -> id { method valueWithSize (line 149) | unsafe fn valueWithSize(_: Self, size: NSSize) -> id { type NSRange (line 162) | pub struct NSRange { method new (line 169) | pub fn new(location: NSUInteger, length: NSUInteger) -> NSRange { type NSAutoreleasePool (line 182) | pub trait NSAutoreleasePool: Sized { method new (line 183) | unsafe fn new(_: Self) -> id { method autorelease (line 187) | unsafe fn autorelease(self) -> Self; method drain (line 188) | unsafe fn drain(self); method autorelease (line 192) | unsafe fn autorelease(self) -> id { method drain (line 196) | unsafe fn drain(self) { type NSProcessInfo (line 201) | pub trait NSProcessInfo: Sized { method processInfo (line 202) | unsafe fn processInfo(_: Self) -> id { method processName (line 206) | unsafe fn processName(self) -> id; method processName (line 210) | unsafe fn processName(self) -> id { type NSTimeInterval (line 215) | pub type NSTimeInterval = libc::c_double; type NSArray (line 217) | pub trait NSArray: Sized { method array (line 218) | unsafe fn array(_: Self) -> id { method arrayWithObjects (line 222) | unsafe fn arrayWithObjects(_: Self, objects: &[id]) -> id { method arrayWithObject (line 227) | unsafe fn arrayWithObject(_: Self, object: id) -> id { method arrayByAddingObjectFromArray (line 231) | unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id; method arrayByAddingObjectsFromArray (line 232) | unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id; method arrayByAddingObjectFromArray (line 236) | unsafe fn arrayByAddingObjectFromArray(self, object: id) -> id { method arrayByAddingObjectsFromArray (line 240) | unsafe fn arrayByAddingObjectsFromArray(self, objects: id) -> id { type NSDictionary (line 245) | pub trait NSDictionary: Sized { method dictionary (line 246) | unsafe fn dictionary(_: Self) -> id { method dictionaryWithContentsOfFile_ (line 250) | unsafe fn dictionaryWithContentsOfFile_(_: Self, path: id) -> id { method dictionaryWithContentsOfURL_ (line 254) | unsafe fn dictionaryWithContentsOfURL_(_: Self, aURL: id) -> id { method dictionaryWithDictionary_ (line 258) | unsafe fn dictionaryWithDictionary_(_: Self, otherDictionary: id) -> id { method dictionaryWithObject_forKey_ (line 262) | unsafe fn dictionaryWithObject_forKey_(_: Self, anObject: id, aKey: id... method dictionaryWithObjects_forKeys_ (line 266) | unsafe fn dictionaryWithObjects_forKeys_(_: Self, objects: id, keys: i... method dictionaryWithObjects_forKeys_count_ (line 270) | unsafe fn dictionaryWithObjects_forKeys_count_(_: Self, objects: *cons... method dictionaryWithObjectsAndKeys_ (line 274) | unsafe fn dictionaryWithObjectsAndKeys_(_: Self, firstObject: id) -> id { method init (line 278) | unsafe fn init(self) -> id; method initWithContentsOfFile_ (line 279) | unsafe fn initWithContentsOfFile_(self, path: id) -> id; method initWithContentsOfURL_ (line 280) | unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; method initWithDictionary_ (line 281) | unsafe fn initWithDictionary_(self, otherDicitonary: id) -> id; method initWithDictionary_copyItems_ (line 282) | unsafe fn initWithDictionary_copyItems_(self, otherDicitonary: id, fla... method initWithObjects_forKeys_ (line 283) | unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id; method initWithObjects_forKeys_count_ (line 284) | unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, ... method initWithObjectsAndKeys_ (line 285) | unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id; method sharedKeySetForKeys_ (line 287) | unsafe fn sharedKeySetForKeys_(_: Self, keys: id) -> id { method count (line 291) | unsafe fn count(self) -> NSUInteger; method isEqualToDictionary_ (line 293) | unsafe fn isEqualToDictionary_(self, otherDictionary: id) -> BOOL; method allKeys (line 295) | unsafe fn allKeys(self) -> id; method allKeysForObject_ (line 296) | unsafe fn allKeysForObject_(self, anObject: id) -> id; method allValues (line 297) | unsafe fn allValues(self) -> id; method objectForKey_ (line 298) | unsafe fn objectForKey_(self, aKey: id) -> id; method objectForKeyedSubscript_ (line 299) | unsafe fn objectForKeyedSubscript_(self, key: id) -> id; method objectsForKeys_notFoundMarker_ (line 300) | unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id)... method valueForKey_ (line 301) | unsafe fn valueForKey_(self, key: id) -> id; method keyEnumerator (line 303) | unsafe fn keyEnumerator(self) -> id; method objectEnumerator (line 304) | unsafe fn objectEnumerator(self) -> id; method enumerateKeysAndObjectsUsingBlock_ (line 305) | unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(... method enumerateKeysAndObjectsWithOptions_usingBlock_ (line 306) | unsafe fn enumerateKeysAndObjectsWithOptions_usingBlock_(self, opts: N... method keysSortedByValueUsingSelector_ (line 309) | unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id; method keysSortedByValueUsingComparator_ (line 310) | unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator)... method keysSortedByValueWithOptions_usingComparator_ (line 311) | unsafe fn keysSortedByValueWithOptions_usingComparator_(self, opts: NS... method keysOfEntriesPassingTest_ (line 313) | unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, i... method keysOfEntriesWithOptions_PassingTest_ (line 314) | unsafe fn keysOfEntriesWithOptions_PassingTest_(self, opts: NSEnumerat... method writeToFile_atomically_ (line 317) | unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL; method writeToURL_atomically_ (line 318) | unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL; method fileCreationDate (line 320) | unsafe fn fileCreationDate(self) -> id; method fileExtensionHidden (line 321) | unsafe fn fileExtensionHidden(self) -> BOOL; method fileGroupOwnerAccountID (line 322) | unsafe fn fileGroupOwnerAccountID(self) -> id; method fileGroupOwnerAccountName (line 323) | unsafe fn fileGroupOwnerAccountName(self) -> id; method fileIsAppendOnly (line 324) | unsafe fn fileIsAppendOnly(self) -> BOOL; method fileIsImmutable (line 325) | unsafe fn fileIsImmutable(self) -> BOOL; method fileModificationDate (line 326) | unsafe fn fileModificationDate(self) -> id; method fileOwnerAccountID (line 327) | unsafe fn fileOwnerAccountID(self) -> id; method fileOwnerAccountName (line 328) | unsafe fn fileOwnerAccountName(self) -> id; method filePosixPermissions (line 329) | unsafe fn filePosixPermissions(self) -> NSUInteger; method fileSize (line 330) | unsafe fn fileSize(self) -> libc::c_ulonglong; method fileSystemFileNumber (line 331) | unsafe fn fileSystemFileNumber(self) -> NSUInteger; method fileSystemNumber (line 332) | unsafe fn fileSystemNumber(self) -> NSInteger; method fileType (line 333) | unsafe fn fileType(self) -> id; method description (line 335) | unsafe fn description(self) -> id; method descriptionInStringsFileFormat (line 336) | unsafe fn descriptionInStringsFileFormat(self) -> id; method descriptionWithLocale_ (line 337) | unsafe fn descriptionWithLocale_(self, locale: id) -> id; method descriptionWithLocale_indent_ (line 338) | unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUI... method init (line 342) | unsafe fn init(self) -> id { method initWithContentsOfFile_ (line 346) | unsafe fn initWithContentsOfFile_(self, path: id) -> id { method initWithContentsOfURL_ (line 350) | unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { method initWithDictionary_ (line 354) | unsafe fn initWithDictionary_(self, otherDictionary: id) -> id { method initWithDictionary_copyItems_ (line 358) | unsafe fn initWithDictionary_copyItems_(self, otherDictionary: id, fla... method initWithObjects_forKeys_ (line 362) | unsafe fn initWithObjects_forKeys_(self, objects: id, keys: id) -> id { method initWithObjects_forKeys_count_ (line 366) | unsafe fn initWithObjects_forKeys_count_(self, objects: id, keys: id, ... method initWithObjectsAndKeys_ (line 370) | unsafe fn initWithObjectsAndKeys_(self, firstObject: id) -> id { method count (line 374) | unsafe fn count(self) -> NSUInteger { method isEqualToDictionary_ (line 378) | unsafe fn isEqualToDictionary_(self, otherDictionary: id) -> BOOL { method allKeys (line 382) | unsafe fn allKeys(self) -> id { method allKeysForObject_ (line 386) | unsafe fn allKeysForObject_(self, anObject: id) -> id { method allValues (line 390) | unsafe fn allValues(self) -> id { method objectForKey_ (line 394) | unsafe fn objectForKey_(self, aKey: id) -> id { method objectForKeyedSubscript_ (line 398) | unsafe fn objectForKeyedSubscript_(self, key: id) -> id { method objectsForKeys_notFoundMarker_ (line 402) | unsafe fn objectsForKeys_notFoundMarker_(self, keys: id, anObject: id)... method valueForKey_ (line 406) | unsafe fn valueForKey_(self, key: id) -> id { method keyEnumerator (line 410) | unsafe fn keyEnumerator(self) -> id { method objectEnumerator (line 414) | unsafe fn objectEnumerator(self) -> id { method enumerateKeysAndObjectsUsingBlock_ (line 418) | unsafe fn enumerateKeysAndObjectsUsingBlock_(self, block: *mut Block<(... method enumerateKeysAndObjectsWithOptions_usingBlock_ (line 422) | unsafe fn enumerateKeysAndObjectsWithOptions_usingBlock_(self, opts: N... method keysSortedByValueUsingSelector_ (line 427) | unsafe fn keysSortedByValueUsingSelector_(self, comparator: SEL) -> id { method keysSortedByValueUsingComparator_ (line 431) | unsafe fn keysSortedByValueUsingComparator_(self, cmptr: NSComparator)... method keysSortedByValueWithOptions_usingComparator_ (line 435) | unsafe fn keysSortedByValueWithOptions_usingComparator_(self, opts: NS... method keysOfEntriesPassingTest_ (line 440) | unsafe fn keysOfEntriesPassingTest_(self, predicate: *mut Block<(id, i... method keysOfEntriesWithOptions_PassingTest_ (line 444) | unsafe fn keysOfEntriesWithOptions_PassingTest_(self, opts: NSEnumerat... method writeToFile_atomically_ (line 449) | unsafe fn writeToFile_atomically_(self, path: id, flag: BOOL) -> BOOL { method writeToURL_atomically_ (line 453) | unsafe fn writeToURL_atomically_(self, aURL: id, flag: BOOL) -> BOOL { method fileCreationDate (line 457) | unsafe fn fileCreationDate(self) -> id { method fileExtensionHidden (line 461) | unsafe fn fileExtensionHidden(self) -> BOOL { method fileGroupOwnerAccountID (line 465) | unsafe fn fileGroupOwnerAccountID(self) -> id { method fileGroupOwnerAccountName (line 469) | unsafe fn fileGroupOwnerAccountName(self) -> id { method fileIsAppendOnly (line 473) | unsafe fn fileIsAppendOnly(self) -> BOOL { method fileIsImmutable (line 477) | unsafe fn fileIsImmutable(self) -> BOOL { method fileModificationDate (line 481) | unsafe fn fileModificationDate(self) -> id { method fileOwnerAccountID (line 485) | unsafe fn fileOwnerAccountID(self) -> id { method fileOwnerAccountName (line 489) | unsafe fn fileOwnerAccountName(self) -> id { method filePosixPermissions (line 493) | unsafe fn filePosixPermissions(self) -> NSUInteger { method fileSize (line 497) | unsafe fn fileSize(self) -> libc::c_ulonglong { method fileSystemFileNumber (line 501) | unsafe fn fileSystemFileNumber(self) -> NSUInteger { method fileSystemNumber (line 505) | unsafe fn fileSystemNumber(self) -> NSInteger { method fileType (line 509) | unsafe fn fileType(self) -> id { method description (line 513) | unsafe fn description(self) -> id { method descriptionInStringsFileFormat (line 517) | unsafe fn descriptionInStringsFileFormat(self) -> id { method descriptionWithLocale_ (line 521) | unsafe fn descriptionWithLocale_(self, locale: id) -> id { method descriptionWithLocale_indent_ (line 525) | unsafe fn descriptionWithLocale_indent_(self, locale: id, indent: NSUI... type NSComparator (line 537) | pub type NSComparator = *mut Block<(id, id), NSComparisonResult>; type NSComparisonResult (line 541) | pub enum NSComparisonResult { type NSString (line 547) | pub trait NSString: Sized { method alloc (line 548) | unsafe fn alloc(_: Self) -> id { method stringByAppendingString_ (line 552) | unsafe fn stringByAppendingString_(self, other: id) -> id; method init_str (line 553) | unsafe fn init_str(self, string: &str) -> Self; method UTF8String (line 554) | unsafe fn UTF8String(self) -> *const libc::c_char; method len (line 555) | unsafe fn len(self) -> usize; method isEqualToString (line 556) | unsafe fn isEqualToString(self, &str) -> bool; method isEqualToString (line 560) | unsafe fn isEqualToString(self, other: &str) -> bool { method stringByAppendingString_ (line 566) | unsafe fn stringByAppendingString_(self, other: id) -> id { method init_str (line 570) | unsafe fn init_str(self, string: &str) -> id { method len (line 577) | unsafe fn len(self) -> usize { method UTF8String (line 581) | unsafe fn UTF8String(self) -> *const libc::c_char { type NSDate (line 586) | pub trait NSDate: Sized { method distantPast (line 587) | unsafe fn distantPast(_: Self) -> id { method distantFuture (line 591) | unsafe fn distantFuture(_: Self) -> id { type NSFastEnumerationState (line 601) | struct NSFastEnumerationState { constant NS_FAST_ENUM_BUF_SIZE (line 608) | const NS_FAST_ENUM_BUF_SIZE: usize = 16; type NSFastIterator (line 610) | pub struct NSFastIterator { type Item (line 620) | type Item = id; method next (line 622) | fn next(&mut self) -> Option { type NSFastEnumeration (line 651) | pub trait NSFastEnumeration: Sized { method iter (line 652) | unsafe fn iter(self) -> NSFastIterator; method iter (line 656) | unsafe fn iter(self) -> NSFastIterator { type NSRunLoop (line 673) | pub trait NSRunLoop: Sized { method currentRunLoop (line 674) | unsafe fn currentRunLoop() -> Self; method performSelector_target_argument_order_modes_ (line 676) | unsafe fn performSelector_target_argument_order_modes_(self, method currentRunLoop (line 685) | unsafe fn currentRunLoop() -> id { method performSelector_target_argument_order_modes_ (line 689) | unsafe fn performSelector_target_argument_order_modes_(self, type NSData (line 703) | pub trait NSData: Sized { method data (line 704) | unsafe fn data(_: Self) -> id { method dataWithBytes_length_ (line 708) | unsafe fn dataWithBytes_length_(_: Self, bytes: *const libc::c_void, l... method dataWithBytesNoCopy_length_ (line 712) | unsafe fn dataWithBytesNoCopy_length_(_: Self, bytes: *const libc::c_v... method dataWithBytesNoCopy_length_freeWhenDone_ (line 716) | unsafe fn dataWithBytesNoCopy_length_freeWhenDone_(_: Self, bytes: *co... method dataWithContentsOfFile_ (line 721) | unsafe fn dataWithContentsOfFile_(_: Self, path: id) -> id { method dataWithContentsOfFile_options_error_ (line 725) | unsafe fn dataWithContentsOfFile_options_error_(_: Self, path: id, mas... method dataWithContentsOfURL_ (line 730) | unsafe fn dataWithContentsOfURL_(_: Self, aURL: id) -> id { method dataWithContentsOfURL_options_error_ (line 734) | unsafe fn dataWithContentsOfURL_options_error_(_: Self, aURL: id, mask... method dataWithData_ (line 739) | unsafe fn dataWithData_(_: Self, aData: id) -> id { method initWithBase64EncodedData_options_ (line 743) | unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, opt... method initWithBase64EncodedString_options_ (line 745) | unsafe fn initWithBase64EncodedString_options_(self, base64String: id,... method initWithBytes_length_ (line 747) | unsafe fn initWithBytes_length_(self, bytes: *const libc::c_void, leng... method initWithBytesNoCopy_length_ (line 748) | unsafe fn initWithBytesNoCopy_length_(self, bytes: *const libc::c_void... method initWithBytesNoCopy_length_deallocator_ (line 749) | unsafe fn initWithBytesNoCopy_length_deallocator_(self, bytes: *const ... method initWithBytesNoCopy_length_freeWhenDone_ (line 752) | unsafe fn initWithBytesNoCopy_length_freeWhenDone_(self, bytes: *const... method initWithContentsOfFile_ (line 754) | unsafe fn initWithContentsOfFile_(self, path: id) -> id; method initWithContentsOfFile_options_error (line 755) | unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: N... method initWithContentsOfURL_ (line 757) | unsafe fn initWithContentsOfURL_(self, aURL: id) -> id; method initWithContentsOfURL_options_error_ (line 758) | unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: N... method initWithData_ (line 760) | unsafe fn initWithData_(self, data: id) -> id; method bytes (line 762) | unsafe fn bytes(self) -> *const libc::c_void; method description (line 763) | unsafe fn description(self) -> id; method enumerateByteRangesUsingBlock_ (line 764) | unsafe fn enumerateByteRangesUsingBlock_(self, block: *mut Block<(*con... method getBytes_length_ (line 765) | unsafe fn getBytes_length_(self, buffer: *mut libc::c_void, length: NS... method getBytes_range_ (line 766) | unsafe fn getBytes_range_(self, buffer: *mut libc::c_void, range: NSRa... method subdataWithRange_ (line 767) | unsafe fn subdataWithRange_(self, range: NSRange) -> id; method rangeOfData_options_range_ (line 768) | unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NS... method base64EncodedDataWithOptions_ (line 771) | unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64Enc... method base64EncodedStringWithOptions_ (line 772) | unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64E... method isEqualToData_ (line 774) | unsafe fn isEqualToData_(self, otherData: id) -> id; method length (line 775) | unsafe fn length(self) -> NSUInteger; method writeToFile_atomically_ (line 777) | unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) ->... method writeToFile_options_error_ (line 778) | unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWriti... method writeToURL_atomically_ (line 779) | unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> ... method writeToURL_options_error_ (line 780) | unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritin... method initWithBase64EncodedData_options_ (line 784) | unsafe fn initWithBase64EncodedData_options_(self, base64Data: id, opt... method initWithBase64EncodedString_options_ (line 789) | unsafe fn initWithBase64EncodedString_options_(self, base64String: id,... method initWithBytes_length_ (line 794) | unsafe fn initWithBytes_length_(self, bytes: *const libc::c_void, leng... method initWithBytesNoCopy_length_ (line 798) | unsafe fn initWithBytesNoCopy_length_(self, bytes: *const libc::c_void... method initWithBytesNoCopy_length_deallocator_ (line 802) | unsafe fn initWithBytesNoCopy_length_deallocator_(self, bytes: *const ... method initWithBytesNoCopy_length_freeWhenDone_ (line 808) | unsafe fn initWithBytesNoCopy_length_freeWhenDone_(self, bytes: *const... method initWithContentsOfFile_ (line 813) | unsafe fn initWithContentsOfFile_(self, path: id) -> id { method initWithContentsOfFile_options_error (line 817) | unsafe fn initWithContentsOfFile_options_error(self, path: id, mask: N... method initWithContentsOfURL_ (line 822) | unsafe fn initWithContentsOfURL_(self, aURL: id) -> id { method initWithContentsOfURL_options_error_ (line 826) | unsafe fn initWithContentsOfURL_options_error_(self, aURL: id, mask: N... method initWithData_ (line 831) | unsafe fn initWithData_(self, data: id) -> id { method bytes (line 835) | unsafe fn bytes(self) -> *const libc::c_void { method description (line 839) | unsafe fn description(self) -> id { method enumerateByteRangesUsingBlock_ (line 843) | unsafe fn enumerateByteRangesUsingBlock_(self, block: *mut Block<(*con... method getBytes_length_ (line 847) | unsafe fn getBytes_length_(self, buffer: *mut libc::c_void, length: NS... method getBytes_range_ (line 851) | unsafe fn getBytes_range_(self, buffer: *mut libc::c_void, range: NSRa... method subdataWithRange_ (line 855) | unsafe fn subdataWithRange_(self, range: NSRange) -> id { method rangeOfData_options_range_ (line 859) | unsafe fn rangeOfData_options_range_(self, dataToFind: id, options: NS... method base64EncodedDataWithOptions_ (line 864) | unsafe fn base64EncodedDataWithOptions_(self, options: NSDataBase64Enc... method base64EncodedStringWithOptions_ (line 868) | unsafe fn base64EncodedStringWithOptions_(self, options: NSDataBase64E... method isEqualToData_ (line 872) | unsafe fn isEqualToData_(self, otherData: id) -> id { method length (line 876) | unsafe fn length(self) -> NSUInteger { method writeToFile_atomically_ (line 880) | unsafe fn writeToFile_atomically_(self, path: id, atomically: BOOL) ->... method writeToFile_options_error_ (line 884) | unsafe fn writeToFile_options_error_(self, path: id, mask: NSDataWriti... method writeToURL_atomically_ (line 888) | unsafe fn writeToURL_atomically_(self, aURL: id, atomically: BOOL) -> ... method writeToURL_options_error_ (line 892) | unsafe fn writeToURL_options_error_(self, aURL: id, mask: NSDataWritin... FILE: tests/foundation.rs function test_utf8 (line 15) | fn test_utf8() { function test_string (line 28) | fn test_string() { function test_length (line 41) | fn test_length() { function test_append_by_appending_string (line 50) | fn test_append_by_appending_string() { function test_iter (line 73) | fn test_iter() { function test_mutation (line 95) | fn test_mutation() { function test_get (line 116) | fn test_get() { function test_iter (line 130) | fn test_iter() {