[][src]Trait uikit_sys::IUIPreviewParameters

pub trait IUIPreviewParameters: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithTextLineRects_(
        self,
        textLineRects: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn visiblePath(self) -> UIBezierPath
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setVisiblePath_(self, visiblePath: UIBezierPath)
    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
, { ... } }

Provided methods

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

unsafe fn initWithTextLineRects_(self, textLineRects: NSArray) -> instancetype where
    Self::Target: Message + Sized

unsafe fn visiblePath(self) -> UIBezierPath where
    Self::Target: Message + Sized

unsafe fn setVisiblePath_(self, visiblePath: UIBezierPath) 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

Loading content...

Implementors

impl IUIPreviewParameters for UIDragPreviewParameters[src]

impl IUIPreviewParameters for UIPreviewParameters[src]

Loading content...