[][src]Trait uikit_sys::IUISimpleTextPrintFormatter

pub trait IUISimpleTextPrintFormatter: Sized + Deref {
    unsafe fn initWithText_(self, text: NSString) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithAttributedText_(
        self,
        attributedText: NSAttributedString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn text(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setText_(self, text: NSString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn attributedText(self) -> NSAttributedString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAttributedText_(self, attributedText: NSAttributedString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn font(self) -> UIFont
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setFont_(self, font: UIFont)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn color(self) -> UIColor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setColor_(self, color: UIColor)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textAlignment(self) -> NSTextAlignment
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTextAlignment_(self, textAlignment: NSTextAlignment)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithText_(self, text: NSString) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithAttributedText_(
    self,
    attributedText: NSAttributedString
) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn setText_(self, text: NSString) where
    Self::Target: Message + Sized

unsafe fn attributedText(self) -> NSAttributedString where
    Self::Target: Message + Sized

unsafe fn setAttributedText_(self, attributedText: NSAttributedString) where
    Self::Target: Message + Sized

unsafe fn font(self) -> UIFont where
    Self::Target: Message + Sized

unsafe fn setFont_(self, font: UIFont) where
    Self::Target: Message + Sized

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

unsafe fn setColor_(self, color: UIColor) where
    Self::Target: Message + Sized

unsafe fn textAlignment(self) -> NSTextAlignment where
    Self::Target: Message + Sized

unsafe fn setTextAlignment_(self, textAlignment: NSTextAlignment) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUISimpleTextPrintFormatter for UISimpleTextPrintFormatter[src]

Loading content...