Struct objc2_app_kit::NSDrawer

source ยท
#[repr(C)]
pub struct NSDrawer { /* private fields */ }
๐Ÿ‘ŽDeprecated: Drawers are deprecated; consider using NSSplitViewController
Available on crate features NSDrawer and NSResponder only.

Implementationsยง

sourceยง

impl NSDrawer

source

pub unsafe fn initWithContentSize_preferredEdge( this: Allocated<Self>, content_size: NSSize, edge: NSRectEdge ) -> Retained<Self>

source

pub unsafe fn parentWindow(&self) -> Option<Retained<NSWindow>>

Available on crate feature NSWindow only.
source

pub unsafe fn setParentWindow(&self, parent_window: Option<&NSWindow>)

Available on crate feature NSWindow only.
source

pub unsafe fn contentView(&self) -> Option<Retained<NSView>>

Available on crate feature NSView only.
source

pub unsafe fn setContentView(&self, content_view: Option<&NSView>)

Available on crate feature NSView only.
source

pub unsafe fn preferredEdge(&self) -> NSRectEdge

source

pub unsafe fn setPreferredEdge(&self, preferred_edge: NSRectEdge)

source

pub unsafe fn delegate( &self ) -> Option<Retained<ProtocolObject<dyn NSDrawerDelegate>>>

source

pub unsafe fn setDelegate( &self, delegate: Option<&ProtocolObject<dyn NSDrawerDelegate>> )

source

pub unsafe fn open(&self)

source

pub unsafe fn openOnEdge(&self, edge: NSRectEdge)

source

pub unsafe fn close(&self)

source

pub unsafe fn open_(&self, sender: Option<&AnyObject>)

source

pub unsafe fn close_(&self, sender: Option<&AnyObject>)

source

pub unsafe fn toggle(&self, sender: Option<&AnyObject>)

source

pub unsafe fn state(&self) -> NSInteger

source

pub unsafe fn edge(&self) -> NSRectEdge

source

pub unsafe fn contentSize(&self) -> NSSize

source

pub unsafe fn setContentSize(&self, content_size: NSSize)

source

pub unsafe fn minContentSize(&self) -> NSSize

source

pub unsafe fn setMinContentSize(&self, min_content_size: NSSize)

source

pub unsafe fn maxContentSize(&self) -> NSSize

source

pub unsafe fn setMaxContentSize(&self, max_content_size: NSSize)

source

pub unsafe fn leadingOffset(&self) -> CGFloat

source

pub unsafe fn setLeadingOffset(&self, leading_offset: CGFloat)

source

pub unsafe fn trailingOffset(&self) -> CGFloat

source

pub unsafe fn setTrailingOffset(&self, trailing_offset: CGFloat)

sourceยง

impl NSDrawer

Methods declared on superclass NSResponder

source

pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>

source

pub unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder ) -> Option<Retained<Self>>

sourceยง

impl NSDrawer

Methods declared on superclass NSObject

source

pub unsafe fn new(mtm: MainThreadMarker) -> Retained<Self>

Methods from Deref<Target = NSResponder>ยง

source

pub unsafe fn interfaceStyle(&self) -> NSInterfaceStyle

๐Ÿ‘ŽDeprecated
Available on crate feature NSInterfaceStyle only.
source

pub unsafe fn setInterfaceStyle(&self, interface_style: NSInterfaceStyle)

๐Ÿ‘ŽDeprecated
Available on crate feature NSInterfaceStyle only.
source

pub unsafe fn nextResponder(&self) -> Option<Retained<NSResponder>>

source

pub unsafe fn setNextResponder(&self, next_responder: Option<&NSResponder>)

source

pub unsafe fn tryToPerform_with( &self, action: Sel, object: Option<&AnyObject> ) -> bool

source

pub unsafe fn performKeyEquivalent(&self, event: &NSEvent) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn validRequestorForSendType_returnType( &self, send_type: Option<&NSPasteboardType>, return_type: Option<&NSPasteboardType> ) -> Option<Retained<AnyObject>>

Available on crate feature NSPasteboard only.
source

pub unsafe fn mouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseMoved(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn scrollWheel(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rightMouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn otherMouseDragged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseEntered(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn mouseExited(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn keyDown(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn keyUp(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn flagsChanged(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn tabletPoint(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn tabletProximity(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn cursorUpdate(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn magnifyWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn rotateWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn swipeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn beginGestureWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn endGestureWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn smartMagnifyWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn changeModeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesBeganWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesMovedWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesEndedWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn touchesCancelledWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn quickLookWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn pressureChangeWithEvent(&self, event: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn noResponderFor(&self, event_selector: Sel)

source

pub unsafe fn acceptsFirstResponder(&self) -> bool

source

pub unsafe fn becomeFirstResponder(&self) -> bool

source

pub unsafe fn resignFirstResponder(&self) -> bool

source

pub unsafe fn interpretKeyEvents(&self, event_array: &NSArray<NSEvent>)

Available on crate feature NSEvent only.
source

pub unsafe fn flushBufferedKeyEvents(&self)

source

pub unsafe fn menu(&self) -> Option<Retained<NSMenu>>

Available on crate feature NSMenu only.
source

pub unsafe fn setMenu(&self, menu: Option<&NSMenu>)

Available on crate feature NSMenu only.
source

pub unsafe fn showContextHelp(&self, sender: Option<&AnyObject>)

source

pub unsafe fn helpRequested(&self, event_ptr: &NSEvent)

Available on crate feature NSEvent only.
source

pub unsafe fn shouldBeTreatedAsInkEvent(&self, event: &NSEvent) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn wantsScrollEventsForSwipeTrackingOnAxis( &self, axis: NSEventGestureAxis ) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn wantsForwardedScrollEventsForAxis( &self, axis: NSEventGestureAxis ) -> bool

Available on crate feature NSEvent only.
source

pub unsafe fn supplementalTargetForAction_sender( &self, action: Sel, sender: Option<&AnyObject> ) -> Option<Retained<AnyObject>>

source

pub unsafe fn undoManager(&self) -> Option<Retained<NSUndoManager>>

source

pub unsafe fn validateProposedFirstResponder_forEvent( &self, responder: &NSResponder, event: Option<&NSEvent> ) -> bool

Available on crate feature NSEvent only.
source

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 )

Available on crate feature NSWindow only.
source

pub unsafe fn presentError(&self, error: &NSError) -> bool

source

pub unsafe fn willPresentError(&self, error: &NSError) -> Retained<NSError>

source

pub unsafe fn performTextFinderAction(&self, sender: Option<&AnyObject>)

source

pub unsafe fn newWindowForTab(&self, sender: Option<&AnyObject>)

source

pub unsafe fn performMnemonic(&self, string: &NSString) -> bool

๐Ÿ‘ŽDeprecated: This has always returned NO and had no effect on macOS
source

pub unsafe fn touchBar(&self) -> Option<Retained<NSTouchBar>>

Available on crate feature NSTouchBar only.
source

pub unsafe fn setTouchBar(&self, touch_bar: Option<&NSTouchBar>)

Available on crate feature NSTouchBar only.
source

pub unsafe fn makeTouchBar(&self) -> Option<Retained<NSTouchBar>>

Available on crate feature NSTouchBar only.
source

pub unsafe fn userActivity(&self) -> Option<Retained<NSUserActivity>>

Available on crate feature NSUserActivity only.
source

pub unsafe fn setUserActivity(&self, user_activity: Option<&NSUserActivity>)

Available on crate feature NSUserActivity only.
source

pub unsafe fn updateUserActivityState(&self, user_activity: &NSUserActivity)

Available on crate feature NSUserActivity only.
source

pub unsafe fn encodeRestorableStateWithCoder(&self, coder: &NSCoder)

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn encodeRestorableStateWithCoder_backgroundQueue( &self, coder: &NSCoder, queue: &NSOperationQueue )

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn restoreStateWithCoder(&self, coder: &NSCoder)

Available on crate feature NSWindowRestoration only.
source

pub unsafe fn invalidateRestorableState(&self)

Available on crate feature NSWindowRestoration only.

Methods from Deref<Target = NSObject>ยง

source

pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !

Handle messages the object doesnโ€™t recognize.

See Appleโ€™s documentation for details.

Methods from Deref<Target = AnyObject>ยง

source

pub fn class(&self) -> &'static AnyClass

Available on crate feature NSAccessibilityConstants only.

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());
source

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T
where T: Encode,

๐Ÿ‘ŽDeprecated: this is difficult to use correctly, use Ivar::load instead.
Available on crate feature NSAccessibilityConstants only.

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.

source

pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut T
where T: Encode,

๐Ÿ‘ŽDeprecated: this is difficult to use correctly, use Ivar::load_mut instead.
Available on crate feature NSAccessibilityConstants only.

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 NSDrawer

sourceยง

fn as_mut(&mut self) -> &mut AnyObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<NSDrawer> for NSDrawer

sourceยง

fn as_mut(&mut self) -> &mut Self

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<NSObject> for NSDrawer

sourceยง

fn as_mut(&mut self) -> &mut NSObject

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsMut<NSResponder> for NSDrawer

sourceยง

fn as_mut(&mut self) -> &mut NSResponder

Converts this type into a mutable reference of the (usually inferred) input type.
sourceยง

impl AsRef<AnyObject> for NSDrawer

sourceยง

fn as_ref(&self) -> &AnyObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<NSDrawer> for NSDrawer

sourceยง

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<NSObject> for NSDrawer

sourceยง

fn as_ref(&self) -> &NSObject

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl AsRef<NSResponder> for NSDrawer

sourceยง

fn as_ref(&self) -> &NSResponder

Converts this type into a shared reference of the (usually inferred) input type.
sourceยง

impl Borrow<AnyObject> for NSDrawer

sourceยง

fn borrow(&self) -> &AnyObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<NSObject> for NSDrawer

sourceยง

fn borrow(&self) -> &NSObject

Immutably borrows from an owned value. Read more
sourceยง

impl Borrow<NSResponder> for NSDrawer

sourceยง

fn borrow(&self) -> &NSResponder

Immutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<AnyObject> for NSDrawer

sourceยง

fn borrow_mut(&mut self) -> &mut AnyObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<NSObject> for NSDrawer

sourceยง

fn borrow_mut(&mut self) -> &mut NSObject

Mutably borrows from an owned value. Read more
sourceยง

impl BorrowMut<NSResponder> for NSDrawer

sourceยง

fn borrow_mut(&mut self) -> &mut NSResponder

Mutably borrows from an owned value. Read more
sourceยง

impl ClassType for NSDrawer

ยง

type Super = NSResponder

The superclass of this class. Read more
ยง

type Mutability = MainThreadOnly

Whether the type is mutable or immutable. Read more
sourceยง

const NAME: &'static str = "NSDrawer"

The name of the Objective-C class that this type represents. Read more
sourceยง

fn class() -> &'static AnyClass

Get a reference to the Objective-C class that this type represents. Read more
sourceยง

fn as_super(&self) -> &Self::Super

Get an immutable reference to the superclass.
sourceยง

fn as_super_mut(&mut self) -> &mut Self::Super

Get a mutable reference to the superclass.
sourceยง

fn retain(&self) -> Retained<Self>
where Self: IsRetainable + Sized,

Increment the reference count of the receiver. Read more
sourceยง

impl Debug for NSDrawer

sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
sourceยง

impl Deref for NSDrawer

ยง

type Target = NSResponder

The resulting type after dereferencing.
sourceยง

fn deref(&self) -> &Self::Target

Dereferences the value.
sourceยง

impl DerefMut for NSDrawer

sourceยง

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
sourceยง

impl Hash for NSDrawer

sourceยง

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 ยท sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
sourceยง

impl NSAccessibility for NSDrawer

Available on crate feature NSAccessibilityProtocols only.
sourceยง

unsafe fn isAccessibilityElement(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityElement(&self, accessibility_element: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityFrame(&self) -> NSRect
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFrame(&self, accessibility_frame: NSRect)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityFocused(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFocused(&self, accessibility_focused: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityActivationPoint(&self) -> NSPoint
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityActivationPoint( &self, accessibility_activation_point: NSPoint )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityTopLevelUIElement(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityTopLevelUIElement( &self, accessibility_top_level_ui_element: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityURL(&self) -> Option<Retained<NSURL>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityURL(&self, accessibility_url: Option<&NSURL>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityValue(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityValue(&self, accessibility_value: Option<&AnyObject>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityValueDescription(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityValueDescription( &self, accessibility_value_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVisibleChildren(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVisibleChildren( &self, accessibility_visible_children: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySubrole( &self ) -> Option<Retained<NSAccessibilitySubrole>>
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilitySubrole( &self, accessibility_subrole: Option<&NSAccessibilitySubrole> )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityTitle(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityTitle(&self, accessibility_title: Option<&NSString>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityTitleUIElement(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityTitleUIElement( &self, accessibility_title_ui_element: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityNextContents(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityNextContents( &self, accessibility_next_contents: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityOrientation(&self) -> NSAccessibilityOrientation
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityOrientation( &self, accessibility_orientation: NSAccessibilityOrientation )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityOverflowButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityOverflowButton( &self, accessibility_overflow_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityParent(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityParent( &self, accessibility_parent: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPlaceholderValue(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityPlaceholderValue( &self, accessibility_placeholder_value: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPreviousContents(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityPreviousContents( &self, accessibility_previous_contents: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRole(&self) -> Option<Retained<NSAccessibilityRole>>
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityRole( &self, accessibility_role: Option<&NSAccessibilityRole> )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityRoleDescription(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRoleDescription( &self, accessibility_role_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySearchButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySearchButton( &self, accessibility_search_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySearchMenu(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySearchMenu( &self, accessibility_search_menu: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilitySelected(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelected(&self, accessibility_selected: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedChildren(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedChildren( &self, accessibility_selected_children: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityServesAsTitleForUIElements( &self ) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityServesAsTitleForUIElements( &self, accessibility_serves_as_title_for_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityShownMenu(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityShownMenu( &self, accessibility_shown_menu: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMinValue(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMinValue( &self, accessibility_min_value: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMaxValue(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMaxValue( &self, accessibility_max_value: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLinkedUIElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityLinkedUIElements( &self, accessibility_linked_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityWindow(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityWindow( &self, accessibility_window: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityIdentifier(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityIdentifier( &self, accessibility_identifier: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityHelp(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHelp(&self, accessibility_help: Option<&NSString>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityFilename(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFilename( &self, accessibility_filename: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityExpanded(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityExpanded(&self, accessibility_expanded: bool)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityEdited(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityEdited(&self, accessibility_edited: bool)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityEnabled(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityEnabled(&self, accessibility_enabled: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityChildren(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityChildren( &self, accessibility_children: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityChildrenInNavigationOrder( &self ) -> Option<Retained<NSArray<ProtocolObject<dyn NSAccessibilityElementProtocol>>>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityChildrenInNavigationOrder( &self, accessibility_children_in_navigation_order: Option<&NSArray<ProtocolObject<dyn NSAccessibilityElementProtocol>>> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityClearButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityClearButton( &self, accessibility_clear_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCancelButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityCancelButton( &self, accessibility_cancel_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityProtectedContent(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityProtectedContent( &self, accessibility_protected_content: bool )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityContents(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityContents( &self, accessibility_contents: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLabel(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityLabel(&self, accessibility_label: Option<&NSString>)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityAlternateUIVisible(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityAlternateUIVisible( &self, accessibility_alternate_ui_visible: bool )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySharedFocusElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySharedFocusElements( &self, accessibility_shared_focus_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityRequired(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRequired(&self, accessibility_required: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCustomRotors( &self ) -> Retained<NSArray<NSAccessibilityCustomRotor>>
where Self: Sized + Message,

Available on crate feature NSAccessibilityCustomRotor only.
sourceยง

unsafe fn setAccessibilityCustomRotors( &self, accessibility_custom_rotors: &NSArray<NSAccessibilityCustomRotor> )
where Self: Sized + Message,

Available on crate feature NSAccessibilityCustomRotor only.
sourceยง

unsafe fn accessibilityUserInputLabels( &self ) -> Option<Retained<NSArray<NSString>>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityUserInputLabels( &self, accessibility_user_input_labels: Option<&NSArray<NSString>> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityAttributedUserInputLabels( &self ) -> Option<Retained<NSArray<NSAttributedString>>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityAttributedUserInputLabels( &self, accessibility_attributed_user_input_labels: Option<&NSArray<NSAttributedString>> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityApplicationFocusedUIElement( &self ) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityApplicationFocusedUIElement( &self, accessibility_application_focused_ui_element: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMainWindow(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMainWindow( &self, accessibility_main_window: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityHidden(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHidden(&self, accessibility_hidden: bool)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityFrontmost(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFrontmost(&self, accessibility_frontmost: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityFocusedWindow(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFocusedWindow( &self, accessibility_focused_window: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityWindows(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityWindows( &self, accessibility_windows: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityExtrasMenuBar(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityExtrasMenuBar( &self, accessibility_extras_menu_bar: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMenuBar(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMenuBar( &self, accessibility_menu_bar: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityColumnTitles(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityColumnTitles( &self, accessibility_column_titles: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityOrderedByRow(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityOrderedByRow( &self, accessibility_ordered_by_row: bool )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityHorizontalUnits(&self) -> NSAccessibilityUnits
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityHorizontalUnits( &self, accessibility_horizontal_units: NSAccessibilityUnits )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityVerticalUnits(&self) -> NSAccessibilityUnits
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityVerticalUnits( &self, accessibility_vertical_units: NSAccessibilityUnits )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityHorizontalUnitDescription( &self ) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHorizontalUnitDescription( &self, accessibility_horizontal_unit_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVerticalUnitDescription( &self ) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVerticalUnitDescription( &self, accessibility_vertical_unit_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLayoutPointForScreenPoint( &self, point: NSPoint ) -> NSPoint
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLayoutSizeForScreenSize(&self, size: NSSize) -> NSSize
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityScreenPointForLayoutPoint( &self, point: NSPoint ) -> NSPoint
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityScreenSizeForLayoutSize(&self, size: NSSize) -> NSSize
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityHandles(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHandles( &self, accessibility_handles: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityWarningValue(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityWarningValue( &self, accessibility_warning_value: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCriticalValue(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityCriticalValue( &self, accessibility_critical_value: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityDisclosed(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDisclosed(&self, accessibility_disclosed: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDisclosedByRow(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDisclosedByRow( &self, accessibility_disclosed_by_row: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDisclosedRows(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDisclosedRows( &self, accessibility_disclosed_rows: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDisclosureLevel(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDisclosureLevel( &self, accessibility_disclosure_level: NSInteger )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMarkerUIElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMarkerUIElements( &self, accessibility_marker_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMarkerValues(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMarkerValues( &self, accessibility_marker_values: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMarkerGroupUIElement( &self ) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMarkerGroupUIElement( &self, accessibility_marker_group_ui_element: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityUnits(&self) -> NSAccessibilityUnits
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityUnits( &self, accessibility_units: NSAccessibilityUnits )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityUnitDescription(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityUnitDescription( &self, accessibility_unit_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRulerMarkerType(&self) -> NSAccessibilityRulerMarkerType
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilityRulerMarkerType( &self, accessibility_ruler_marker_type: NSAccessibilityRulerMarkerType )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityMarkerTypeDescription( &self ) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMarkerTypeDescription( &self, accessibility_marker_type_description: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityHorizontalScrollBar(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHorizontalScrollBar( &self, accessibility_horizontal_scroll_bar: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVerticalScrollBar(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVerticalScrollBar( &self, accessibility_vertical_scroll_bar: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityAllowedValues( &self ) -> Option<Retained<NSArray<NSNumber>>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityAllowedValues( &self, accessibility_allowed_values: Option<&NSArray<NSNumber>> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLabelUIElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityLabelUIElements( &self, accessibility_label_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLabelValue(&self) -> c_float
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityLabelValue(&self, accessibility_label_value: c_float)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySplitters(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySplitters( &self, accessibility_splitters: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDecrementButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDecrementButton( &self, accessibility_decrement_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityIncrementButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityIncrementButton( &self, accessibility_increment_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityTabs(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityTabs(&self, accessibility_tabs: Option<&NSArray>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityHeader(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityHeader( &self, accessibility_header: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityColumnCount(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityColumnCount( &self, accessibility_column_count: NSInteger )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRowCount(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRowCount(&self, accessibility_row_count: NSInteger)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityIndex(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityIndex(&self, accessibility_index: NSInteger)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityColumns(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityColumns( &self, accessibility_columns: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRows(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRows(&self, accessibility_rows: Option<&NSArray>)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVisibleRows(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVisibleRows( &self, accessibility_visible_rows: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedRows(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedRows( &self, accessibility_selected_rows: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVisibleColumns(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVisibleColumns( &self, accessibility_visible_columns: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedColumns(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedColumns( &self, accessibility_selected_columns: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySortDirection(&self) -> NSAccessibilitySortDirection
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn setAccessibilitySortDirection( &self, accessibility_sort_direction: NSAccessibilitySortDirection )
where Self: Sized + Message,

Available on crate feature NSAccessibilityConstants only.
sourceยง

unsafe fn accessibilityRowHeaderUIElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRowHeaderUIElements( &self, accessibility_row_header_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedCells(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedCells( &self, accessibility_selected_cells: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVisibleCells(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVisibleCells( &self, accessibility_visible_cells: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityColumnHeaderUIElements( &self ) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityColumnHeaderUIElements( &self, accessibility_column_header_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCellForColumn_row( &self, column: NSInteger, row: NSInteger ) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRowIndexRange(&self) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityRowIndexRange( &self, accessibility_row_index_range: NSRange )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityColumnIndexRange(&self) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityColumnIndexRange( &self, accessibility_column_index_range: NSRange )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityInsertionPointLineNumber(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityInsertionPointLineNumber( &self, accessibility_insertion_point_line_number: NSInteger )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySharedCharacterRange(&self) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySharedCharacterRange( &self, accessibility_shared_character_range: NSRange )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySharedTextUIElements(&self) -> Option<Retained<NSArray>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySharedTextUIElements( &self, accessibility_shared_text_ui_elements: Option<&NSArray> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityVisibleCharacterRange(&self) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityVisibleCharacterRange( &self, accessibility_visible_character_range: NSRange )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityNumberOfCharacters(&self) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityNumberOfCharacters( &self, accessibility_number_of_characters: NSInteger )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedText(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedText( &self, accessibility_selected_text: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedTextRange(&self) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedTextRange( &self, accessibility_selected_text_range: NSRange )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilitySelectedTextRanges( &self ) -> Option<Retained<NSArray<NSValue>>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilitySelectedTextRanges( &self, accessibility_selected_text_ranges: Option<&NSArray<NSValue>> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityAttributedStringForRange( &self, range: NSRange ) -> Option<Retained<NSAttributedString>>
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRangeForLine(&self, line: NSInteger) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityStringForRange( &self, range: NSRange ) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRangeForPosition(&self, point: NSPoint) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRangeForIndex(&self, index: NSInteger) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityFrameForRange(&self, range: NSRange) -> NSRect
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityRTFForRange( &self, range: NSRange ) -> Option<Retained<NSData>>
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityStyleRangeForIndex(&self, index: NSInteger) -> NSRange
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityLineForIndex(&self, index: NSInteger) -> NSInteger
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityToolbarButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityToolbarButton( &self, accessibility_toolbar_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityModal(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityModal(&self, accessibility_modal: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityProxy(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityProxy(&self, accessibility_proxy: Option<&AnyObject>)
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityMain(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMain(&self, accessibility_main: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityFullScreenButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityFullScreenButton( &self, accessibility_full_screen_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityGrowArea(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityGrowArea( &self, accessibility_grow_area: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDocument(&self) -> Option<Retained<NSString>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDocument( &self, accessibility_document: Option<&NSString> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityDefaultButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityDefaultButton( &self, accessibility_default_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCloseButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityCloseButton( &self, accessibility_close_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityZoomButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityZoomButton( &self, accessibility_zoom_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityMinimizeButton(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMinimizeButton( &self, accessibility_minimize_button: Option<&AnyObject> )
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityMinimized(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn setAccessibilityMinimized(&self, accessibility_minimized: bool)
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityCustomActions( &self ) -> Option<Retained<NSArray<NSAccessibilityCustomAction>>>
where Self: Sized + Message,

Available on crate feature NSAccessibilityCustomAction only.
sourceยง

unsafe fn setAccessibilityCustomActions( &self, accessibility_custom_actions: Option<&NSArray<NSAccessibilityCustomAction>> )
where Self: Sized + Message,

Available on crate feature NSAccessibilityCustomAction only.
sourceยง

unsafe fn accessibilityPerformCancel(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformConfirm(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformDecrement(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformDelete(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformIncrement(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformPick(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformPress(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformRaise(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformShowAlternateUI(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformShowDefaultUI(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityPerformShowMenu(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilitySelectorAllowed(&self, selector: Sel) -> bool
where Self: Sized + Message,

sourceยง

impl NSAccessibilityElementProtocol for NSDrawer

Available on crate feature NSAccessibilityProtocols only.
sourceยง

unsafe fn accessibilityFrame(&self) -> NSRect
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityParent(&self) -> Option<Retained<AnyObject>>
where Self: Sized + Message,

sourceยง

unsafe fn isAccessibilityFocused(&self) -> bool
where Self: Sized + Message,

sourceยง

unsafe fn accessibilityIdentifier(&self) -> Retained<NSString>
where Self: Sized + Message,

sourceยง

impl NSCoding for NSDrawer

sourceยง

unsafe fn encodeWithCoder(&self, coder: &NSCoder)
where Self: Sized + Message,

Available on crate feature NSCoder only.
sourceยง

unsafe fn initWithCoder( this: Allocated<Self>, coder: &NSCoder ) -> Option<Retained<Self>>
where Self: Sized + Message,

Available on crate feature NSCoder only.
sourceยง

impl NSObjectProtocol for NSDrawer

sourceยง

fn isEqual(&self, other: &AnyObject) -> bool
where Self: Sized + Message,

Check whether the object is equal to an arbitrary other object. Read more
sourceยง

fn hash(&self) -> usize
where Self: Sized + Message,

An integer that can be used as a table address in a hash table structure. Read more
sourceยง

fn isKindOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of the class, or one of its subclasses. Read more
sourceยง

fn is_kind_of<T>(&self) -> bool
where T: ClassType, Self: Sized + Message,

Check if the object is an instance of the class type, or one of its subclasses. Read more
sourceยง

fn isMemberOfClass(&self, cls: &AnyClass) -> bool
where Self: Sized + Message,

Check if the object is an instance of a specific class, without checking subclasses. Read more
sourceยง

fn respondsToSelector(&self, aSelector: Sel) -> bool
where Self: Sized + Message,

Check whether the object implements or inherits a method with the given selector. Read more
sourceยง

fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
where Self: Sized + Message,

Check whether the object conforms to a given protocol. Read more
sourceยง

fn description(&self) -> Retained<NSObject>
where Self: Sized + Message,

A textual representation of the object. Read more
sourceยง

fn debugDescription(&self) -> Retained<NSObject>
where Self: Sized + Message,

A textual representation of the object to use when debugging. Read more
sourceยง

fn isProxy(&self) -> bool
where Self: Sized + Message,

Check whether the receiver is a subclass of the NSProxy root class instead of the usual NSObject. Read more
sourceยง

fn retainCount(&self) -> usize
where Self: Sized + Message,

The reference count of the object. Read more
sourceยง

impl PartialEq for NSDrawer

sourceยง

fn eq(&self, other: &NSDrawer) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 ยท sourceยง

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
sourceยง

impl RefEncode for NSDrawer

sourceยง

const ENCODING_REF: Encoding = <NSResponder as ::objc2::RefEncode>::ENCODING_REF

The Objective-C type-encoding for a reference of this type. Read more
sourceยง

impl Eq for NSDrawer

sourceยง

impl Message for NSDrawer

sourceยง

impl StructuralPartialEq for NSDrawer

Auto Trait Implementationsยง

Blanket Implementationsยง

sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> CounterpartOrSelf for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityCounterpartOrSelf<T>,

ยง

type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable

The immutable counterpart of the type, or Self if the type has no immutable counterpart. Read more
ยง

type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable

The mutable counterpart of the type, or Self if the type has no mutable counterpart. Read more
sourceยง

impl<T> From<T> for T

sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

ยง

type Error = Infallible

The type returned in the event of a conversion error.
sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

ยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
sourceยง

impl<T> AutoreleaseSafe for T
where T: ?Sized,

sourceยง

impl<T> IsIdCloneable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsIdCloneable,

sourceยง

impl<T> IsMainThreadOnly for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsMainThreadOnly,

sourceยง

impl<T> IsRetainable for T
where T: ClassType + ?Sized, <T as ClassType>::Mutability: MutabilityIsRetainable,