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§
unsafe fn cut(&self, sender: Option<&AnyObject>)
unsafe fn copy(&self, sender: Option<&AnyObject>)
unsafe fn paste(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndMatchStyle(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndGo(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndSearch(&self, sender: Option<&AnyObject>)
unsafe fn select(&self, sender: Option<&AnyObject>)
unsafe fn selectAll(&self, sender: Option<&AnyObject>)
unsafe fn delete(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
unsafe fn toggleBoldface(&self, sender: Option<&AnyObject>)
unsafe fn toggleItalics(&self, sender: Option<&AnyObject>)
unsafe fn toggleUnderline(&self, sender: Option<&AnyObject>)
unsafe fn increaseSize(&self, sender: Option<&AnyObject>)
unsafe fn decreaseSize(&self, sender: Option<&AnyObject>)
unsafe fn find(&self, sender: Option<&AnyObject>)
unsafe fn findAndReplace(&self, sender: Option<&AnyObject>)
unsafe fn findNext(&self, sender: Option<&AnyObject>)
unsafe fn findPrevious(&self, sender: Option<&AnyObject>)
unsafe fn useSelectionForFind(&self, sender: Option<&AnyObject>)
unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
Available on crate feature
block2 only.unsafe fn print(&self, sender: Option<&AnyObject>)
unsafe fn rename(&self, sender: Option<&AnyObject>)
unsafe fn duplicate(&self, sender: Option<&AnyObject>)
unsafe fn move(&self, sender: Option<&AnyObject>)
unsafe fn export(&self, sender: Option<&AnyObject>)
unsafe fn showWritingTools(&self, sender: &AnyObject)
Trait Implementations§
Source§impl ProtocolType for dyn UIResponderStandardEditActions
impl ProtocolType for dyn UIResponderStandardEditActions
impl<T> ImplementedBy<T> for dyn UIResponderStandardEditActions
Implementations on Foreign Types§
impl<T> UIResponderStandardEditActions for ProtocolObject<T>where
T: ?Sized + UIResponderStandardEditActions,
Implementors§
impl UIResponderStandardEditActions for UIAccessibilityElement
Available on crate feature
UIAccessibilityElement only.impl UIResponderStandardEditActions for UIActionSheet
Available on crate features
UIView and UIActionSheet only.impl UIResponderStandardEditActions for UIActivityIndicatorView
Available on crate features
UIView and UIActivityIndicatorView only.impl UIResponderStandardEditActions for UIActivityViewController
Available on crate features
UIViewController and UIActivityViewController only.impl UIResponderStandardEditActions for UIAlertController
Available on crate features
UIViewController and UIAlertController only.impl UIResponderStandardEditActions for UIAlertView
Available on crate features
UIView and UIAlertView only.impl UIResponderStandardEditActions for UIApplication
Available on crate feature
UIApplication only.impl UIResponderStandardEditActions for UIButton
Available on crate features
UIControl and UIView and UIButton only.impl UIResponderStandardEditActions for UICalendarView
Available on crate features
UIView and UICalendarView only.impl UIResponderStandardEditActions for UICloudSharingController
Available on crate features
UIViewController and UICloudSharingController only.impl UIResponderStandardEditActions for UICollectionReusableView
Available on crate features
UIView and UICollectionViewCell only.impl UIResponderStandardEditActions for UICollectionView
Available on crate features
UIScrollView and UIView and UICollectionView only.impl UIResponderStandardEditActions for UICollectionViewCell
Available on crate features
UIView and UICollectionViewCell only.impl UIResponderStandardEditActions for UICollectionViewController
Available on crate features
UIViewController and UICollectionViewController only.impl UIResponderStandardEditActions for UICollectionViewListCell
Available on crate features
UICollectionViewCell and UIView and UICollectionViewListCell only.impl UIResponderStandardEditActions for UIColorPickerViewController
Available on crate features
UIViewController and UIColorPickerViewController only.impl UIResponderStandardEditActions for UIColorWell
Available on crate features
UIControl and UIView and UIColorWell only.impl UIResponderStandardEditActions for UIControl
Available on crate features
UIView and UIControl only.impl UIResponderStandardEditActions for UIDatePicker
Available on crate features
UIControl and UIView and UIDatePicker only.impl UIResponderStandardEditActions for UIDocumentBrowserViewController
Available on crate features
UIViewController and UIDocumentBrowserViewController only.impl UIResponderStandardEditActions for UIDocumentMenuViewController
Available on crate features
UIViewController and UIDocumentMenuViewController only.impl UIResponderStandardEditActions for UIDocumentPickerExtensionViewController
Available on crate features
UIViewController and UIDocumentPickerExtensionViewController only.impl UIResponderStandardEditActions for UIDocumentPickerViewController
Available on crate features
UIViewController and UIDocumentPickerViewController only.impl UIResponderStandardEditActions for UIDocumentViewController
Available on crate features
UIViewController and UIDocumentViewController only.impl UIResponderStandardEditActions for UIEventAttributionView
Available on crate features
UIView and UIEventAttributionView only.impl UIResponderStandardEditActions for UIFontPickerViewController
Available on crate features
UIViewController and UIFontPickerViewController only.impl UIResponderStandardEditActions for UIImagePickerController
Available on crate features
UINavigationController and UIViewController and UIImagePickerController only.impl UIResponderStandardEditActions for UIImageView
Available on crate features
UIView and UIImageView only.impl UIResponderStandardEditActions for UIInputView
Available on crate features
UIView and UIInputView only.impl UIResponderStandardEditActions for UIInputViewController
Available on crate features
UIViewController and UIInputViewController only.impl UIResponderStandardEditActions for UILabel
Available on crate features
UIView and UILabel only.impl UIResponderStandardEditActions for UIListContentView
Available on crate features
UIView and UIListContentConfiguration only.impl UIResponderStandardEditActions for UIPageControl
Available on crate features
UIControl and UIView and UIPageControl only.impl UIResponderStandardEditActions for UIPageViewController
Available on crate features
UIViewController and UIPageViewController only.impl UIResponderStandardEditActions for UIPasteControl
Available on crate features
UIControl and UIView and UIPasteControl only.impl UIResponderStandardEditActions for UIPickerView
Available on crate features
UIView and UIPickerView only.impl UIResponderStandardEditActions for UIPopoverBackgroundView
Available on crate features
UIView and UIPopoverBackgroundView only.impl UIResponderStandardEditActions for UIProgressView
Available on crate features
UIView and UIProgressView only.impl UIResponderStandardEditActions for UIReferenceLibraryViewController
Available on crate features
UIViewController and UIReferenceLibraryViewController only.impl UIResponderStandardEditActions for UIRefreshControl
Available on crate features
UIControl and UIView and UIRefreshControl only.impl UIResponderStandardEditActions for UIResponder
impl UIResponderStandardEditActions for UIScene
Available on crate feature
UIScene only.impl UIResponderStandardEditActions for UIScrollView
Available on crate features
UIView and UIScrollView only.impl UIResponderStandardEditActions for UISearchBar
Available on crate features
UIView and UISearchBar only.impl UIResponderStandardEditActions for UISearchContainerViewController
Available on crate features
UIViewController and UISearchContainerViewController only.impl UIResponderStandardEditActions for UISearchController
Available on crate features
UIViewController and UISearchController only.impl UIResponderStandardEditActions for UISearchTextField
Available on crate features
UIControl and UITextField and UIView and UISearchTextField only.impl UIResponderStandardEditActions for UISegmentedControl
Available on crate features
UIControl and UIView and UISegmentedControl only.impl UIResponderStandardEditActions for UISlider
Available on crate features
UIControl and UIView and UISlider only.impl UIResponderStandardEditActions for UISplitViewController
Available on crate features
UIViewController and UISplitViewController only.impl UIResponderStandardEditActions for UIStackView
Available on crate features
UIView and UIStackView only.impl UIResponderStandardEditActions for UIStandardTextCursorView
Available on crate features
UIView and UIStandardTextCursorView only.impl UIResponderStandardEditActions for UIStepper
Available on crate features
UIControl and UIView and UIStepper only.impl UIResponderStandardEditActions for UISwitch
Available on crate features
UIControl and UIView and UISwitch only.impl UIResponderStandardEditActions for UITabBar
Available on crate features
UIView and UITabBar only.impl UIResponderStandardEditActions for UITabBarController
Available on crate features
UIViewController and UITabBarController only.impl UIResponderStandardEditActions for UITableView
Available on crate features
UIScrollView and UIView and UITableView only.impl UIResponderStandardEditActions for UITableViewCell
Available on crate features
UIView and UITableViewCell only.impl UIResponderStandardEditActions for UITableViewController
Available on crate features
UIViewController and UITableViewController only.impl UIResponderStandardEditActions for UITextField
Available on crate features
UIControl and UIView and UITextField only.impl UIResponderStandardEditActions for UITextFormattingViewController
Available on crate features
UIViewController and UITextFormattingViewController only.impl UIResponderStandardEditActions for UITextView
Available on crate features
UIScrollView and UIView and UITextView only.impl UIResponderStandardEditActions for UIToolbar
Available on crate features
UIView and UIToolbar only.impl UIResponderStandardEditActions for UIVideoEditorController
Available on crate features
UINavigationController and UIViewController and UIVideoEditorController only.impl UIResponderStandardEditActions for UIView
Available on crate feature
UIView only.impl UIResponderStandardEditActions for UIViewController
Available on crate feature
UIViewController only.impl UIResponderStandardEditActions for UIVisualEffectView
Available on crate features
UIView and UIVisualEffectView only.impl UIResponderStandardEditActions for UIWebView
Available on crate features
UIView and UIWebView only.impl UIResponderStandardEditActions for UIWindow
Available on crate features
UIView and UIWindow only.impl UIResponderStandardEditActions for UIWindowScene
Available on crate features
UIScene and UIWindowScene only.