Trait NSAccessibilityNavigableStaticText

Source
pub unsafe trait NSAccessibilityNavigableStaticText: NSAccessibilityStaticText {
    // Provided methods
    unsafe fn accessibilityStringForRange(
        &self,
        range: NSRange,
    ) -> Option<Id<NSString>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityLineForIndex(&self, index: NSInteger) -> NSInteger
       where Self: Sized + Message { ... }
    unsafe fn accessibilityRangeForLine(
        &self,
        line_number: NSInteger,
    ) -> NSRange
       where Self: Sized + Message { ... }
    unsafe fn accessibilityFrameForRange(&self, range: NSRange) -> NSRect
       where Self: Sized + Message { ... }
}
👎Deprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature AppKit only.

Provided Methods§

Source

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

👎Deprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature Foundation_NSString only.
Source

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

👎Deprecated: icrate::AppKit has been moved to objc2-app-kit
Source

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

👎Deprecated: icrate::AppKit has been moved to objc2-app-kit
Source

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

👎Deprecated: icrate::AppKit has been moved to objc2-app-kit

Trait Implementations§

Source§

impl ProtocolType for dyn NSAccessibilityNavigableStaticText

Source§

const NAME: &'static str = "NSAccessibilityNavigableStaticText"

The name of the Objective-C protocol that this type represents.
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn NSAccessibilityNavigableStaticText

Implementations on Foreign Types§

Source§

impl<T> NSAccessibilityNavigableStaticText for ProtocolObject<T>

Implementors§

Source§

impl NSAccessibilityNavigableStaticText for OSAScriptView

Available on crate features OSAKit and OSAKit_OSAScriptView only.
Source§

impl NSAccessibilityNavigableStaticText for NSComboBox

Available on crate feature AppKit_NSComboBox only.
Source§

impl NSAccessibilityNavigableStaticText for NSSearchField

Available on crate feature AppKit_NSSearchField only.
Source§

impl NSAccessibilityNavigableStaticText for NSSecureTextField

Available on crate feature AppKit_NSSecureTextField only.
Source§

impl NSAccessibilityNavigableStaticText for NSTextField

Available on crate feature AppKit_NSTextField only.
Source§

impl NSAccessibilityNavigableStaticText for NSTextView

Available on crate feature AppKit_NSTextView only.
Source§

impl NSAccessibilityNavigableStaticText for NSTokenField

Available on crate feature AppKit_NSTokenField only.