pub unsafe trait NSAnimatablePropertyContainer {
    // Provided methods
    unsafe fn animator(&self) -> Id<Self>
       where Self: Sized + Message { ... }
    unsafe fn animations(
        &self
    ) -> Id<NSDictionary<NSAnimatablePropertyKey, AnyObject>>
       where Self: Sized + Message { ... }
    unsafe fn setAnimations(
        &self,
        animations: &NSDictionary<NSAnimatablePropertyKey, AnyObject>
    )
       where Self: Sized + Message { ... }
    unsafe fn animationForKey(
        &self,
        key: &NSAnimatablePropertyKey
    ) -> Option<Id<AnyObject>>
       where Self: Sized + Message { ... }
    unsafe fn defaultAnimationForKey(
        key: &NSAnimatablePropertyKey
    ) -> Option<Id<AnyObject>>
       where Self: Sized + ClassType { ... }
}
Available on crate feature NSAnimation only.

Provided Methods§

source

unsafe fn animator(&self) -> Id<Self>
where Self: Sized + Message,

source

unsafe fn animations( &self ) -> Id<NSDictionary<NSAnimatablePropertyKey, AnyObject>>
where Self: Sized + Message,

source

unsafe fn setAnimations( &self, animations: &NSDictionary<NSAnimatablePropertyKey, AnyObject> )
where Self: Sized + Message,

source

unsafe fn animationForKey( &self, key: &NSAnimatablePropertyKey ) -> Option<Id<AnyObject>>
where Self: Sized + Message,

source

unsafe fn defaultAnimationForKey( key: &NSAnimatablePropertyKey ) -> Option<Id<AnyObject>>
where Self: Sized + ClassType,

Trait Implementations§

source§

impl ProtocolType for dyn NSAnimatablePropertyContainer

source§

const NAME: &'static str = "NSAnimatablePropertyContainer"

The name of the Objective-C protocol that this type represents.
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 NSAnimatablePropertyContainer

Implementations on Foreign Types§

source§

impl<T> NSAnimatablePropertyContainer for ProtocolObject<T>

Implementors§

source§

impl NSAnimatablePropertyContainer for NSBox

Available on crate features NSResponder and NSView and NSBox only.
source§

impl NSAnimatablePropertyContainer for NSBrowser

Available on crate features NSControl and NSResponder and NSView and NSBrowser only.
source§

impl NSAnimatablePropertyContainer for NSButton

Available on crate features NSControl and NSResponder and NSView and NSButton only.
source§

impl NSAnimatablePropertyContainer for NSClipView

Available on crate features NSResponder and NSView and NSClipView only.
source§

impl NSAnimatablePropertyContainer for NSCollectionView

Available on crate features NSResponder and NSView and NSCollectionView only.
source§

impl NSAnimatablePropertyContainer for NSColorPanel

Available on crate features NSPanel and NSResponder and NSWindow and NSColorPanel only.
source§

impl NSAnimatablePropertyContainer for NSColorWell

Available on crate features NSControl and NSResponder and NSView and NSColorWell only.
source§

impl NSAnimatablePropertyContainer for NSComboBox

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSComboBox only.
source§

impl NSAnimatablePropertyContainer for NSComboButton

Available on crate features NSControl and NSResponder and NSView and NSComboButton only.
source§

impl NSAnimatablePropertyContainer for NSControl

Available on crate features NSResponder and NSView and NSControl only.
source§

impl NSAnimatablePropertyContainer for NSDatePicker

Available on crate features NSControl and NSResponder and NSView and NSDatePicker only.
source§

impl NSAnimatablePropertyContainer for NSFontPanel

Available on crate features NSPanel and NSResponder and NSWindow and NSFontPanel only.
source§

impl NSAnimatablePropertyContainer for NSForm

Available on crate features NSControl and NSMatrix and NSResponder and NSView and NSForm only.
source§

impl NSAnimatablePropertyContainer for NSGridView

Available on crate features NSResponder and NSView and NSGridView only.
source§

impl NSAnimatablePropertyContainer for NSImageView

Available on crate features NSControl and NSResponder and NSView and NSImageView only.
source§

impl NSAnimatablePropertyContainer for NSLayoutConstraint

Available on crate feature NSLayoutConstraint only.
source§

impl NSAnimatablePropertyContainer for NSLevelIndicator

Available on crate features NSControl and NSResponder and NSView and NSLevelIndicator only.
source§

impl NSAnimatablePropertyContainer for NSMatrix

Available on crate features NSControl and NSResponder and NSView and NSMatrix only.
source§

impl NSAnimatablePropertyContainer for NSOpenPanel

Available on crate features NSPanel and NSResponder and NSSavePanel and NSWindow and NSOpenPanel only.
source§

impl NSAnimatablePropertyContainer for NSOutlineView

Available on crate features NSControl and NSResponder and NSTableView and NSView and NSOutlineView only.
source§

impl NSAnimatablePropertyContainer for NSPageController

Available on crate features NSResponder and NSViewController and NSPageController only.
source§

impl NSAnimatablePropertyContainer for NSPanel

Available on crate features NSResponder and NSWindow and NSPanel only.
source§

impl NSAnimatablePropertyContainer for NSPathControl

Available on crate features NSControl and NSResponder and NSView and NSPathControl only.
source§

impl NSAnimatablePropertyContainer for NSPopUpButton

Available on crate features NSButton and NSControl and NSResponder and NSView and NSPopUpButton only.
source§

impl NSAnimatablePropertyContainer for NSPredicateEditor

Available on crate features NSControl and NSResponder and NSRuleEditor and NSView and NSPredicateEditor only.
source§

impl NSAnimatablePropertyContainer for NSProgressIndicator

Available on crate features NSResponder and NSView and NSProgressIndicator only.
source§

impl NSAnimatablePropertyContainer for NSRuleEditor

Available on crate features NSControl and NSResponder and NSView and NSRuleEditor only.
source§

impl NSAnimatablePropertyContainer for NSRulerView

Available on crate features NSResponder and NSView and NSRulerView only.
source§

impl NSAnimatablePropertyContainer for NSSavePanel

Available on crate features NSPanel and NSResponder and NSWindow and NSSavePanel only.
source§

impl NSAnimatablePropertyContainer for NSScrollView

Available on crate features NSResponder and NSView and NSScrollView only.
source§

impl NSAnimatablePropertyContainer for NSScroller

Available on crate features NSControl and NSResponder and NSView and NSScroller only.
source§

impl NSAnimatablePropertyContainer for NSScrubber

Available on crate features NSResponder and NSView and NSScrubber only.
source§

impl NSAnimatablePropertyContainer for NSScrubberArrangedView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSAnimatablePropertyContainer for NSScrubberImageItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSAnimatablePropertyContainer for NSScrubberItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSAnimatablePropertyContainer for NSScrubberSelectionView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSAnimatablePropertyContainer for NSScrubberTextItemView

Available on crate features NSResponder and NSView and NSScrubberItemView only.
source§

impl NSAnimatablePropertyContainer for NSSearchField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSearchField only.
source§

impl NSAnimatablePropertyContainer for NSSecureTextField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSecureTextField only.
source§

impl NSAnimatablePropertyContainer for NSSegmentedControl

Available on crate features NSControl and NSResponder and NSView and NSSegmentedControl only.
source§

impl NSAnimatablePropertyContainer for NSSlider

Available on crate features NSControl and NSResponder and NSView and NSSlider only.
source§

impl NSAnimatablePropertyContainer for NSSplitView

Available on crate features NSResponder and NSView and NSSplitView only.
source§

impl NSAnimatablePropertyContainer for NSSplitViewItem

Available on crate feature NSSplitViewItem only.
source§

impl NSAnimatablePropertyContainer for NSStackView

Available on crate features NSResponder and NSView and NSStackView only.
source§

impl NSAnimatablePropertyContainer for NSStatusBarButton

Available on crate features NSButton and NSControl and NSResponder and NSView and NSStatusBarButton only.
source§

impl NSAnimatablePropertyContainer for NSStepper

Available on crate features NSControl and NSResponder and NSView and NSStepper only.
source§

impl NSAnimatablePropertyContainer for NSSwitch

Available on crate features NSControl and NSResponder and NSView and NSSwitch only.
source§

impl NSAnimatablePropertyContainer for NSTabView

Available on crate features NSResponder and NSView and NSTabView only.
source§

impl NSAnimatablePropertyContainer for NSTableCellView

Available on crate features NSResponder and NSView and NSTableCellView only.
source§

impl NSAnimatablePropertyContainer for NSTableHeaderView

Available on crate features NSResponder and NSView and NSTableHeaderView only.
source§

impl NSAnimatablePropertyContainer for NSTableRowView

Available on crate features NSResponder and NSView and NSTableRowView only.
source§

impl NSAnimatablePropertyContainer for NSTableView

Available on crate features NSControl and NSResponder and NSView and NSTableView only.
source§

impl NSAnimatablePropertyContainer for NSText

Available on crate features NSResponder and NSView and NSText only.
source§

impl NSAnimatablePropertyContainer for NSTextField

Available on crate features NSControl and NSResponder and NSView and NSTextField only.
source§

impl NSAnimatablePropertyContainer for NSTextInsertionIndicator

Available on crate features NSResponder and NSView and NSTextInsertionIndicator only.
source§

impl NSAnimatablePropertyContainer for NSTextView

Available on crate features NSResponder and NSText and NSView and NSTextView only.
source§

impl NSAnimatablePropertyContainer for NSTitlebarAccessoryViewController

Available on crate features NSResponder and NSViewController and NSTitlebarAccessoryViewController only.
source§

impl NSAnimatablePropertyContainer for NSTokenField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSTokenField only.
source§

impl NSAnimatablePropertyContainer for NSView

Available on crate features NSResponder and NSView only.
source§

impl NSAnimatablePropertyContainer for NSVisualEffectView

Available on crate features NSResponder and NSView and NSVisualEffectView only.
source§

impl NSAnimatablePropertyContainer for NSWindow

Available on crate features NSResponder and NSWindow only.