Trait objc2_app_kit::NSAccessibilityLayoutArea

source ·
pub unsafe trait NSAccessibilityLayoutArea: NSAccessibilityGroup {
    // Provided methods
    unsafe fn accessibilityLabel(&self) -> Id<NSString>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityChildren(&self) -> Option<Id<NSArray>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilitySelectedChildren(&self) -> Option<Id<NSArray>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityFocusedUIElement(&self) -> Id<AnyObject>
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityProtocols only.

Provided Methods§

source

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

source

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

source

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

source

unsafe fn accessibilityFocusedUIElement(&self) -> Id<AnyObject>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityLayoutArea

source§

const NAME: &'static str = "NSAccessibilityLayoutArea"

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 NSAccessibilityLayoutArea

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityLayoutArea for ProtocolObject<T>

Implementors§