pub unsafe trait UIResponderStandardEditActions: NSObjectProtocol + MainThreadOnly {
Show 36 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 newFromPasteboard(&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 alignLeft(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn alignCenter(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn alignJustified(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn alignRight(&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 toggleSidebar(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn toggleInspector(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn performClose(&self, sender: Option<&AnyObject>)
where Self: Sized + Message { ... }
unsafe fn showWritingTools(&self, sender: &AnyObject)
where Self: Sized + Message { ... }
}UIResponder only.Expand description
Provided Methods§
Sourceunsafe fn copy(&self, sender: Option<&AnyObject>)
unsafe fn copy(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn paste(&self, sender: Option<&AnyObject>)
unsafe fn paste(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn pasteAndMatchStyle(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndMatchStyle(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn pasteAndGo(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndGo(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn pasteAndSearch(&self, sender: Option<&AnyObject>)
unsafe fn pasteAndSearch(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn newFromPasteboard(&self, sender: Option<&AnyObject>)
unsafe fn newFromPasteboard(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn select(&self, sender: Option<&AnyObject>)
unsafe fn select(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn selectAll(&self, sender: Option<&AnyObject>)
unsafe fn selectAll(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn delete(&self, sender: Option<&AnyObject>)
unsafe fn delete(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionLeftToRight(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
unsafe fn makeTextWritingDirectionRightToLeft(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn toggleBoldface(&self, sender: Option<&AnyObject>)
unsafe fn toggleBoldface(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn toggleItalics(&self, sender: Option<&AnyObject>)
unsafe fn toggleItalics(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn toggleUnderline(&self, sender: Option<&AnyObject>)
unsafe fn toggleUnderline(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn increaseSize(&self, sender: Option<&AnyObject>)
unsafe fn increaseSize(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn decreaseSize(&self, sender: Option<&AnyObject>)
unsafe fn decreaseSize(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn alignLeft(&self, sender: Option<&AnyObject>)
unsafe fn alignLeft(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn alignCenter(&self, sender: Option<&AnyObject>)
unsafe fn alignCenter(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn alignJustified(&self, sender: Option<&AnyObject>)
unsafe fn alignJustified(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn alignRight(&self, sender: Option<&AnyObject>)
unsafe fn alignRight(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn find(&self, sender: Option<&AnyObject>)
unsafe fn find(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn findAndReplace(&self, sender: Option<&AnyObject>)
unsafe fn findAndReplace(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn findNext(&self, sender: Option<&AnyObject>)
unsafe fn findNext(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn findPrevious(&self, sender: Option<&AnyObject>)
unsafe fn findPrevious(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn useSelectionForFind(&self, sender: Option<&AnyObject>)
unsafe fn useSelectionForFind(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn updateTextAttributesWithConversionHandler(
&self,
conversion_handler: UITextAttributesConversionHandler,
)
Available on crate feature block2 only.
unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
block2 only.§Safety
conversion_handler must be a valid pointer.
Sourceunsafe fn print(&self, sender: Option<&AnyObject>)
unsafe fn print(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn rename(&self, sender: Option<&AnyObject>)
unsafe fn rename(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn duplicate(&self, sender: Option<&AnyObject>)
unsafe fn duplicate(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn move(&self, sender: Option<&AnyObject>)
unsafe fn move(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn export(&self, sender: Option<&AnyObject>)
unsafe fn export(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn toggleSidebar(&self, sender: Option<&AnyObject>)
unsafe fn toggleSidebar(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn toggleInspector(&self, sender: Option<&AnyObject>)
unsafe fn toggleInspector(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
Sourceunsafe fn performClose(&self, sender: Option<&AnyObject>)
unsafe fn performClose(&self, sender: Option<&AnyObject>)
§Safety
sender should be of the correct type.
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
UIAccessibilityElement only.impl UIResponderStandardEditActions for UIActionSheet
UIActionSheet only.impl UIResponderStandardEditActions for UIActivityIndicatorView
UIActivityIndicatorView only.impl UIResponderStandardEditActions for UIActivityViewController
UIActivityViewController only.impl UIResponderStandardEditActions for UIAlertController
UIAlertController only.impl UIResponderStandardEditActions for UIAlertView
UIAlertView only.impl UIResponderStandardEditActions for UIApplication
UIApplication only.impl UIResponderStandardEditActions for UIBackgroundExtensionView
UIBackgroundExtensionView only.impl UIResponderStandardEditActions for UIButton
UIButton only.impl UIResponderStandardEditActions for UICalendarView
UICalendarView only.impl UIResponderStandardEditActions for UICloudSharingController
UICloudSharingController only.impl UIResponderStandardEditActions for UICollectionReusableView
UICollectionViewCell only.impl UIResponderStandardEditActions for UICollectionView
UICollectionView only.impl UIResponderStandardEditActions for UICollectionViewCell
UICollectionViewCell only.impl UIResponderStandardEditActions for UICollectionViewController
UICollectionViewController only.impl UIResponderStandardEditActions for UICollectionViewListCell
UICollectionViewListCell only.impl UIResponderStandardEditActions for UIColorPickerViewController
UIColorPickerViewController only.impl UIResponderStandardEditActions for UIColorWell
UIColorWell only.impl UIResponderStandardEditActions for UIControl
UIControl only.impl UIResponderStandardEditActions for UIDatePicker
UIDatePicker only.impl UIResponderStandardEditActions for UIDocumentBrowserViewController
UIDocumentBrowserViewController only.impl UIResponderStandardEditActions for UIDocumentMenuViewController
UIDocumentMenuViewController only.impl UIResponderStandardEditActions for UIDocumentPickerExtensionViewController
UIDocumentPickerExtensionViewController only.impl UIResponderStandardEditActions for UIDocumentPickerViewController
UIDocumentPickerViewController only.impl UIResponderStandardEditActions for UIDocumentViewController
UIDocumentViewController only.impl UIResponderStandardEditActions for UIEventAttributionView
UIEventAttributionView only.impl UIResponderStandardEditActions for UIFontPickerViewController
UIFontPickerViewController only.impl UIResponderStandardEditActions for UIImagePickerController
UIImagePickerController only.impl UIResponderStandardEditActions for UIImageView
UIImageView only.impl UIResponderStandardEditActions for UIInputView
UIInputView only.impl UIResponderStandardEditActions for UIInputViewController
UIInputViewController only.impl UIResponderStandardEditActions for UILabel
UILabel only.impl UIResponderStandardEditActions for UIListContentView
UIListContentConfiguration only.impl UIResponderStandardEditActions for UIPageControl
UIPageControl only.impl UIResponderStandardEditActions for UIPageViewController
UIPageViewController only.impl UIResponderStandardEditActions for UIPasteControl
UIPasteControl only.impl UIResponderStandardEditActions for UIPickerView
UIPickerView only.impl UIResponderStandardEditActions for UIPopoverBackgroundView
UIPopoverBackgroundView only.impl UIResponderStandardEditActions for UIProgressView
UIProgressView only.impl UIResponderStandardEditActions for UIReferenceLibraryViewController
UIReferenceLibraryViewController only.impl UIResponderStandardEditActions for UIRefreshControl
UIRefreshControl only.impl UIResponderStandardEditActions for UIResponder
impl UIResponderStandardEditActions for UIScene
UIScene only.impl UIResponderStandardEditActions for UIScrollView
UIScrollView only.impl UIResponderStandardEditActions for UISearchBar
UISearchBar only.impl UIResponderStandardEditActions for UISearchContainerViewController
UISearchContainerViewController only.impl UIResponderStandardEditActions for UISearchController
UISearchController only.impl UIResponderStandardEditActions for UISearchTextField
UISearchTextField only.impl UIResponderStandardEditActions for UISegmentedControl
UISegmentedControl only.impl UIResponderStandardEditActions for UISlider
UISlider only.impl UIResponderStandardEditActions for UISplitViewController
UISplitViewController only.impl UIResponderStandardEditActions for UIStackView
UIStackView only.impl UIResponderStandardEditActions for UIStandardTextCursorView
UIStandardTextCursorView only.impl UIResponderStandardEditActions for UIStepper
UIStepper only.impl UIResponderStandardEditActions for UISwitch
UISwitch only.impl UIResponderStandardEditActions for UITabBar
UITabBar only.impl UIResponderStandardEditActions for UITabBarController
UITabBarController only.impl UIResponderStandardEditActions for UITableView
UITableView only.impl UIResponderStandardEditActions for UITableViewCell
UITableViewCell only.impl UIResponderStandardEditActions for UITableViewController
UITableViewController only.impl UIResponderStandardEditActions for UITextField
UITextField only.impl UIResponderStandardEditActions for UITextFormattingViewController
UITextFormattingViewController only.impl UIResponderStandardEditActions for UITextView
UITextView only.impl UIResponderStandardEditActions for UIToolbar
UIToolbar only.impl UIResponderStandardEditActions for UIVideoEditorController
UIVideoEditorController only.impl UIResponderStandardEditActions for UIView
UIView only.impl UIResponderStandardEditActions for UIViewController
UIViewController only.impl UIResponderStandardEditActions for UIVisualEffectView
UIVisualEffectView only.impl UIResponderStandardEditActions for UIWebView
UIWebView only.impl UIResponderStandardEditActions for UIWindow
UIWindow only.impl UIResponderStandardEditActions for UIWindowScene
UIWindowScene only.