UIResponderStandardEditActions

Trait UIResponderStandardEditActions 

Source
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 { ... }
}
Available on crate feature UIResponder only.
Expand description

Provided Methods§

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

Available on crate feature block2 only.
§Safety

conversion_handler must be a valid pointer.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

Source

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

§Safety

sender should be of the correct type.

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 feature UIActionSheet only.
Source§

impl UIResponderStandardEditActions for UIActivityIndicatorView

Available on crate feature UIActivityIndicatorView only.
Source§

impl UIResponderStandardEditActions for UIActivityViewController

Available on crate feature UIActivityViewController only.
Source§

impl UIResponderStandardEditActions for UIAlertController

Available on crate feature UIAlertController only.
Source§

impl UIResponderStandardEditActions for UIAlertView

Available on crate feature UIAlertView only.
Source§

impl UIResponderStandardEditActions for UIApplication

Available on crate feature UIApplication only.
Source§

impl UIResponderStandardEditActions for UIBackgroundExtensionView

Available on crate feature UIBackgroundExtensionView only.
Source§

impl UIResponderStandardEditActions for UIButton

Available on crate feature UIButton only.
Source§

impl UIResponderStandardEditActions for UICalendarView

Available on crate feature UICalendarView only.
Source§

impl UIResponderStandardEditActions for UICloudSharingController

Available on crate feature UICloudSharingController only.
Source§

impl UIResponderStandardEditActions for UICollectionReusableView

Available on crate feature UICollectionViewCell only.
Source§

impl UIResponderStandardEditActions for UICollectionView

Available on crate feature UICollectionView only.
Source§

impl UIResponderStandardEditActions for UICollectionViewCell

Available on crate feature UICollectionViewCell only.
Source§

impl UIResponderStandardEditActions for UICollectionViewController

Available on crate feature UICollectionViewController only.
Source§

impl UIResponderStandardEditActions for UICollectionViewListCell

Available on crate feature UICollectionViewListCell only.
Source§

impl UIResponderStandardEditActions for UIColorPickerViewController

Available on crate feature UIColorPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIColorWell

Available on crate feature UIColorWell only.
Source§

impl UIResponderStandardEditActions for UIContentUnavailableView

Available on crate feature UIContentUnavailableView only.
Source§

impl UIResponderStandardEditActions for UIControl

Available on crate feature UIControl only.
Source§

impl UIResponderStandardEditActions for UIDatePicker

Available on crate feature UIDatePicker only.
Source§

impl UIResponderStandardEditActions for UIDocumentBrowserViewController

Available on crate feature UIDocumentBrowserViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentMenuViewController

Available on crate feature UIDocumentMenuViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentPickerExtensionViewController

Available on crate feature UIDocumentPickerExtensionViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentPickerViewController

Available on crate feature UIDocumentPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIDocumentViewController

Available on crate feature UIDocumentViewController only.
Source§

impl UIResponderStandardEditActions for UIEventAttributionView

Available on crate feature UIEventAttributionView only.
Source§

impl UIResponderStandardEditActions for UIFontPickerViewController

Available on crate feature UIFontPickerViewController only.
Source§

impl UIResponderStandardEditActions for UIImagePickerController

Available on crate feature UIImagePickerController only.
Source§

impl UIResponderStandardEditActions for UIImageView

Available on crate feature UIImageView only.
Source§

impl UIResponderStandardEditActions for UIInputView

Available on crate feature UIInputView only.
Source§

impl UIResponderStandardEditActions for UIInputViewController

Available on crate feature UIInputViewController only.
Source§

impl UIResponderStandardEditActions for UILabel

Available on crate feature UILabel only.
Source§

impl UIResponderStandardEditActions for UIListContentView

Available on crate feature UIListContentConfiguration only.
Source§

impl UIResponderStandardEditActions for UINavigationBar

Available on crate feature UINavigationBar only.
Source§

impl UIResponderStandardEditActions for UINavigationController

Available on crate feature UINavigationController only.
Source§

impl UIResponderStandardEditActions for UIPageControl

Available on crate feature UIPageControl only.
Source§

impl UIResponderStandardEditActions for UIPageViewController

Available on crate feature UIPageViewController only.
Source§

impl UIResponderStandardEditActions for UIPasteControl

Available on crate feature UIPasteControl only.
Source§

impl UIResponderStandardEditActions for UIPickerView

Available on crate feature UIPickerView only.
Source§

impl UIResponderStandardEditActions for UIPopoverBackgroundView

Available on crate feature UIPopoverBackgroundView only.
Source§

impl UIResponderStandardEditActions for UIProgressView

Available on crate feature UIProgressView only.
Source§

impl UIResponderStandardEditActions for UIReferenceLibraryViewController

Available on crate feature UIReferenceLibraryViewController only.
Source§

impl UIResponderStandardEditActions for UIRefreshControl

Available on crate feature 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 feature UIScrollView only.
Source§

impl UIResponderStandardEditActions for UISearchBar

Available on crate feature UISearchBar only.
Source§

impl UIResponderStandardEditActions for UISearchContainerViewController

Available on crate feature UISearchContainerViewController only.
Source§

impl UIResponderStandardEditActions for UISearchController

Available on crate feature UISearchController only.
Source§

impl UIResponderStandardEditActions for UISearchTextField

Available on crate feature UISearchTextField only.
Source§

impl UIResponderStandardEditActions for UISegmentedControl

Available on crate feature UISegmentedControl only.
Source§

impl UIResponderStandardEditActions for UISlider

Available on crate feature UISlider only.
Source§

impl UIResponderStandardEditActions for UISplitViewController

Available on crate feature UISplitViewController only.
Source§

impl UIResponderStandardEditActions for UIStackView

Available on crate feature UIStackView only.
Source§

impl UIResponderStandardEditActions for UIStandardTextCursorView

Available on crate feature UIStandardTextCursorView only.
Source§

impl UIResponderStandardEditActions for UIStepper

Available on crate feature UIStepper only.
Source§

impl UIResponderStandardEditActions for UISwitch

Available on crate feature UISwitch only.
Source§

impl UIResponderStandardEditActions for UITabBar

Available on crate feature UITabBar only.
Source§

impl UIResponderStandardEditActions for UITabBarController

Available on crate feature UITabBarController only.
Source§

impl UIResponderStandardEditActions for UITableView

Available on crate feature UITableView only.
Source§

impl UIResponderStandardEditActions for UITableViewCell

Available on crate feature UITableViewCell only.
Source§

impl UIResponderStandardEditActions for UITableViewController

Available on crate feature UITableViewController only.
Source§

impl UIResponderStandardEditActions for UITableViewHeaderFooterView

Available on crate feature UITableViewHeaderFooterView only.
Source§

impl UIResponderStandardEditActions for UITextField

Available on crate feature UITextField only.
Source§

impl UIResponderStandardEditActions for UITextFormattingViewController

Available on crate feature UITextFormattingViewController only.
Source§

impl UIResponderStandardEditActions for UITextView

Available on crate feature UITextView only.
Source§

impl UIResponderStandardEditActions for UIToolbar

Available on crate feature UIToolbar only.
Source§

impl UIResponderStandardEditActions for UIVideoEditorController

Available on crate feature 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 feature UIVisualEffectView only.
Source§

impl UIResponderStandardEditActions for UIWebView

Available on crate feature UIWebView only.
Source§

impl UIResponderStandardEditActions for UIWindow

Available on crate feature UIWindow only.
Source§

impl UIResponderStandardEditActions for UIWindowScene

Available on crate feature UIWindowScene only.