Trait objc2_app_kit::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.

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