Trait NSAccessibilityLayoutArea

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

Provided Methods§

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. Read more
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§