[][src]Trait uikit_sys::INSFormatter

pub trait INSFormatter: Sized + Deref {
    unsafe fn stringForObjectValue_(self, obj: id) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn attributedStringForObjectValue_withDefaultAttributes_(
        self,
        obj: id,
        attrs: NSDictionary
    ) -> NSAttributedString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn editingStringForObjectValue_(self, obj: id) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getObjectValue_forString_errorDescription_(
        self,
        obj: *mut id,
        string: NSString,
        error: *mut NSString
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isPartialStringValid_newEditingString_errorDescription_(
        self,
        partialString: NSString,
        newString: *mut NSString,
        error: *mut NSString
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_(
        self,
        partialStringPtr: *mut NSString,
        proposedSelRangePtr: NSRangePointer,
        origString: NSString,
        origSelRange: NSRange,
        error: *mut NSString
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn stringForObjectValue_(self, obj: id) -> NSString where
    Self::Target: Message + Sized

unsafe fn attributedStringForObjectValue_withDefaultAttributes_(
    self,
    obj: id,
    attrs: NSDictionary
) -> NSAttributedString where
    Self::Target: Message + Sized

unsafe fn editingStringForObjectValue_(self, obj: id) -> NSString where
    Self::Target: Message + Sized

unsafe fn getObjectValue_forString_errorDescription_(
    self,
    obj: *mut id,
    string: NSString,
    error: *mut NSString
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isPartialStringValid_newEditingString_errorDescription_(
    self,
    partialString: NSString,
    newString: *mut NSString,
    error: *mut NSString
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isPartialStringValid_proposedSelectedRange_originalString_originalSelectedRange_errorDescription_(
    self,
    partialStringPtr: *mut NSString,
    proposedSelRangePtr: NSRangePointer,
    origString: NSString,
    origSelRange: NSRange,
    error: *mut NSString
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSFormatter for NSByteCountFormatter[src]

impl INSFormatter for NSDateComponentsFormatter[src]

impl INSFormatter for NSDateFormatter[src]

impl INSFormatter for NSDateIntervalFormatter[src]

impl INSFormatter for NSEnergyFormatter[src]

impl INSFormatter for NSFormatter[src]

impl INSFormatter for NSISO8601DateFormatter[src]

impl INSFormatter for NSLengthFormatter[src]

impl INSFormatter for NSListFormatter[src]

impl INSFormatter for NSMassFormatter[src]

impl INSFormatter for NSMeasurementFormatter[src]

impl INSFormatter for NSNumberFormatter[src]

impl INSFormatter for NSPersonNameComponentsFormatter[src]

impl INSFormatter for NSRelativeDateTimeFormatter[src]

Loading content...