[][src]Trait uikit_sys::IUIApplicationShortcutItem

pub trait IUIApplicationShortcutItem: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithType_localizedTitle_localizedSubtitle_icon_userInfo_(
        self,
        type_: NSString,
        localizedTitle: NSString,
        localizedSubtitle: NSString,
        icon: UIApplicationShortcutIcon,
        userInfo: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithType_localizedTitle_(
        self,
        type_: NSString,
        localizedTitle: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn type_(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn localizedTitle(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn localizedSubtitle(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn icon(self) -> UIApplicationShortcutIcon
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userInfo(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn targetContentIdentifier(self) -> id
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithType_localizedTitle_localizedSubtitle_icon_userInfo_(
    self,
    type_: NSString,
    localizedTitle: NSString,
    localizedSubtitle: NSString,
    icon: UIApplicationShortcutIcon,
    userInfo: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithType_localizedTitle_(
    self,
    type_: NSString,
    localizedTitle: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn type_(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn localizedTitle(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn localizedSubtitle(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn icon(self) -> UIApplicationShortcutIcon where
    Self::Target: Message + Sized

unsafe fn userInfo(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn targetContentIdentifier(self) -> id where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIApplicationShortcutItem for UIApplicationShortcutItem[src]

impl IUIApplicationShortcutItem for UIMutableApplicationShortcutItem[src]

Loading content...