pub unsafe trait UICoordinateSpace: NSObjectProtocol + MainThreadOnly {
// Provided methods
fn convertPoint_toCoordinateSpace(
&self,
point: CGPoint,
coordinate_space: &ProtocolObject<dyn UICoordinateSpace>,
) -> CGPoint
where Self: Sized + Message { ... }
fn convertPoint_fromCoordinateSpace(
&self,
point: CGPoint,
coordinate_space: &ProtocolObject<dyn UICoordinateSpace>,
) -> CGPoint
where Self: Sized + Message { ... }
fn convertRect_toCoordinateSpace(
&self,
rect: CGRect,
coordinate_space: &ProtocolObject<dyn UICoordinateSpace>,
) -> CGRect
where Self: Sized + Message { ... }
fn convertRect_fromCoordinateSpace(
&self,
rect: CGRect,
coordinate_space: &ProtocolObject<dyn UICoordinateSpace>,
) -> CGRect
where Self: Sized + Message { ... }
fn bounds(&self) -> CGRect
where Self: Sized + Message { ... }
}Available on crate feature
UIView only.Expand description
Provided Methods§
fn convertPoint_toCoordinateSpace( &self, point: CGPoint, coordinate_space: &ProtocolObject<dyn UICoordinateSpace>, ) -> CGPoint
Available on crate feature
objc2-core-foundation only.fn convertPoint_fromCoordinateSpace( &self, point: CGPoint, coordinate_space: &ProtocolObject<dyn UICoordinateSpace>, ) -> CGPoint
Available on crate feature
objc2-core-foundation only.fn convertRect_toCoordinateSpace( &self, rect: CGRect, coordinate_space: &ProtocolObject<dyn UICoordinateSpace>, ) -> CGRect
Available on crate feature
objc2-core-foundation only.fn convertRect_fromCoordinateSpace( &self, rect: CGRect, coordinate_space: &ProtocolObject<dyn UICoordinateSpace>, ) -> CGRect
Available on crate feature
objc2-core-foundation only.fn bounds(&self) -> CGRect
Available on crate feature
objc2-core-foundation only.Trait Implementations§
Source§impl ProtocolType for dyn UICoordinateSpace
impl ProtocolType for dyn UICoordinateSpace
impl<T> ImplementedBy<T> for dyn UICoordinateSpace
Implementations on Foreign Types§
impl<T> UICoordinateSpace for ProtocolObject<T>where
T: ?Sized + UICoordinateSpace,
Implementors§
impl UICoordinateSpace for UIActionSheet
Available on crate features
UIResponder and UIActionSheet only.impl UICoordinateSpace for UIActivityIndicatorView
Available on crate features
UIResponder and UIActivityIndicatorView only.impl UICoordinateSpace for UIAlertView
Available on crate features
UIResponder and UIAlertView only.impl UICoordinateSpace for UIButton
Available on crate features
UIControl and UIResponder and UIButton only.impl UICoordinateSpace for UICalendarView
Available on crate features
UIResponder and UICalendarView only.impl UICoordinateSpace for UICollectionReusableView
Available on crate features
UIResponder and UICollectionViewCell only.impl UICoordinateSpace for UICollectionView
Available on crate features
UIResponder and UIScrollView and UICollectionView only.impl UICoordinateSpace for UICollectionViewCell
Available on crate features
UIResponder and UICollectionViewCell only.impl UICoordinateSpace for UICollectionViewListCell
Available on crate features
UICollectionViewCell and UIResponder and UICollectionViewListCell only.impl UICoordinateSpace for UIColorWell
Available on crate features
UIControl and UIResponder and UIColorWell only.impl UICoordinateSpace for UIControl
Available on crate features
UIResponder and UIControl only.impl UICoordinateSpace for UIDatePicker
Available on crate features
UIControl and UIResponder and UIDatePicker only.impl UICoordinateSpace for UIEventAttributionView
Available on crate features
UIResponder and UIEventAttributionView only.impl UICoordinateSpace for UIImageView
Available on crate features
UIResponder and UIImageView only.impl UICoordinateSpace for UIInputView
Available on crate features
UIResponder and UIInputView only.impl UICoordinateSpace for UILabel
Available on crate features
UIResponder and UILabel only.impl UICoordinateSpace for UIListContentView
Available on crate features
UIResponder and UIListContentConfiguration only.impl UICoordinateSpace for UIPageControl
Available on crate features
UIControl and UIResponder and UIPageControl only.impl UICoordinateSpace for UIPasteControl
Available on crate features
UIControl and UIResponder and UIPasteControl only.impl UICoordinateSpace for UIPickerView
Available on crate features
UIResponder and UIPickerView only.impl UICoordinateSpace for UIPopoverBackgroundView
Available on crate features
UIResponder and UIPopoverBackgroundView only.impl UICoordinateSpace for UIProgressView
Available on crate features
UIResponder and UIProgressView only.impl UICoordinateSpace for UIRefreshControl
Available on crate features
UIControl and UIResponder and UIRefreshControl only.impl UICoordinateSpace for UIScrollView
Available on crate features
UIResponder and UIScrollView only.impl UICoordinateSpace for UISearchBar
Available on crate features
UIResponder and UISearchBar only.impl UICoordinateSpace for UISearchTextField
Available on crate features
UIControl and UIResponder and UITextField and UISearchTextField only.impl UICoordinateSpace for UISegmentedControl
Available on crate features
UIControl and UIResponder and UISegmentedControl only.impl UICoordinateSpace for UISlider
Available on crate features
UIControl and UIResponder and UISlider only.impl UICoordinateSpace for UIStackView
Available on crate features
UIResponder and UIStackView only.impl UICoordinateSpace for UIStandardTextCursorView
Available on crate features
UIResponder and UIStandardTextCursorView only.impl UICoordinateSpace for UIStepper
Available on crate features
UIControl and UIResponder and UIStepper only.impl UICoordinateSpace for UISwitch
Available on crate features
UIControl and UIResponder and UISwitch only.impl UICoordinateSpace for UITabBar
Available on crate features
UIResponder and UITabBar only.impl UICoordinateSpace for UITableView
Available on crate features
UIResponder and UIScrollView and UITableView only.impl UICoordinateSpace for UITableViewCell
Available on crate features
UIResponder and UITableViewCell only.impl UICoordinateSpace for UITextField
Available on crate features
UIControl and UIResponder and UITextField only.impl UICoordinateSpace for UITextView
Available on crate features
UIResponder and UIScrollView and UITextView only.impl UICoordinateSpace for UIToolbar
Available on crate features
UIResponder and UIToolbar only.impl UICoordinateSpace for UIView
Available on crate feature
UIResponder only.impl UICoordinateSpace for UIVisualEffectView
Available on crate features
UIResponder and UIVisualEffectView only.impl UICoordinateSpace for UIWebView
Available on crate features
UIResponder and UIWebView only.impl UICoordinateSpace for UIWindow
Available on crate features
UIResponder and UIWindow only.