[][src]Trait uikit_sys::IUIContextualAction

pub trait IUIContextualAction: Sized + Deref {
    unsafe fn style(self) -> UIContextualActionStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn handler(self) -> UIContextualActionHandler
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn title(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTitle_(self, title: NSString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn backgroundColor(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBackgroundColor_(self, backgroundColor: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn image(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setImage_(self, image: UIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contextualActionWithStyle_title_handler_(
        style: UIContextualActionStyle,
        title: NSString,
        handler: UIContextualActionHandler
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn style(self) -> UIContextualActionStyle where
    Self::Target: Message + Sized

unsafe fn handler(self) -> UIContextualActionHandler where
    Self::Target: Message + Sized

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

unsafe fn setTitle_(self, title: NSString) where
    Self::Target: Message + Sized

unsafe fn backgroundColor(self) -> UIColor where
    Self::Target: Message + Sized

unsafe fn setBackgroundColor_(self, backgroundColor: UIColor) where
    Self::Target: Message + Sized

unsafe fn image(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setImage_(self, image: UIImage) where
    Self::Target: Message + Sized

unsafe fn contextualActionWithStyle_title_handler_(
    style: UIContextualActionStyle,
    title: NSString,
    handler: UIContextualActionHandler
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIContextualAction for UIContextualAction[src]

Loading content...