[][src]Trait uikit_sys::ICAPropertyAnimation

pub trait ICAPropertyAnimation: Sized + Deref {
    unsafe fn keyPath(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setKeyPath_(self, keyPath: NSString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isAdditive(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAdditive_(self, additive: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isCumulative(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCumulative_(self, cumulative: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn valueFunction(self) -> CAValueFunction
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setValueFunction_(self, valueFunction: CAValueFunction)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animationWithKeyPath_(path: NSString) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn keyPath(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn setKeyPath_(self, keyPath: NSString) where
    Self::Target: Message + Sized

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

unsafe fn setAdditive_(self, additive: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setCumulative_(self, cumulative: BOOL) where
    Self::Target: Message + Sized

unsafe fn valueFunction(self) -> CAValueFunction where
    Self::Target: Message + Sized

unsafe fn setValueFunction_(self, valueFunction: CAValueFunction) where
    Self::Target: Message + Sized

unsafe fn animationWithKeyPath_(path: NSString) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICAPropertyAnimation for CABasicAnimation[src]

impl ICAPropertyAnimation for CAKeyframeAnimation[src]

impl ICAPropertyAnimation for CAPropertyAnimation[src]

impl ICAPropertyAnimation for CASpringAnimation[src]

Loading content...