[][src]Trait uikit_sys::UIView_UIViewGeometry

pub trait UIView_UIViewGeometry: Sized + Deref {
    unsafe fn hitTest_withEvent_(self, point: CGPoint, event: UIEvent) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pointInside_withEvent_(
        self,
        point: CGPoint,
        event: UIEvent
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertPoint_toView_(
        self,
        point: CGPoint,
        view: UIView
    ) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertPoint_fromView_(
        self,
        point: CGPoint,
        view: UIView
    ) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertRect_toView_(self, rect: CGRect, view: UIView) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertRect_fromView_(self, rect: CGRect, view: UIView) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sizeThatFits_(self, size: CGSize) -> CGSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sizeToFit(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn frame(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setFrame_(self, frame: CGRect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBounds_(self, bounds: CGRect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn center(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCenter_(self, center: CGPoint)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transform(self) -> CGAffineTransform
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTransform_(self, transform: CGAffineTransform)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transform3D(self) -> CATransform3D
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTransform3D_(self, transform3D: CATransform3D)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentScaleFactor(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContentScaleFactor_(self, contentScaleFactor: CGFloat)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isMultipleTouchEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setMultipleTouchEnabled_(self, multipleTouchEnabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isExclusiveTouch(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setExclusiveTouch_(self, exclusiveTouch: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn autoresizesSubviews(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAutoresizesSubviews_(self, autoresizesSubviews: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn autoresizingMask(self) -> UIViewAutoresizing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAutoresizingMask_(self, autoresizingMask: UIViewAutoresizing)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn hitTest_withEvent_(self, point: CGPoint, event: UIEvent) -> UIView where
    Self::Target: Message + Sized

unsafe fn pointInside_withEvent_(self, point: CGPoint, event: UIEvent) -> BOOL where
    Self::Target: Message + Sized

unsafe fn convertPoint_toView_(self, point: CGPoint, view: UIView) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn convertPoint_fromView_(self, point: CGPoint, view: UIView) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn convertRect_toView_(self, rect: CGRect, view: UIView) -> CGRect where
    Self::Target: Message + Sized

unsafe fn convertRect_fromView_(self, rect: CGRect, view: UIView) -> CGRect where
    Self::Target: Message + Sized

unsafe fn sizeThatFits_(self, size: CGSize) -> CGSize where
    Self::Target: Message + Sized

unsafe fn sizeToFit(self) where
    Self::Target: Message + Sized

unsafe fn frame(self) -> CGRect where
    Self::Target: Message + Sized

unsafe fn setFrame_(self, frame: CGRect) where
    Self::Target: Message + Sized

unsafe fn bounds(self) -> CGRect where
    Self::Target: Message + Sized

unsafe fn setBounds_(self, bounds: CGRect) where
    Self::Target: Message + Sized

unsafe fn center(self) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn setCenter_(self, center: CGPoint) where
    Self::Target: Message + Sized

unsafe fn transform(self) -> CGAffineTransform where
    Self::Target: Message + Sized

unsafe fn setTransform_(self, transform: CGAffineTransform) where
    Self::Target: Message + Sized

unsafe fn transform3D(self) -> CATransform3D where
    Self::Target: Message + Sized

unsafe fn setTransform3D_(self, transform3D: CATransform3D) where
    Self::Target: Message + Sized

unsafe fn contentScaleFactor(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn setContentScaleFactor_(self, contentScaleFactor: CGFloat) where
    Self::Target: Message + Sized

unsafe fn isMultipleTouchEnabled(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setMultipleTouchEnabled_(self, multipleTouchEnabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn isExclusiveTouch(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setExclusiveTouch_(self, exclusiveTouch: BOOL) where
    Self::Target: Message + Sized

unsafe fn autoresizesSubviews(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setAutoresizesSubviews_(self, autoresizesSubviews: BOOL) where
    Self::Target: Message + Sized

unsafe fn autoresizingMask(self) -> UIViewAutoresizing where
    Self::Target: Message + Sized

unsafe fn setAutoresizingMask_(self, autoresizingMask: UIViewAutoresizing) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIViewGeometry for UIActionSheet[src]

impl UIView_UIViewGeometry for UIActivityIndicatorView[src]

impl UIView_UIViewGeometry for UIAlertView[src]

impl UIView_UIViewGeometry for UIButton[src]

impl UIView_UIViewGeometry for UICollectionReusableView[src]

impl UIView_UIViewGeometry for UICollectionView[src]

impl UIView_UIViewGeometry for UICollectionViewCell[src]

impl UIView_UIViewGeometry for UIControl[src]

impl UIView_UIViewGeometry for UIDatePicker[src]

impl UIView_UIViewGeometry for UIImageView[src]

impl UIView_UIViewGeometry for UIInputView[src]

impl UIView_UIViewGeometry for UILabel[src]

impl UIView_UIViewGeometry for UINavigationBar[src]

impl UIView_UIViewGeometry for UIPageControl[src]

impl UIView_UIViewGeometry for UIPickerView[src]

impl UIView_UIViewGeometry for UIPopoverBackgroundView[src]

impl UIView_UIViewGeometry for UIProgressView[src]

impl UIView_UIViewGeometry for UIRefreshControl[src]

impl UIView_UIViewGeometry for UIScrollView[src]

impl UIView_UIViewGeometry for UISearchBar[src]

impl UIView_UIViewGeometry for UISearchTextField[src]

impl UIView_UIViewGeometry for UISegmentedControl[src]

impl UIView_UIViewGeometry for UISlider[src]

impl UIView_UIViewGeometry for UIStackView[src]

impl UIView_UIViewGeometry for UISwitch[src]

impl UIView_UIViewGeometry for UITabBar[src]

impl UIView_UIViewGeometry for UITableView[src]

impl UIView_UIViewGeometry for UITableViewCell[src]

impl UIView_UIViewGeometry for UITableViewHeaderFooterView[src]

impl UIView_UIViewGeometry for UITextField[src]

impl UIView_UIViewGeometry for UITextView[src]

impl UIView_UIViewGeometry for UIToolbar[src]

impl UIView_UIViewGeometry for UIView[src]

impl UIView_UIViewGeometry for UIVisualEffectView[src]

impl UIView_UIViewGeometry for UIWebView[src]

impl UIView_UIViewGeometry for UIWindow[src]

Loading content...