Trait UIResponderStandardEditActions

Source
pub unsafe trait UIResponderStandardEditActions: NSObjectProtocol + MainThreadOnly {
Show 28 methods // Provided methods unsafe fn cut(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn copy(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn paste(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn pasteAndMatchStyle(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn pasteAndGo(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn pasteAndSearch(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn select(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn selectAll(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn delete(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn makeTextWritingDirectionLeftToRight( &self, sender: Option<&AnyObject>, ) where Self: Sized + Message { ... } unsafe fn makeTextWritingDirectionRightToLeft( &self, sender: Option<&AnyObject>, ) where Self: Sized + Message { ... } unsafe fn toggleBoldface(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn toggleItalics(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn toggleUnderline(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn increaseSize(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn decreaseSize(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn find(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn findAndReplace(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn findNext(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn findPrevious(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn useSelectionForFind(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, ) where Self: Sized + Message { ... } unsafe fn print(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn rename(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn duplicate(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn move(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn export(&self, sender: Option<&AnyObject>) where Self: Sized + Message { ... } unsafe fn showWritingTools(&self, sender: &AnyObject) where Self: Sized + Message { ... }
}
Available on crate feature UIResponder only.
Expand description

Provided Methods§

Source

unsafe fn cut(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn copy(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn paste(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn pasteAndMatchStyle(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn pasteAndGo(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn pasteAndSearch(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn select(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn selectAll(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn delete(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn toggleBoldface(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn toggleItalics(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn toggleUnderline(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn increaseSize(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn decreaseSize(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn find(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn findAndReplace(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn findNext(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn findPrevious(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn useSelectionForFind(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
where Self: Sized + Message,

Available on crate feature block2 only.
Source

unsafe fn print(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn rename(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn duplicate(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn move(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn export(&self, sender: Option<&AnyObject>)
where Self: Sized + Message,

Source

unsafe fn showWritingTools(&self, sender: &AnyObject)
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn UIResponderStandardEditActions

Source§

const NAME: &'static str = "UIResponderStandardEditActions"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn UIResponderStandardEditActions

Implementations on Foreign Types§

Source§

impl<T> UIResponderStandardEditActions for ProtocolObject<T>

Implementors§

Source§

impl UIResponderStandardEditActions for UIAccessibilityElement

Available on crate feature UIAccessibilityElement only.
Source§

impl UIResponderStandardEditActions for UIActionSheet

Available on crate features UIView and UIActionSheet only.
Source§

impl UIResponderStandardEditActions for UIActivityIndicatorView

Available on crate features UIView and UIActivityIndicatorView only.
Source§

impl UIResponderStandardEditActions for UIActivityViewController

Available on crate features UIViewController and UIActivityViewController only.
Source§

impl UIResponderStandardEditActions for UIAlertController

Available on crate features UIViewController and UIAlertController only.
Source§

impl UIResponderStandardEditActions for UIAlertView

Available on crate features UIView and UIAlertView only.
Source§

impl UIResponderStandardEditActions for UIApplication

Available on crate feature UIApplication only.
Source§

impl UIResponderStandardEditActions for UIButton

Available on crate features UIControl and UIView and UIButton only.
Source§

impl UIResponderStandardEditActions for UICalendarView

Available on crate features UIView and UICalendarView only.
Source§

impl UIResponderStandardEditActions for UICloudSharingController

Available on crate features UIViewController and UICloudSharingController only.
Source§

impl UIResponderStandardEditActions for UICollectionReusableView

Available on crate features UIView and UICollectionViewCell only.
Source§

impl UIResponderStandardEditActions for UICollectionView

Available on crate features UIScrollView and UIView and UICollectionView only.
Source§

impl UIResponderStandardEditActions for UICollectionViewCell

Available on crate features UIView and UICollectionViewCell only.
Source§

impl UIResponderStandardEditActions for UICollectionViewController

Available on crate features UIViewController and UICollectionViewController only.
Source§

impl UIResponderStandardEditActions for UICollectionViewListCell

Available on crate features UICollectionViewCell and UIView and UICollectionViewListCell only.
Source§

impl UIResponderStandardEditActions for UIColorPickerViewController

Available on crate features UIViewController and UIColorPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIColorWell

Available on crate features UIControl and UIView and UIColorWell only.
Source§

impl UIResponderStandardEditActions for UIContentUnavailableView

Available on crate features UIView and UIContentUnavailableView only.
Source§

impl UIResponderStandardEditActions for UIControl

Available on crate features UIView and UIControl only.
Source§

impl UIResponderStandardEditActions for UIDatePicker

Available on crate features UIControl and UIView and UIDatePicker only.
Source§

impl UIResponderStandardEditActions for UIDocumentBrowserViewController

Available on crate features UIViewController and UIDocumentBrowserViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentMenuViewController

Available on crate features UIViewController and UIDocumentMenuViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentPickerExtensionViewController

Available on crate features UIViewController and UIDocumentPickerExtensionViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentPickerViewController

Available on crate features UIViewController and UIDocumentPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentViewController

Available on crate features UIViewController and UIDocumentViewController only.
Source§

impl UIResponderStandardEditActions for UIEventAttributionView

Available on crate features UIView and UIEventAttributionView only.
Source§

impl UIResponderStandardEditActions for UIFontPickerViewController

Available on crate features UIViewController and UIFontPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIImagePickerController

Available on crate features UINavigationController and UIViewController and UIImagePickerController only.
Source§

impl UIResponderStandardEditActions for UIImageView

Available on crate features UIView and UIImageView only.
Source§

impl UIResponderStandardEditActions for UIInputView

Available on crate features UIView and UIInputView only.
Source§

impl UIResponderStandardEditActions for UIInputViewController

Available on crate features UIViewController and UIInputViewController only.
Source§

impl UIResponderStandardEditActions for UILabel

Available on crate features UIView and UILabel only.
Source§

impl UIResponderStandardEditActions for UIListContentView

Available on crate features UIView and UIListContentConfiguration only.
Source§

impl UIResponderStandardEditActions for UINavigationBar

Available on crate features UIView and UINavigationBar only.
Source§

impl UIResponderStandardEditActions for UINavigationController

Available on crate features UIViewController and UINavigationController only.
Source§

impl UIResponderStandardEditActions for UIPageControl

Available on crate features UIControl and UIView and UIPageControl only.
Source§

impl UIResponderStandardEditActions for UIPageViewController

Available on crate features UIViewController and UIPageViewController only.
Source§

impl UIResponderStandardEditActions for UIPasteControl

Available on crate features UIControl and UIView and UIPasteControl only.
Source§

impl UIResponderStandardEditActions for UIPickerView

Available on crate features UIView and UIPickerView only.
Source§

impl UIResponderStandardEditActions for UIPopoverBackgroundView

Available on crate features UIView and UIPopoverBackgroundView only.
Source§

impl UIResponderStandardEditActions for UIProgressView

Available on crate features UIView and UIProgressView only.
Source§

impl UIResponderStandardEditActions for UIReferenceLibraryViewController

Available on crate features UIViewController and UIReferenceLibraryViewController only.
Source§

impl UIResponderStandardEditActions for UIRefreshControl

Available on crate features UIControl and UIView and UIRefreshControl only.
Source§

impl UIResponderStandardEditActions for UIResponder

Source§

impl UIResponderStandardEditActions for UIScene

Available on crate feature UIScene only.
Source§

impl UIResponderStandardEditActions for UIScrollView

Available on crate features UIView and UIScrollView only.
Source§

impl UIResponderStandardEditActions for UISearchBar

Available on crate features UIView and UISearchBar only.
Source§

impl UIResponderStandardEditActions for UISearchContainerViewController

Available on crate features UIViewController and UISearchContainerViewController only.
Source§

impl UIResponderStandardEditActions for UISearchController

Available on crate features UIViewController and UISearchController only.
Source§

impl UIResponderStandardEditActions for UISearchTextField

Available on crate features UIControl and UITextField and UIView and UISearchTextField only.
Source§

impl UIResponderStandardEditActions for UISegmentedControl

Available on crate features UIControl and UIView and UISegmentedControl only.
Source§

impl UIResponderStandardEditActions for UISlider

Available on crate features UIControl and UIView and UISlider only.
Source§

impl UIResponderStandardEditActions for UISplitViewController

Available on crate features UIViewController and UISplitViewController only.
Source§

impl UIResponderStandardEditActions for UIStackView

Available on crate features UIView and UIStackView only.
Source§

impl UIResponderStandardEditActions for UIStandardTextCursorView

Available on crate features UIView and UIStandardTextCursorView only.
Source§

impl UIResponderStandardEditActions for UIStepper

Available on crate features UIControl and UIView and UIStepper only.
Source§

impl UIResponderStandardEditActions for UISwitch

Available on crate features UIControl and UIView and UISwitch only.
Source§

impl UIResponderStandardEditActions for UITabBar

Available on crate features UIView and UITabBar only.
Source§

impl UIResponderStandardEditActions for UITabBarController

Available on crate features UIViewController and UITabBarController only.
Source§

impl UIResponderStandardEditActions for UITableView

Available on crate features UIScrollView and UIView and UITableView only.
Source§

impl UIResponderStandardEditActions for UITableViewCell

Available on crate features UIView and UITableViewCell only.
Source§

impl UIResponderStandardEditActions for UITableViewController

Available on crate features UIViewController and UITableViewController only.
Source§

impl UIResponderStandardEditActions for UITableViewHeaderFooterView

Available on crate features UIView and UITableViewHeaderFooterView only.
Source§

impl UIResponderStandardEditActions for UITextField

Available on crate features UIControl and UIView and UITextField only.
Source§

impl UIResponderStandardEditActions for UITextFormattingViewController

Available on crate features UIViewController and UITextFormattingViewController only.
Source§

impl UIResponderStandardEditActions for UITextView

Available on crate features UIScrollView and UIView and UITextView only.
Source§

impl UIResponderStandardEditActions for UIToolbar

Available on crate features UIView and UIToolbar only.
Source§

impl UIResponderStandardEditActions for UIVideoEditorController

Available on crate features UINavigationController and UIViewController and UIVideoEditorController only.
Source§

impl UIResponderStandardEditActions for UIView

Available on crate feature UIView only.
Source§

impl UIResponderStandardEditActions for UIViewController

Available on crate feature UIViewController only.
Source§

impl UIResponderStandardEditActions for UIVisualEffectView

Available on crate features UIView and UIVisualEffectView only.
Source§

impl UIResponderStandardEditActions for UIWebView

Available on crate features UIView and UIWebView only.
Source§

impl UIResponderStandardEditActions for UIWindow

Available on crate features UIView and UIWindow only.
Source§

impl UIResponderStandardEditActions for UIWindowScene

Available on crate features UIScene and UIWindowScene only.