[][src]Trait uikit_sys::PUIFocusEnvironment

pub trait PUIFocusEnvironment: Sized + Deref {
    unsafe fn setNeedsFocusUpdate(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn updateFocusIfNeeded(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shouldUpdateFocusInContext_(
        self,
        context: UIFocusUpdateContext
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn didUpdateFocusInContext_withAnimationCoordinator_(
        self,
        context: UIFocusUpdateContext,
        coordinator: UIFocusAnimationCoordinator
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn soundIdentifierForFocusUpdateInContext_(
        self,
        context: UIFocusUpdateContext
    ) -> UIFocusSoundIdentifier
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn preferredFocusEnvironments(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn parentFocusEnvironment(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn focusItemContainer(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn preferredFocusedView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn setNeedsFocusUpdate(self) where
    Self::Target: Message + Sized

unsafe fn updateFocusIfNeeded(self) where
    Self::Target: Message + Sized

unsafe fn shouldUpdateFocusInContext_(
    self,
    context: UIFocusUpdateContext
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn didUpdateFocusInContext_withAnimationCoordinator_(
    self,
    context: UIFocusUpdateContext,
    coordinator: UIFocusAnimationCoordinator
) where
    Self::Target: Message + Sized

unsafe fn soundIdentifierForFocusUpdateInContext_(
    self,
    context: UIFocusUpdateContext
) -> UIFocusSoundIdentifier where
    Self::Target: Message + Sized

unsafe fn preferredFocusEnvironments(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn parentFocusEnvironment(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn focusItemContainer(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn preferredFocusedView(self) -> UIView where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIFocusEnvironment for UIPresentationController[src]

impl PUIFocusEnvironment for UIViewController[src]

Loading content...