#[repr(C)]pub struct NSApplication { /* private fields */ }icrate::AppKit has been moved to objc2-app-kitAppKit and AppKit_NSApplication only.Implementations§
Source§impl NSApplication
impl NSApplication
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn delegate( &self, ) -> Option<Id<ProtocolObject<dyn NSApplicationDelegate>>>
icrate::AppKit has been moved to objc2-app-kitpub fn setDelegate( &self, delegate: Option<&ProtocolObject<dyn NSApplicationDelegate>>, )
icrate::AppKit has been moved to objc2-app-kitpub fn hide(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn unhide(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn unhideWithoutActivation(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn windowWithWindowNumber( &self, window_num: NSInteger, ) -> Option<Id<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn mainWindow(&self) -> Option<Id<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub fn keyWindow(&self) -> Option<Id<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn isActive(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn isHidden(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn isRunning(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn deactivate(&self)
icrate::AppKit has been moved to objc2-app-kitpub fn activateIgnoringOtherApps(&self, flag: bool)
pub unsafe fn activate(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn yieldActivationToApplication( &self, application: &NSRunningApplication, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSRunningApplication only.pub unsafe fn yieldActivationToApplicationWithBundleIdentifier( &self, bundle_identifier: &NSString, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.pub fn hideOtherApplications(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn unhideAllApplications(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn finishLaunching(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn run(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn runModalForWindow(&self, window: &NSWindow) -> NSModalResponse
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub fn stop(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn stopModal(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn stopModalWithCode(&self, return_code: NSModalResponse)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn abortModal(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn modalWindow(&self) -> Option<Id<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn beginModalSessionForWindow( &self, window: &NSWindow, ) -> NSModalSession
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn runModalSession(&self, session: NSModalSession) -> NSModalResponse
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn endModalSession(&self, session: NSModalSession)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn terminate(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub fn requestUserAttention( &self, request_type: NSRequestUserAttentionType, ) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn cancelUserAttentionRequest(&self, request: NSInteger)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn enumerateWindowsWithOptions_usingBlock( &self, options: NSWindowListOptions, block: &Block<(NonNull<NSWindow>, NonNull<Bool>), ()>, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn preventWindowOrdering(&self)
icrate::AppKit has been moved to objc2-app-kitpub fn windows(&self) -> Id<NSArray<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow and Foundation_NSArray only.pub unsafe fn setWindowsNeedUpdate(&self, need_update: bool)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn updateWindows(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn mainMenu(&self) -> Option<Id<NSMenu>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub fn setMainMenu(&self, main_menu: Option<&NSMenu>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn helpMenu(&self) -> Option<Id<NSMenu>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn setHelpMenu(&self, help_menu: Option<&NSMenu>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn applicationIconImage(&self) -> Option<Id<NSImage>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSImage only.pub unsafe fn setApplicationIconImage( &self, application_icon_image: Option<&NSImage>, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSImage only.pub unsafe fn activationPolicy(&self) -> NSApplicationActivationPolicy
icrate::AppKit has been moved to objc2-app-kitpub fn setActivationPolicy( &self, activation_policy: NSApplicationActivationPolicy, ) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn dockTile(&self) -> Id<NSDockTile>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSDockTile only.pub unsafe fn reportException(&self, exception: &NSException)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSException only.pub unsafe fn detachDrawingThread_toTarget_withObject( selector: Sel, target: &AnyObject, argument: Option<&AnyObject>, mtm: MainThreadMarker, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn replyToApplicationShouldTerminate(&self, should_terminate: bool)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn replyToOpenOrPrint(&self, reply: NSApplicationDelegateReply)
icrate::AppKit has been moved to objc2-app-kitpub fn orderFrontCharacterPalette(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub fn presentationOptions(&self) -> NSApplicationPresentationOptions
icrate::AppKit has been moved to objc2-app-kitpub fn setPresentationOptions( &self, presentation_options: NSApplicationPresentationOptions, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn currentSystemPresentationOptions( &self, ) -> NSApplicationPresentationOptions
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn occlusionState(&self) -> NSApplicationOcclusionState
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn isProtectedDataAvailable(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
Methods declared on superclass NSResponder
impl NSApplication
Methods declared on superclass NSResponder
pub unsafe fn init(this: Allocated<Self>) -> Id<Self>
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder, ) -> Option<Id<Self>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSCoder only.Source§impl NSApplication
Methods declared on superclass NSObject
impl NSApplication
Methods declared on superclass NSObject
pub unsafe fn new(mtm: MainThreadMarker) -> Id<Self>
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSAppearanceCustomization
impl NSApplication
NSAppearanceCustomization
pub unsafe fn appearance(&self) -> Option<Id<NSAppearance>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.pub fn setAppearance(&self, appearance: Option<&NSAppearance>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.pub fn effectiveAppearance(&self) -> Id<NSAppearance>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.Source§impl NSApplication
NSEvent
impl NSApplication
NSEvent
pub unsafe fn sendEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSEvent only.pub fn postEvent_atStart(&self, event: &NSEvent, flag: bool)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSEvent only.pub fn currentEvent(&self) -> Option<Id<NSEvent>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSEvent only.pub unsafe fn nextEventMatchingMask_untilDate_inMode_dequeue( &self, mask: NSEventMask, expiration: Option<&NSDate>, mode: &NSRunLoopMode, deq_flag: bool, ) -> Option<Id<NSEvent>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSEvent and Foundation_NSDate only.pub unsafe fn discardEventsMatchingMask_beforeEvent( &self, mask: NSEventMask, last_event: Option<&NSEvent>, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSEvent only.Source§impl NSApplication
NSResponder
impl NSApplication
NSResponder
pub unsafe fn sendAction_to_from( &self, action: Sel, target: Option<&AnyObject>, sender: Option<&AnyObject>, ) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn targetForAction(&self, action: Sel) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn targetForAction_to_from( &self, action: Sel, target: Option<&AnyObject>, sender: Option<&AnyObject>, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn tryToPerform_with( &self, action: Sel, object: Option<&AnyObject>, ) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn validRequestorForSendType_returnType( &self, send_type: Option<&NSPasteboardType>, return_type: Option<&NSPasteboardType>, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSWindowsMenu
impl NSApplication
NSWindowsMenu
pub unsafe fn windowsMenu(&self) -> Option<Id<NSMenu>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn setWindowsMenu(&self, windows_menu: Option<&NSMenu>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn arrangeInFront(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn removeWindowsItem(&self, win: &NSWindow)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn addWindowsItem_title_filename( &self, win: &NSWindow, string: &NSString, is_filename: bool, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow and Foundation_NSString only.pub unsafe fn changeWindowsItem_title_filename( &self, win: &NSWindow, string: &NSString, is_filename: bool, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow and Foundation_NSString only.pub unsafe fn updateWindowsItem(&self, win: &NSWindow)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow only.pub unsafe fn miniaturizeAll(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSFullKeyboardAccess
impl NSApplication
NSFullKeyboardAccess
pub unsafe fn isFullKeyboardAccessEnabled(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSServicesMenu
impl NSApplication
NSServicesMenu
pub unsafe fn servicesMenu(&self) -> Option<Id<NSMenu>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn setServicesMenu(&self, services_menu: Option<&NSMenu>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenu only.pub unsafe fn registerServicesMenuSendTypes_returnTypes( &self, send_types: &NSArray<NSPasteboardType>, return_types: &NSArray<NSPasteboardType>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§impl NSApplication
NSServicesHandling
impl NSApplication
NSServicesHandling
pub unsafe fn servicesProvider(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn setServicesProvider(&self, services_provider: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSStandardAboutPanel
impl NSApplication
NSStandardAboutPanel
pub unsafe fn orderFrontStandardAboutPanel(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn orderFrontStandardAboutPanelWithOptions( &self, options_dictionary: &NSDictionary<NSAboutPanelOptionKey, AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSDictionary only.Source§impl NSApplication
NSApplicationLayoutDirection
impl NSApplication
NSApplicationLayoutDirection
pub unsafe fn userInterfaceLayoutDirection( &self, ) -> NSUserInterfaceLayoutDirection
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSRestorableUserInterface
impl NSApplication
NSRestorableUserInterface
pub unsafe fn disableRelaunchOnLogin(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn enableRelaunchOnLogin(&self)
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSRemoteNotifications
impl NSApplication
NSRemoteNotifications
pub unsafe fn registerForRemoteNotifications(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn unregisterForRemoteNotifications(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn isRegisteredForRemoteNotifications(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn registerForRemoteNotificationTypes( &self, types: NSRemoteNotificationType, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn enabledRemoteNotificationTypes(&self) -> NSRemoteNotificationType
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSDeprecated
impl NSApplication
NSDeprecated
pub unsafe fn runModalForWindow_relativeToWindow( &self, window: Option<&NSWindow>, doc_window: Option<&NSWindow>, ) -> NSInteger
AppKit_NSWindow only.pub unsafe fn beginModalSessionForWindow_relativeToWindow( &self, window: Option<&NSWindow>, doc_window: Option<&NSWindow>, ) -> NSModalSession
AppKit_NSWindow only.pub unsafe fn application_printFiles( &self, sender: Option<&NSApplication>, filenames: Option<&NSArray<NSString>>, )
Foundation_NSArray and Foundation_NSString only.pub unsafe fn beginSheet_modalForWindow_modalDelegate_didEndSelector_contextInfo( &self, sheet: &NSWindow, doc_window: &NSWindow, modal_delegate: Option<&AnyObject>, did_end_selector: Option<Sel>, context_info: *mut c_void, )
AppKit_NSWindow only.pub unsafe fn endSheet(&self, sheet: &NSWindow)
AppKit_NSWindow only.pub unsafe fn endSheet_returnCode( &self, sheet: &NSWindow, return_code: NSInteger, )
AppKit_NSWindow only.pub unsafe fn makeWindowsPerform_inOrder( &self, selector: Sel, flag: bool, ) -> Option<Id<NSWindow>>
AppKit_NSWindow only.pub unsafe fn context(&self) -> Option<Id<NSGraphicsContext>>
AppKit_NSGraphicsContext only.Source§impl NSApplication
NSScripting
impl NSApplication
NSScripting
pub unsafe fn orderedDocuments(&self) -> Id<NSArray<NSDocument>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSDocument and Foundation_NSArray only.pub unsafe fn orderedWindows(&self) -> Id<NSArray<NSWindow>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow and Foundation_NSArray only.Source§impl NSApplication
NSColorPanel
impl NSApplication
NSColorPanel
pub unsafe fn orderFrontColorPanel(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSApplicationHelpExtension
impl NSApplication
NSApplicationHelpExtension
Source§impl NSApplication
NSPageLayoutPanel
impl NSApplication
NSPageLayoutPanel
pub unsafe fn runPageLayout(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSTouchBarCustomization
impl NSApplication
NSTouchBarCustomization
pub unsafe fn isAutomaticCustomizeTouchBarMenuItemEnabled(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn setAutomaticCustomizeTouchBarMenuItemEnabled( &self, automatic_customize_touch_bar_menu_item_enabled: bool, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn toggleTouchBarCustomizationPalette( &self, sender: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§impl NSApplication
NSUserInterfaceItemSearching
impl NSApplication
NSUserInterfaceItemSearching
pub unsafe fn registerUserInterfaceItemSearchHandler( &self, handler: &ProtocolObject<dyn NSUserInterfaceItemSearching>, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn unregisterUserInterfaceItemSearchHandler( &self, handler: &ProtocolObject<dyn NSUserInterfaceItemSearching>, )
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn searchString_inUserInterfaceItemString_searchRange_foundRange( &self, search_string: &NSString, string_to_search: &NSString, search_range: NSRange, found_range: *mut NSRange, ) -> bool
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§impl NSApplication
NSWindowRestoration
impl NSApplication
NSWindowRestoration
pub unsafe fn restoreWindowWithIdentifier_state_completionHandler( &self, identifier: &NSUserInterfaceItemIdentifier, state: &NSCoder, completion_handler: &Block<(*mut NSWindow, *mut NSError), ()>, ) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSWindow and Foundation_NSCoder and Foundation_NSError only.Source§impl NSApplication
NSRestorableStateExtension
impl NSApplication
NSRestorableStateExtension
pub unsafe fn extendStateRestoration(&self)
icrate::AppKit has been moved to objc2-app-kitpub unsafe fn completeStateRestoration(&self)
icrate::AppKit has been moved to objc2-app-kitMethods from Deref<Target = NSResponder>§
pub unsafe fn interfaceStyle(&self) -> NSInterfaceStyle
AppKit_NSResponder only.pub unsafe fn setInterfaceStyle(&self, interface_style: NSInterfaceStyle)
AppKit_NSResponder only.pub unsafe fn nextResponder(&self) -> Option<Id<NSResponder>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn setNextResponder(&self, next_responder: Option<&NSResponder>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn tryToPerform_with( &self, action: Sel, object: Option<&AnyObject>, ) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn performKeyEquivalent(&self, event: &NSEvent) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn validRequestorForSendType_returnType( &self, send_type: Option<&NSPasteboardType>, return_type: Option<&NSPasteboardType>, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn mouseDown(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn rightMouseDown(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn otherMouseDown(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn mouseUp(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn rightMouseUp(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn otherMouseUp(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn mouseMoved(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn mouseDragged(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn scrollWheel(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn rightMouseDragged(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn otherMouseDragged(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn mouseEntered(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn mouseExited(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn keyDown(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn keyUp(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn flagsChanged(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn tabletPoint(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn tabletProximity(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn cursorUpdate(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn magnifyWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn rotateWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn swipeWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn beginGestureWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn endGestureWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn smartMagnifyWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn changeModeWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn touchesBeganWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn touchesMovedWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn touchesEndedWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn touchesCancelledWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn quickLookWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn pressureChangeWithEvent(&self, event: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn noResponderFor(&self, event_selector: Sel)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn acceptsFirstResponder(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn becomeFirstResponder(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn resignFirstResponder(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn interpretKeyEvents(&self, event_array: &NSArray<NSEvent>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent and Foundation_NSArray only.pub unsafe fn flushBufferedKeyEvents(&self)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSMenu only.pub unsafe fn setMenu(&self, menu: Option<&NSMenu>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSMenu only.pub unsafe fn showContextHelp(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn helpRequested(&self, event_ptr: &NSEvent)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn shouldBeTreatedAsInkEvent(&self, event: &NSEvent) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn wantsScrollEventsForSwipeTrackingOnAxis( &self, axis: NSEventGestureAxis, ) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn wantsForwardedScrollEventsForAxis( &self, axis: NSEventGestureAxis, ) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn supplementalTargetForAction_sender( &self, action: Sel, sender: Option<&AnyObject>, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn undoManager(&self) -> Option<Id<NSUndoManager>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSUndoManager only.pub unsafe fn validateProposedFirstResponder_forEvent( &self, responder: &NSResponder, event: Option<&NSEvent>, ) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSEvent only.pub unsafe fn presentError_modalForWindow_delegate_didPresentSelector_contextInfo( &self, error: &NSError, window: &NSWindow, delegate: Option<&AnyObject>, did_present_selector: Option<Sel>, context_info: *mut c_void, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSWindow and Foundation_NSError only.pub unsafe fn presentError(&self, error: &NSError) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSError only.pub unsafe fn willPresentError(&self, error: &NSError) -> Id<NSError>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSError only.pub unsafe fn performTextFinderAction(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn newWindowForTab(&self, sender: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.pub unsafe fn performMnemonic(&self, string: &NSString) -> bool
AppKit_NSResponder and Foundation_NSString only.pub unsafe fn touchBar(&self) -> Option<Id<NSTouchBar>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSTouchBar only.pub unsafe fn setTouchBar(&self, touch_bar: Option<&NSTouchBar>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSTouchBar only.pub unsafe fn makeTouchBar(&self) -> Option<Id<NSTouchBar>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and AppKit_NSTouchBar only.pub unsafe fn userActivity(&self) -> Option<Id<NSUserActivity>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSUserActivity only.pub unsafe fn setUserActivity(&self, user_activity: Option<&NSUserActivity>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSUserActivity only.pub unsafe fn updateUserActivityState(&self, user_activity: &NSUserActivity)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSUserActivity only.pub unsafe fn encodeRestorableStateWithCoder(&self, coder: &NSCoder)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSCoder only.pub unsafe fn encodeRestorableStateWithCoder_backgroundQueue( &self, coder: &NSCoder, queue: &NSOperationQueue, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSCoder and Foundation_NSOperationQueue only.pub unsafe fn restoreStateWithCoder(&self, coder: &NSCoder)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder and Foundation_NSCoder only.pub unsafe fn invalidateRestorableState(&self)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSResponder only.Methods from Deref<Target = NSObject>§
Sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
Available on crate feature AuthenticationServices only.
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
AuthenticationServices only.Handle messages the object doesn’t recognize.
See Apple’s documentation for details.
Methods from Deref<Target = AnyObject>§
Sourcepub fn class(&self) -> &'static AnyClass
pub fn class(&self) -> &'static AnyClass
Dynamically find the class of this object.
§Example
Check that an instance of NSObject has the precise class NSObject.
use objc2::ClassType;
use objc2::runtime::NSObject;
let obj = NSObject::new();
assert_eq!(obj.class(), NSObject::class());Sourcepub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load instead.
pub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
Ivar::load instead.Use Ivar::load instead.
§Safety
The object must have an instance variable with the given name, and it
must be of type T.
See Ivar::load_ptr for details surrounding this.
Sourcepub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load_mut instead.
pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
Ivar::load_mut instead.Use Ivar::load_mut instead.
§Safety
The object must have an instance variable with the given name, and it
must be of type T.
See Ivar::load_ptr for details surrounding this.
Trait Implementations§
Source§impl AsMut<AnyObject> for NSApplication
impl AsMut<AnyObject> for NSApplication
Source§impl AsMut<NSApplication> for NSApplication
impl AsMut<NSApplication> for NSApplication
Source§impl AsMut<NSObject> for NSApplication
impl AsMut<NSObject> for NSApplication
Source§impl AsMut<NSResponder> for NSApplication
impl AsMut<NSResponder> for NSApplication
Source§fn as_mut(&mut self) -> &mut NSResponder
fn as_mut(&mut self) -> &mut NSResponder
Source§impl AsRef<AnyObject> for NSApplication
impl AsRef<AnyObject> for NSApplication
Source§impl AsRef<NSApplication> for NSApplication
impl AsRef<NSApplication> for NSApplication
Source§impl AsRef<NSObject> for NSApplication
impl AsRef<NSObject> for NSApplication
Source§impl AsRef<NSResponder> for NSApplication
impl AsRef<NSResponder> for NSApplication
Source§fn as_ref(&self) -> &NSResponder
fn as_ref(&self) -> &NSResponder
Source§impl Borrow<AnyObject> for NSApplication
impl Borrow<AnyObject> for NSApplication
Source§impl Borrow<NSObject> for NSApplication
impl Borrow<NSObject> for NSApplication
Source§impl Borrow<NSResponder> for NSApplication
impl Borrow<NSResponder> for NSApplication
Source§fn borrow(&self) -> &NSResponder
fn borrow(&self) -> &NSResponder
Source§impl BorrowMut<AnyObject> for NSApplication
impl BorrowMut<AnyObject> for NSApplication
Source§fn borrow_mut(&mut self) -> &mut AnyObject
fn borrow_mut(&mut self) -> &mut AnyObject
Source§impl BorrowMut<NSObject> for NSApplication
impl BorrowMut<NSObject> for NSApplication
Source§fn borrow_mut(&mut self) -> &mut NSObject
fn borrow_mut(&mut self) -> &mut NSObject
Source§impl BorrowMut<NSResponder> for NSApplication
impl BorrowMut<NSResponder> for NSApplication
Source§fn borrow_mut(&mut self) -> &mut NSResponder
fn borrow_mut(&mut self) -> &mut NSResponder
Source§impl ClassType for NSApplication
impl ClassType for NSApplication
Source§const NAME: &'static str = "NSApplication"
const NAME: &'static str = "NSApplication"
Source§type Super = NSResponder
type Super = NSResponder
Source§type Mutability = MainThreadOnly
type Mutability = MainThreadOnly
Source§fn class() -> &'static AnyClass
fn class() -> &'static AnyClass
Source§fn as_super_mut(&mut self) -> &mut Self::Super
fn as_super_mut(&mut self) -> &mut Self::Super
Source§impl Debug for NSApplication
impl Debug for NSApplication
Source§impl Deref for NSApplication
impl Deref for NSApplication
Source§impl DerefMut for NSApplication
impl DerefMut for NSApplication
Source§impl Hash for NSApplication
impl Hash for NSApplication
Source§impl NSAccessibility for NSApplication
impl NSAccessibility for NSApplication
Source§unsafe fn isAccessibilityElement(&self) -> bool
unsafe fn isAccessibilityElement(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityElement(&self, accessibility_element: bool)
unsafe fn setAccessibilityElement(&self, accessibility_element: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityFrame(&self) -> NSRect
unsafe fn accessibilityFrame(&self) -> NSRect
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityFrame(&self, accessibility_frame: NSRect)
unsafe fn setAccessibilityFrame(&self, accessibility_frame: NSRect)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityFocused(&self) -> bool
unsafe fn isAccessibilityFocused(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityFocused(&self, accessibility_focused: bool)
unsafe fn setAccessibilityFocused(&self, accessibility_focused: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityActivationPoint(&self) -> NSPoint
unsafe fn accessibilityActivationPoint(&self) -> NSPoint
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityActivationPoint(
&self,
accessibility_activation_point: NSPoint,
)
unsafe fn setAccessibilityActivationPoint( &self, accessibility_activation_point: NSPoint, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityTopLevelUIElement(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityTopLevelUIElement(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityTopLevelUIElement(
&self,
accessibility_top_level_ui_element: Option<&AnyObject>,
)
unsafe fn setAccessibilityTopLevelUIElement( &self, accessibility_top_level_ui_element: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityURL(&self) -> Option<Id<NSURL>>
unsafe fn accessibilityURL(&self) -> Option<Id<NSURL>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSURL only.Source§unsafe fn setAccessibilityURL(&self, accessibility_url: Option<&NSURL>)
unsafe fn setAccessibilityURL(&self, accessibility_url: Option<&NSURL>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSURL only.Source§unsafe fn accessibilityValue(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityValue(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityValue(&self, accessibility_value: Option<&AnyObject>)
unsafe fn setAccessibilityValue(&self, accessibility_value: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityValueDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityValueDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityValueDescription(
&self,
accessibility_value_description: Option<&NSString>,
)
unsafe fn setAccessibilityValueDescription( &self, accessibility_value_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityVisibleChildren(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityVisibleChildren(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityVisibleChildren(
&self,
accessibility_visible_children: Option<&NSArray>,
)
unsafe fn setAccessibilityVisibleChildren( &self, accessibility_visible_children: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilitySubrole(&self) -> Option<Id<NSAccessibilitySubrole>>
unsafe fn accessibilitySubrole(&self) -> Option<Id<NSAccessibilitySubrole>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySubrole(
&self,
accessibility_subrole: Option<&NSAccessibilitySubrole>,
)
unsafe fn setAccessibilitySubrole( &self, accessibility_subrole: Option<&NSAccessibilitySubrole>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityTitle(&self) -> Option<Id<NSString>>
unsafe fn accessibilityTitle(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityTitle(&self, accessibility_title: Option<&NSString>)
unsafe fn setAccessibilityTitle(&self, accessibility_title: Option<&NSString>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityTitleUIElement(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityTitleUIElement(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityTitleUIElement(
&self,
accessibility_title_ui_element: Option<&AnyObject>,
)
unsafe fn setAccessibilityTitleUIElement( &self, accessibility_title_ui_element: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityNextContents(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityNextContents(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityNextContents(
&self,
accessibility_next_contents: Option<&NSArray>,
)
unsafe fn setAccessibilityNextContents( &self, accessibility_next_contents: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityOrientation(&self) -> NSAccessibilityOrientation
unsafe fn accessibilityOrientation(&self) -> NSAccessibilityOrientation
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityOrientation(
&self,
accessibility_orientation: NSAccessibilityOrientation,
)
unsafe fn setAccessibilityOrientation( &self, accessibility_orientation: NSAccessibilityOrientation, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityOverflowButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityOverflowButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityOverflowButton(
&self,
accessibility_overflow_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityOverflowButton( &self, accessibility_overflow_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityParent(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityParent(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityParent(
&self,
accessibility_parent: Option<&AnyObject>,
)
unsafe fn setAccessibilityParent( &self, accessibility_parent: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPlaceholderValue(&self) -> Option<Id<NSString>>
unsafe fn accessibilityPlaceholderValue(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityPlaceholderValue(
&self,
accessibility_placeholder_value: Option<&NSString>,
)
unsafe fn setAccessibilityPlaceholderValue( &self, accessibility_placeholder_value: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityPreviousContents(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityPreviousContents(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityPreviousContents(
&self,
accessibility_previous_contents: Option<&NSArray>,
)
unsafe fn setAccessibilityPreviousContents( &self, accessibility_previous_contents: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityRole(&self) -> Option<Id<NSAccessibilityRole>>
unsafe fn accessibilityRole(&self) -> Option<Id<NSAccessibilityRole>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityRole(
&self,
accessibility_role: Option<&NSAccessibilityRole>,
)
unsafe fn setAccessibilityRole( &self, accessibility_role: Option<&NSAccessibilityRole>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRoleDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityRoleDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityRoleDescription(
&self,
accessibility_role_description: Option<&NSString>,
)
unsafe fn setAccessibilityRoleDescription( &self, accessibility_role_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilitySearchButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilitySearchButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySearchButton(
&self,
accessibility_search_button: Option<&AnyObject>,
)
unsafe fn setAccessibilitySearchButton( &self, accessibility_search_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilitySearchMenu(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilitySearchMenu(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySearchMenu(
&self,
accessibility_search_menu: Option<&AnyObject>,
)
unsafe fn setAccessibilitySearchMenu( &self, accessibility_search_menu: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilitySelected(&self) -> bool
unsafe fn isAccessibilitySelected(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySelected(&self, accessibility_selected: bool)
unsafe fn setAccessibilitySelected(&self, accessibility_selected: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilitySelectedChildren(&self) -> Option<Id<NSArray>>
unsafe fn accessibilitySelectedChildren(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilitySelectedChildren(
&self,
accessibility_selected_children: Option<&NSArray>,
)
unsafe fn setAccessibilitySelectedChildren( &self, accessibility_selected_children: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityServesAsTitleForUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityServesAsTitleForUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityServesAsTitleForUIElements(
&self,
accessibility_serves_as_title_for_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityServesAsTitleForUIElements( &self, accessibility_serves_as_title_for_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityShownMenu(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityShownMenu(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityShownMenu(
&self,
accessibility_shown_menu: Option<&AnyObject>,
)
unsafe fn setAccessibilityShownMenu( &self, accessibility_shown_menu: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMinValue(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMinValue(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMinValue(
&self,
accessibility_min_value: Option<&AnyObject>,
)
unsafe fn setAccessibilityMinValue( &self, accessibility_min_value: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMaxValue(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMaxValue(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMaxValue(
&self,
accessibility_max_value: Option<&AnyObject>,
)
unsafe fn setAccessibilityMaxValue( &self, accessibility_max_value: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityLinkedUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityLinkedUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityLinkedUIElements(
&self,
accessibility_linked_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityLinkedUIElements( &self, accessibility_linked_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityWindow(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityWindow(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityWindow(
&self,
accessibility_window: Option<&AnyObject>,
)
unsafe fn setAccessibilityWindow( &self, accessibility_window: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityIdentifier(&self) -> Option<Id<NSString>>
unsafe fn accessibilityIdentifier(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityIdentifier(
&self,
accessibility_identifier: Option<&NSString>,
)
unsafe fn setAccessibilityIdentifier( &self, accessibility_identifier: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityHelp(&self) -> Option<Id<NSString>>
unsafe fn accessibilityHelp(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityHelp(&self, accessibility_help: Option<&NSString>)
unsafe fn setAccessibilityHelp(&self, accessibility_help: Option<&NSString>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityFilename(&self) -> Option<Id<NSString>>
unsafe fn accessibilityFilename(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityFilename(
&self,
accessibility_filename: Option<&NSString>,
)
unsafe fn setAccessibilityFilename( &self, accessibility_filename: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn isAccessibilityExpanded(&self) -> bool
unsafe fn isAccessibilityExpanded(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityExpanded(&self, accessibility_expanded: bool)
unsafe fn setAccessibilityExpanded(&self, accessibility_expanded: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityEdited(&self) -> bool
unsafe fn isAccessibilityEdited(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityEdited(&self, accessibility_edited: bool)
unsafe fn setAccessibilityEdited(&self, accessibility_edited: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityEnabled(&self) -> bool
unsafe fn isAccessibilityEnabled(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityEnabled(&self, accessibility_enabled: bool)
unsafe fn setAccessibilityEnabled(&self, accessibility_enabled: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityChildren(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityChildren(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityChildren(
&self,
accessibility_children: Option<&NSArray>,
)
unsafe fn setAccessibilityChildren( &self, accessibility_children: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityClearButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityClearButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityClearButton(
&self,
accessibility_clear_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityClearButton( &self, accessibility_clear_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityCancelButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityCancelButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityCancelButton(
&self,
accessibility_cancel_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityCancelButton( &self, accessibility_cancel_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityProtectedContent(&self) -> bool
unsafe fn isAccessibilityProtectedContent(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityProtectedContent(
&self,
accessibility_protected_content: bool,
)
unsafe fn setAccessibilityProtectedContent( &self, accessibility_protected_content: bool, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityContents(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityContents(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityContents(
&self,
accessibility_contents: Option<&NSArray>,
)
unsafe fn setAccessibilityContents( &self, accessibility_contents: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityLabel(&self) -> Option<Id<NSString>>
unsafe fn accessibilityLabel(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityLabel(&self, accessibility_label: Option<&NSString>)
unsafe fn setAccessibilityLabel(&self, accessibility_label: Option<&NSString>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn isAccessibilityAlternateUIVisible(&self) -> bool
unsafe fn isAccessibilityAlternateUIVisible(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityAlternateUIVisible(
&self,
accessibility_alternate_ui_visible: bool,
)
unsafe fn setAccessibilityAlternateUIVisible( &self, accessibility_alternate_ui_visible: bool, )
icrate::AppKit has been moved to objc2-app-kiticrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn isAccessibilityRequired(&self) -> bool
unsafe fn isAccessibilityRequired(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityRequired(&self, accessibility_required: bool)
unsafe fn setAccessibilityRequired(&self, accessibility_required: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityCustomRotors(
&self,
) -> Id<NSArray<NSAccessibilityCustomRotor>>
unsafe fn accessibilityCustomRotors( &self, ) -> Id<NSArray<NSAccessibilityCustomRotor>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAccessibilityCustomRotor and Foundation_NSArray only.Source§unsafe fn setAccessibilityCustomRotors(
&self,
accessibility_custom_rotors: &NSArray<NSAccessibilityCustomRotor>,
)
unsafe fn setAccessibilityCustomRotors( &self, accessibility_custom_rotors: &NSArray<NSAccessibilityCustomRotor>, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAccessibilityCustomRotor and Foundation_NSArray only.Source§unsafe fn accessibilityUserInputLabels(&self) -> Option<Id<NSArray<NSString>>>
unsafe fn accessibilityUserInputLabels(&self) -> Option<Id<NSArray<NSString>>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSString only.Source§unsafe fn setAccessibilityUserInputLabels(
&self,
accessibility_user_input_labels: Option<&NSArray<NSString>>,
)
unsafe fn setAccessibilityUserInputLabels( &self, accessibility_user_input_labels: Option<&NSArray<NSString>>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSString only.Source§unsafe fn accessibilityAttributedUserInputLabels(
&self,
) -> Option<Id<NSArray<NSAttributedString>>>
unsafe fn accessibilityAttributedUserInputLabels( &self, ) -> Option<Id<NSArray<NSAttributedString>>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSAttributedString only.Source§unsafe fn setAccessibilityAttributedUserInputLabels(
&self,
accessibility_attributed_user_input_labels: Option<&NSArray<NSAttributedString>>,
)
unsafe fn setAccessibilityAttributedUserInputLabels( &self, accessibility_attributed_user_input_labels: Option<&NSArray<NSAttributedString>>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSAttributedString only.Source§unsafe fn accessibilityApplicationFocusedUIElement(
&self,
) -> Option<Id<AnyObject>>
unsafe fn accessibilityApplicationFocusedUIElement( &self, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityApplicationFocusedUIElement(
&self,
accessibility_application_focused_ui_element: Option<&AnyObject>,
)
unsafe fn setAccessibilityApplicationFocusedUIElement( &self, accessibility_application_focused_ui_element: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMainWindow(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMainWindow(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMainWindow(
&self,
accessibility_main_window: Option<&AnyObject>,
)
unsafe fn setAccessibilityMainWindow( &self, accessibility_main_window: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityHidden(&self) -> bool
unsafe fn isAccessibilityHidden(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityHidden(&self, accessibility_hidden: bool)
unsafe fn setAccessibilityHidden(&self, accessibility_hidden: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityFrontmost(&self) -> bool
unsafe fn isAccessibilityFrontmost(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityFrontmost(&self, accessibility_frontmost: bool)
unsafe fn setAccessibilityFrontmost(&self, accessibility_frontmost: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityFocusedWindow(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityFocusedWindow(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityFocusedWindow(
&self,
accessibility_focused_window: Option<&AnyObject>,
)
unsafe fn setAccessibilityFocusedWindow( &self, accessibility_focused_window: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityWindows(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityWindows(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityWindows(
&self,
accessibility_windows: Option<&NSArray>,
)
unsafe fn setAccessibilityWindows( &self, accessibility_windows: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityExtrasMenuBar(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityExtrasMenuBar(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityExtrasMenuBar(
&self,
accessibility_extras_menu_bar: Option<&AnyObject>,
)
unsafe fn setAccessibilityExtrasMenuBar( &self, accessibility_extras_menu_bar: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMenuBar(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMenuBar(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMenuBar(
&self,
accessibility_menu_bar: Option<&AnyObject>,
)
unsafe fn setAccessibilityMenuBar( &self, accessibility_menu_bar: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityColumnTitles(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityColumnTitles(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityColumnTitles(
&self,
accessibility_column_titles: Option<&NSArray>,
)
unsafe fn setAccessibilityColumnTitles( &self, accessibility_column_titles: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn isAccessibilityOrderedByRow(&self) -> bool
unsafe fn isAccessibilityOrderedByRow(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityOrderedByRow(
&self,
accessibility_ordered_by_row: bool,
)
unsafe fn setAccessibilityOrderedByRow( &self, accessibility_ordered_by_row: bool, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityHorizontalUnits(&self) -> NSAccessibilityUnits
unsafe fn accessibilityHorizontalUnits(&self) -> NSAccessibilityUnits
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityHorizontalUnits(
&self,
accessibility_horizontal_units: NSAccessibilityUnits,
)
unsafe fn setAccessibilityHorizontalUnits( &self, accessibility_horizontal_units: NSAccessibilityUnits, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityVerticalUnits(&self) -> NSAccessibilityUnits
unsafe fn accessibilityVerticalUnits(&self) -> NSAccessibilityUnits
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityVerticalUnits(
&self,
accessibility_vertical_units: NSAccessibilityUnits,
)
unsafe fn setAccessibilityVerticalUnits( &self, accessibility_vertical_units: NSAccessibilityUnits, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityHorizontalUnitDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityHorizontalUnitDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityHorizontalUnitDescription(
&self,
accessibility_horizontal_unit_description: Option<&NSString>,
)
unsafe fn setAccessibilityHorizontalUnitDescription( &self, accessibility_horizontal_unit_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityVerticalUnitDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityVerticalUnitDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityVerticalUnitDescription(
&self,
accessibility_vertical_unit_description: Option<&NSString>,
)
unsafe fn setAccessibilityVerticalUnitDescription( &self, accessibility_vertical_unit_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityLayoutPointForScreenPoint(
&self,
point: NSPoint,
) -> NSPoint
unsafe fn accessibilityLayoutPointForScreenPoint( &self, point: NSPoint, ) -> NSPoint
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityLayoutSizeForScreenSize(&self, size: NSSize) -> NSSize
unsafe fn accessibilityLayoutSizeForScreenSize(&self, size: NSSize) -> NSSize
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityScreenPointForLayoutPoint(
&self,
point: NSPoint,
) -> NSPoint
unsafe fn accessibilityScreenPointForLayoutPoint( &self, point: NSPoint, ) -> NSPoint
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityScreenSizeForLayoutSize(&self, size: NSSize) -> NSSize
unsafe fn accessibilityScreenSizeForLayoutSize(&self, size: NSSize) -> NSSize
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityHandles(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityHandles(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityHandles(
&self,
accessibility_handles: Option<&NSArray>,
)
unsafe fn setAccessibilityHandles( &self, accessibility_handles: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityWarningValue(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityWarningValue(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityWarningValue(
&self,
accessibility_warning_value: Option<&AnyObject>,
)
unsafe fn setAccessibilityWarningValue( &self, accessibility_warning_value: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityCriticalValue(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityCriticalValue(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityCriticalValue(
&self,
accessibility_critical_value: Option<&AnyObject>,
)
unsafe fn setAccessibilityCriticalValue( &self, accessibility_critical_value: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityDisclosed(&self) -> bool
unsafe fn isAccessibilityDisclosed(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDisclosed(&self, accessibility_disclosed: bool)
unsafe fn setAccessibilityDisclosed(&self, accessibility_disclosed: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityDisclosedByRow(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityDisclosedByRow(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDisclosedByRow(
&self,
accessibility_disclosed_by_row: Option<&AnyObject>,
)
unsafe fn setAccessibilityDisclosedByRow( &self, accessibility_disclosed_by_row: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityDisclosedRows(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityDisclosedRows(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDisclosedRows(
&self,
accessibility_disclosed_rows: Option<&AnyObject>,
)
unsafe fn setAccessibilityDisclosedRows( &self, accessibility_disclosed_rows: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityDisclosureLevel(&self) -> NSInteger
unsafe fn accessibilityDisclosureLevel(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDisclosureLevel(
&self,
accessibility_disclosure_level: NSInteger,
)
unsafe fn setAccessibilityDisclosureLevel( &self, accessibility_disclosure_level: NSInteger, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMarkerUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityMarkerUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityMarkerUIElements(
&self,
accessibility_marker_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityMarkerUIElements( &self, accessibility_marker_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityMarkerValues(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMarkerValues(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMarkerValues(
&self,
accessibility_marker_values: Option<&AnyObject>,
)
unsafe fn setAccessibilityMarkerValues( &self, accessibility_marker_values: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMarkerGroupUIElement(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMarkerGroupUIElement(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMarkerGroupUIElement(
&self,
accessibility_marker_group_ui_element: Option<&AnyObject>,
)
unsafe fn setAccessibilityMarkerGroupUIElement( &self, accessibility_marker_group_ui_element: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityUnits(&self) -> NSAccessibilityUnits
unsafe fn accessibilityUnits(&self) -> NSAccessibilityUnits
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityUnits(
&self,
accessibility_units: NSAccessibilityUnits,
)
unsafe fn setAccessibilityUnits( &self, accessibility_units: NSAccessibilityUnits, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityUnitDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityUnitDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityUnitDescription(
&self,
accessibility_unit_description: Option<&NSString>,
)
unsafe fn setAccessibilityUnitDescription( &self, accessibility_unit_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityRulerMarkerType(&self) -> NSAccessibilityRulerMarkerType
unsafe fn accessibilityRulerMarkerType(&self) -> NSAccessibilityRulerMarkerType
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityRulerMarkerType(
&self,
accessibility_ruler_marker_type: NSAccessibilityRulerMarkerType,
)
unsafe fn setAccessibilityRulerMarkerType( &self, accessibility_ruler_marker_type: NSAccessibilityRulerMarkerType, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMarkerTypeDescription(&self) -> Option<Id<NSString>>
unsafe fn accessibilityMarkerTypeDescription(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityMarkerTypeDescription(
&self,
accessibility_marker_type_description: Option<&NSString>,
)
unsafe fn setAccessibilityMarkerTypeDescription( &self, accessibility_marker_type_description: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityHorizontalScrollBar(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityHorizontalScrollBar(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityHorizontalScrollBar(
&self,
accessibility_horizontal_scroll_bar: Option<&AnyObject>,
)
unsafe fn setAccessibilityHorizontalScrollBar( &self, accessibility_horizontal_scroll_bar: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityVerticalScrollBar(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityVerticalScrollBar(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityVerticalScrollBar(
&self,
accessibility_vertical_scroll_bar: Option<&AnyObject>,
)
unsafe fn setAccessibilityVerticalScrollBar( &self, accessibility_vertical_scroll_bar: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityAllowedValues(&self) -> Option<Id<NSArray<NSNumber>>>
unsafe fn accessibilityAllowedValues(&self) -> Option<Id<NSArray<NSNumber>>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSNumber only.Source§unsafe fn setAccessibilityAllowedValues(
&self,
accessibility_allowed_values: Option<&NSArray<NSNumber>>,
)
unsafe fn setAccessibilityAllowedValues( &self, accessibility_allowed_values: Option<&NSArray<NSNumber>>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSNumber only.Source§unsafe fn accessibilityLabelUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityLabelUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityLabelUIElements(
&self,
accessibility_label_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityLabelUIElements( &self, accessibility_label_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityLabelValue(&self) -> c_float
unsafe fn accessibilityLabelValue(&self) -> c_float
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityLabelValue(&self, accessibility_label_value: c_float)
unsafe fn setAccessibilityLabelValue(&self, accessibility_label_value: c_float)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilitySplitters(&self) -> Option<Id<NSArray>>
unsafe fn accessibilitySplitters(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilitySplitters(
&self,
accessibility_splitters: Option<&NSArray>,
)
unsafe fn setAccessibilitySplitters( &self, accessibility_splitters: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityDecrementButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityDecrementButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDecrementButton(
&self,
accessibility_decrement_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityDecrementButton( &self, accessibility_decrement_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityIncrementButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityIncrementButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityIncrementButton(
&self,
accessibility_increment_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityIncrementButton( &self, accessibility_increment_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityTabs(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityTabs(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityTabs(&self, accessibility_tabs: Option<&NSArray>)
unsafe fn setAccessibilityTabs(&self, accessibility_tabs: Option<&NSArray>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityHeader(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityHeader(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityHeader(
&self,
accessibility_header: Option<&AnyObject>,
)
unsafe fn setAccessibilityHeader( &self, accessibility_header: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityColumnCount(&self) -> NSInteger
unsafe fn accessibilityColumnCount(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityColumnCount(
&self,
accessibility_column_count: NSInteger,
)
unsafe fn setAccessibilityColumnCount( &self, accessibility_column_count: NSInteger, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRowCount(&self) -> NSInteger
unsafe fn accessibilityRowCount(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityRowCount(&self, accessibility_row_count: NSInteger)
unsafe fn setAccessibilityRowCount(&self, accessibility_row_count: NSInteger)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityIndex(&self) -> NSInteger
unsafe fn accessibilityIndex(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityIndex(&self, accessibility_index: NSInteger)
unsafe fn setAccessibilityIndex(&self, accessibility_index: NSInteger)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityColumns(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityColumns(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityColumns(
&self,
accessibility_columns: Option<&NSArray>,
)
unsafe fn setAccessibilityColumns( &self, accessibility_columns: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityRows(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityRows(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityRows(&self, accessibility_rows: Option<&NSArray>)
unsafe fn setAccessibilityRows(&self, accessibility_rows: Option<&NSArray>)
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityVisibleRows(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityVisibleRows(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityVisibleRows(
&self,
accessibility_visible_rows: Option<&NSArray>,
)
unsafe fn setAccessibilityVisibleRows( &self, accessibility_visible_rows: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilitySelectedRows(&self) -> Option<Id<NSArray>>
unsafe fn accessibilitySelectedRows(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilitySelectedRows(
&self,
accessibility_selected_rows: Option<&NSArray>,
)
unsafe fn setAccessibilitySelectedRows( &self, accessibility_selected_rows: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityVisibleColumns(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityVisibleColumns(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityVisibleColumns(
&self,
accessibility_visible_columns: Option<&NSArray>,
)
unsafe fn setAccessibilityVisibleColumns( &self, accessibility_visible_columns: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilitySelectedColumns(&self) -> Option<Id<NSArray>>
unsafe fn accessibilitySelectedColumns(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilitySelectedColumns(
&self,
accessibility_selected_columns: Option<&NSArray>,
)
unsafe fn setAccessibilitySelectedColumns( &self, accessibility_selected_columns: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilitySortDirection(&self) -> NSAccessibilitySortDirection
unsafe fn accessibilitySortDirection(&self) -> NSAccessibilitySortDirection
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySortDirection(
&self,
accessibility_sort_direction: NSAccessibilitySortDirection,
)
unsafe fn setAccessibilitySortDirection( &self, accessibility_sort_direction: NSAccessibilitySortDirection, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRowHeaderUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityRowHeaderUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityRowHeaderUIElements(
&self,
accessibility_row_header_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityRowHeaderUIElements( &self, accessibility_row_header_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilitySelectedCells(&self) -> Option<Id<NSArray>>
unsafe fn accessibilitySelectedCells(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilitySelectedCells(
&self,
accessibility_selected_cells: Option<&NSArray>,
)
unsafe fn setAccessibilitySelectedCells( &self, accessibility_selected_cells: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityVisibleCells(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityVisibleCells(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityVisibleCells(
&self,
accessibility_visible_cells: Option<&NSArray>,
)
unsafe fn setAccessibilityVisibleCells( &self, accessibility_visible_cells: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityColumnHeaderUIElements(&self) -> Option<Id<NSArray>>
unsafe fn accessibilityColumnHeaderUIElements(&self) -> Option<Id<NSArray>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn setAccessibilityColumnHeaderUIElements(
&self,
accessibility_column_header_ui_elements: Option<&NSArray>,
)
unsafe fn setAccessibilityColumnHeaderUIElements( &self, accessibility_column_header_ui_elements: Option<&NSArray>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityCellForColumn_row(
&self,
column: NSInteger,
row: NSInteger,
) -> Option<Id<AnyObject>>
unsafe fn accessibilityCellForColumn_row( &self, column: NSInteger, row: NSInteger, ) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRowIndexRange(&self) -> NSRange
unsafe fn accessibilityRowIndexRange(&self) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityRowIndexRange(
&self,
accessibility_row_index_range: NSRange,
)
unsafe fn setAccessibilityRowIndexRange( &self, accessibility_row_index_range: NSRange, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityColumnIndexRange(&self) -> NSRange
unsafe fn accessibilityColumnIndexRange(&self) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityColumnIndexRange(
&self,
accessibility_column_index_range: NSRange,
)
unsafe fn setAccessibilityColumnIndexRange( &self, accessibility_column_index_range: NSRange, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityInsertionPointLineNumber(&self) -> NSInteger
unsafe fn accessibilityInsertionPointLineNumber(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityInsertionPointLineNumber(
&self,
accessibility_insertion_point_line_number: NSInteger,
)
unsafe fn setAccessibilityInsertionPointLineNumber( &self, accessibility_insertion_point_line_number: NSInteger, )
icrate::AppKit has been moved to objc2-app-kiticrate::AppKit has been moved to objc2-app-kiticrate::AppKit has been moved to objc2-app-kiticrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray only.Source§unsafe fn accessibilityVisibleCharacterRange(&self) -> NSRange
unsafe fn accessibilityVisibleCharacterRange(&self) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityVisibleCharacterRange(
&self,
accessibility_visible_character_range: NSRange,
)
unsafe fn setAccessibilityVisibleCharacterRange( &self, accessibility_visible_character_range: NSRange, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityNumberOfCharacters(&self) -> NSInteger
unsafe fn accessibilityNumberOfCharacters(&self) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityNumberOfCharacters(
&self,
accessibility_number_of_characters: NSInteger,
)
unsafe fn setAccessibilityNumberOfCharacters( &self, accessibility_number_of_characters: NSInteger, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilitySelectedText(&self) -> Option<Id<NSString>>
unsafe fn accessibilitySelectedText(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilitySelectedText(
&self,
accessibility_selected_text: Option<&NSString>,
)
unsafe fn setAccessibilitySelectedText( &self, accessibility_selected_text: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilitySelectedTextRange(&self) -> NSRange
unsafe fn accessibilitySelectedTextRange(&self) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilitySelectedTextRange(
&self,
accessibility_selected_text_range: NSRange,
)
unsafe fn setAccessibilitySelectedTextRange( &self, accessibility_selected_text_range: NSRange, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilitySelectedTextRanges(&self) -> Option<Id<NSArray<NSValue>>>
unsafe fn accessibilitySelectedTextRanges(&self) -> Option<Id<NSArray<NSValue>>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSValue only.Source§unsafe fn setAccessibilitySelectedTextRanges(
&self,
accessibility_selected_text_ranges: Option<&NSArray<NSValue>>,
)
unsafe fn setAccessibilitySelectedTextRanges( &self, accessibility_selected_text_ranges: Option<&NSArray<NSValue>>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSArray and Foundation_NSValue only.Source§unsafe fn accessibilityAttributedStringForRange(
&self,
range: NSRange,
) -> Option<Id<NSAttributedString>>
unsafe fn accessibilityAttributedStringForRange( &self, range: NSRange, ) -> Option<Id<NSAttributedString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSAttributedString only.Source§unsafe fn accessibilityRangeForLine(&self, line: NSInteger) -> NSRange
unsafe fn accessibilityRangeForLine(&self, line: NSInteger) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityStringForRange(
&self,
range: NSRange,
) -> Option<Id<NSString>>
unsafe fn accessibilityStringForRange( &self, range: NSRange, ) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityRangeForPosition(&self, point: NSPoint) -> NSRange
unsafe fn accessibilityRangeForPosition(&self, point: NSPoint) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRangeForIndex(&self, index: NSInteger) -> NSRange
unsafe fn accessibilityRangeForIndex(&self, index: NSInteger) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityFrameForRange(&self, range: NSRange) -> NSRect
unsafe fn accessibilityFrameForRange(&self, range: NSRange) -> NSRect
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityRTFForRange(&self, range: NSRange) -> Option<Id<NSData>>
unsafe fn accessibilityRTFForRange(&self, range: NSRange) -> Option<Id<NSData>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSData only.Source§unsafe fn accessibilityStyleRangeForIndex(&self, index: NSInteger) -> NSRange
unsafe fn accessibilityStyleRangeForIndex(&self, index: NSInteger) -> NSRange
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityLineForIndex(&self, index: NSInteger) -> NSInteger
unsafe fn accessibilityLineForIndex(&self, index: NSInteger) -> NSInteger
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityToolbarButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityToolbarButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityToolbarButton(
&self,
accessibility_toolbar_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityToolbarButton( &self, accessibility_toolbar_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityModal(&self) -> bool
unsafe fn isAccessibilityModal(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityModal(&self, accessibility_modal: bool)
unsafe fn setAccessibilityModal(&self, accessibility_modal: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityProxy(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityProxy(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityProxy(&self, accessibility_proxy: Option<&AnyObject>)
unsafe fn setAccessibilityProxy(&self, accessibility_proxy: Option<&AnyObject>)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityMain(&self) -> bool
unsafe fn isAccessibilityMain(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMain(&self, accessibility_main: bool)
unsafe fn setAccessibilityMain(&self, accessibility_main: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityFullScreenButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityFullScreenButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityFullScreenButton(
&self,
accessibility_full_screen_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityFullScreenButton( &self, accessibility_full_screen_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityGrowArea(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityGrowArea(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityGrowArea(
&self,
accessibility_grow_area: Option<&AnyObject>,
)
unsafe fn setAccessibilityGrowArea( &self, accessibility_grow_area: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityDocument(&self) -> Option<Id<NSString>>
unsafe fn accessibilityDocument(&self) -> Option<Id<NSString>>
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn setAccessibilityDocument(
&self,
accessibility_document: Option<&NSString>,
)
unsafe fn setAccessibilityDocument( &self, accessibility_document: Option<&NSString>, )
icrate::AppKit has been moved to objc2-app-kitFoundation_NSString only.Source§unsafe fn accessibilityDefaultButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityDefaultButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityDefaultButton(
&self,
accessibility_default_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityDefaultButton( &self, accessibility_default_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityCloseButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityCloseButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityCloseButton(
&self,
accessibility_close_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityCloseButton( &self, accessibility_close_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityZoomButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityZoomButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityZoomButton(
&self,
accessibility_zoom_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityZoomButton( &self, accessibility_zoom_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityMinimizeButton(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityMinimizeButton(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMinimizeButton(
&self,
accessibility_minimize_button: Option<&AnyObject>,
)
unsafe fn setAccessibilityMinimizeButton( &self, accessibility_minimize_button: Option<&AnyObject>, )
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityMinimized(&self) -> bool
unsafe fn isAccessibilityMinimized(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn setAccessibilityMinimized(&self, accessibility_minimized: bool)
unsafe fn setAccessibilityMinimized(&self, accessibility_minimized: bool)
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityCustomActions(
&self,
) -> Option<Id<NSArray<NSAccessibilityCustomAction>>>
unsafe fn accessibilityCustomActions( &self, ) -> Option<Id<NSArray<NSAccessibilityCustomAction>>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAccessibilityCustomAction and Foundation_NSArray only.Source§unsafe fn setAccessibilityCustomActions(
&self,
accessibility_custom_actions: Option<&NSArray<NSAccessibilityCustomAction>>,
)
unsafe fn setAccessibilityCustomActions( &self, accessibility_custom_actions: Option<&NSArray<NSAccessibilityCustomAction>>, )
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAccessibilityCustomAction and Foundation_NSArray only.Source§unsafe fn accessibilityPerformCancel(&self) -> bool
unsafe fn accessibilityPerformCancel(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformConfirm(&self) -> bool
unsafe fn accessibilityPerformConfirm(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformDecrement(&self) -> bool
unsafe fn accessibilityPerformDecrement(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformDelete(&self) -> bool
unsafe fn accessibilityPerformDelete(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformIncrement(&self) -> bool
unsafe fn accessibilityPerformIncrement(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformPick(&self) -> bool
unsafe fn accessibilityPerformPick(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformPress(&self) -> bool
unsafe fn accessibilityPerformPress(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformRaise(&self) -> bool
unsafe fn accessibilityPerformRaise(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformShowAlternateUI(&self) -> bool
unsafe fn accessibilityPerformShowAlternateUI(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformShowDefaultUI(&self) -> bool
unsafe fn accessibilityPerformShowDefaultUI(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityPerformShowMenu(&self) -> bool
unsafe fn accessibilityPerformShowMenu(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§impl NSAccessibilityElementProtocol for NSApplication
impl NSAccessibilityElementProtocol for NSApplication
Source§unsafe fn accessibilityFrame(&self) -> NSRect
unsafe fn accessibilityFrame(&self) -> NSRect
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn accessibilityParent(&self) -> Option<Id<AnyObject>>
unsafe fn accessibilityParent(&self) -> Option<Id<AnyObject>>
icrate::AppKit has been moved to objc2-app-kitSource§unsafe fn isAccessibilityFocused(&self) -> bool
unsafe fn isAccessibilityFocused(&self) -> bool
icrate::AppKit has been moved to objc2-app-kitSource§impl NSAppearanceCustomization for NSApplication
impl NSAppearanceCustomization for NSApplication
Source§unsafe fn appearance(&self) -> Option<Id<NSAppearance>>
unsafe fn appearance(&self) -> Option<Id<NSAppearance>>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.Source§unsafe fn setAppearance(&self, appearance: Option<&NSAppearance>)
unsafe fn setAppearance(&self, appearance: Option<&NSAppearance>)
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.Source§unsafe fn effectiveAppearance(&self) -> Id<NSAppearance>
unsafe fn effectiveAppearance(&self) -> Id<NSAppearance>
icrate::AppKit has been moved to objc2-app-kitAppKit_NSAppearance only.Source§impl NSCoding for NSApplication
impl NSCoding for NSApplication
Source§unsafe fn encodeWithCoder(&self, coder: &NSCoder)
unsafe fn encodeWithCoder(&self, coder: &NSCoder)
icrate::Foundation has been moved to objc2-foundationFoundation and Foundation_NSCoder only.Source§impl NSMenuItemValidation for NSApplication
impl NSMenuItemValidation for NSApplication
Source§unsafe fn validateMenuItem(&self, menu_item: &NSMenuItem) -> bool
unsafe fn validateMenuItem(&self, menu_item: &NSMenuItem) -> bool
icrate::AppKit has been moved to objc2-app-kitAppKit_NSMenuItem only.Source§impl NSObjectProtocol for NSApplication
impl NSObjectProtocol for NSApplication
Source§fn isEqual(&self, other: &AnyObject) -> bool
fn isEqual(&self, other: &AnyObject) -> bool
Source§fn hash(&self) -> usize
fn hash(&self) -> usize
Source§fn isKindOfClass(&self, cls: &AnyClass) -> bool
fn isKindOfClass(&self, cls: &AnyClass) -> bool
Source§fn is_kind_of<T>(&self) -> bool
fn is_kind_of<T>(&self) -> bool
Source§fn isMemberOfClass(&self, cls: &AnyClass) -> bool
fn isMemberOfClass(&self, cls: &AnyClass) -> bool
Source§fn respondsToSelector(&self, aSelector: Sel) -> bool
fn respondsToSelector(&self, aSelector: Sel) -> bool
Source§fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
Source§fn debugDescription(&self) -> Id<NSObject>
fn debugDescription(&self) -> Id<NSObject>
Source§impl NSUserInterfaceValidations for NSApplication
impl NSUserInterfaceValidations for NSApplication
Source§unsafe fn validateUserInterfaceItem(
&self,
item: &ProtocolObject<dyn NSValidatedUserInterfaceItem>,
) -> bool
unsafe fn validateUserInterfaceItem( &self, item: &ProtocolObject<dyn NSValidatedUserInterfaceItem>, ) -> bool
icrate::AppKit has been moved to objc2-app-kit