[][src]Trait uikit_sys::IUIFocusUpdateContext

pub trait IUIFocusUpdateContext: Sized + Deref {
    unsafe fn previouslyFocusedItem(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn nextFocusedItem(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn previouslyFocusedView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn nextFocusedView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn focusHeading(self) -> UIFocusHeading
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

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

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

unsafe fn focusHeading(self) -> UIFocusHeading where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIFocusUpdateContext for UICollectionViewFocusUpdateContext[src]

impl IUIFocusUpdateContext for UIFocusUpdateContext[src]

impl IUIFocusUpdateContext for UITableViewFocusUpdateContext[src]

Loading content...