[][src]Trait uikit_sys::PUITextPasteDelegate

pub trait PUITextPasteDelegate: Sized + Deref {
    unsafe fn textPasteConfigurationSupporting_transformPasteItem_(
        self,
        textPasteConfigurationSupporting: *mut u64,
        item: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textPasteConfigurationSupporting_combineItemAttributedStrings_forRange_(
        self,
        textPasteConfigurationSupporting: *mut u64,
        itemStrings: NSArray,
        textRange: UITextRange
    ) -> NSAttributedString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textPasteConfigurationSupporting_performPasteOfAttributedString_toRange_(
        self,
        textPasteConfigurationSupporting: *mut u64,
        attributedString: NSAttributedString,
        textRange: UITextRange
    ) -> UITextRange
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn textPasteConfigurationSupporting_shouldAnimatePasteOfAttributedString_toRange_(
        self,
        textPasteConfigurationSupporting: *mut u64,
        attributedString: NSAttributedString,
        textRange: UITextRange
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn textPasteConfigurationSupporting_transformPasteItem_(
    self,
    textPasteConfigurationSupporting: *mut u64,
    item: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn textPasteConfigurationSupporting_combineItemAttributedStrings_forRange_(
    self,
    textPasteConfigurationSupporting: *mut u64,
    itemStrings: NSArray,
    textRange: UITextRange
) -> NSAttributedString where
    Self::Target: Message + Sized

unsafe fn textPasteConfigurationSupporting_performPasteOfAttributedString_toRange_(
    self,
    textPasteConfigurationSupporting: *mut u64,
    attributedString: NSAttributedString,
    textRange: UITextRange
) -> UITextRange where
    Self::Target: Message + Sized

unsafe fn textPasteConfigurationSupporting_shouldAnimatePasteOfAttributedString_toRange_(
    self,
    textPasteConfigurationSupporting: *mut u64,
    attributedString: NSAttributedString,
    textRange: UITextRange
) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...