pub unsafe trait NSAnimatablePropertyContainer {
// Provided methods
unsafe fn animator(&self) -> Retained<Self>
where Self: Sized + Message { ... }
unsafe fn animations(
&self,
) -> Retained<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<Retained<AnyObject>>
where Self: Sized + Message { ... }
unsafe fn defaultAnimationForKey(
key: &NSAnimatablePropertyKey,
) -> Option<Retained<AnyObject>>
where Self: Sized + ClassType { ... }
}Available on crate feature
NSAnimation only.Expand description
Provided Methods§
unsafe fn animator(&self) -> Retained<Self>
unsafe fn animations( &self, ) -> Retained<NSDictionary<NSAnimatablePropertyKey, AnyObject>>
Sourceunsafe fn setAnimations(
&self,
animations: &NSDictionary<NSAnimatablePropertyKey, AnyObject>,
)
unsafe fn setAnimations( &self, animations: &NSDictionary<NSAnimatablePropertyKey, AnyObject>, )
Setter for animations.
unsafe fn animationForKey( &self, key: &NSAnimatablePropertyKey, ) -> Option<Retained<AnyObject>>
unsafe fn defaultAnimationForKey( key: &NSAnimatablePropertyKey, ) -> Option<Retained<AnyObject>>
Trait Implementations§
Source§impl ProtocolType for dyn NSAnimatablePropertyContainer
impl ProtocolType for dyn NSAnimatablePropertyContainer
impl<T> ImplementedBy<T> for dyn NSAnimatablePropertyContainer
Implementations on Foreign Types§
impl<T> NSAnimatablePropertyContainer for ProtocolObject<T>where
T: ?Sized + NSAnimatablePropertyContainer,
Implementors§
impl NSAnimatablePropertyContainer for NSBox
Available on crate features
NSResponder and NSView and NSBox only.impl NSAnimatablePropertyContainer for NSBrowser
Available on crate features
NSControl and NSResponder and NSView and NSBrowser only.impl NSAnimatablePropertyContainer for NSButton
Available on crate features
NSControl and NSResponder and NSView and NSButton only.impl NSAnimatablePropertyContainer for NSClipView
Available on crate features
NSResponder and NSView and NSClipView only.impl NSAnimatablePropertyContainer for NSCollectionView
Available on crate features
NSResponder and NSView and NSCollectionView only.impl NSAnimatablePropertyContainer for NSColorPanel
Available on crate features
NSPanel and NSResponder and NSWindow and NSColorPanel only.impl NSAnimatablePropertyContainer for NSColorWell
Available on crate features
NSControl and NSResponder and NSView and NSColorWell only.impl NSAnimatablePropertyContainer for NSComboBox
Available on crate features
NSControl and NSResponder and NSTextField and NSView and NSComboBox only.impl NSAnimatablePropertyContainer for NSComboButton
Available on crate features
NSControl and NSResponder and NSView and NSComboButton only.impl NSAnimatablePropertyContainer for NSControl
Available on crate features
NSResponder and NSView and NSControl only.impl NSAnimatablePropertyContainer for NSDatePicker
Available on crate features
NSControl and NSResponder and NSView and NSDatePicker only.impl NSAnimatablePropertyContainer for NSFontPanel
Available on crate features
NSPanel and NSResponder and NSWindow and NSFontPanel only.impl NSAnimatablePropertyContainer for NSForm
Available on crate features
NSControl and NSMatrix and NSResponder and NSView and NSForm only.impl NSAnimatablePropertyContainer for NSGridView
Available on crate features
NSResponder and NSView and NSGridView only.impl NSAnimatablePropertyContainer for NSImageView
Available on crate features
NSControl and NSResponder and NSView and NSImageView only.impl NSAnimatablePropertyContainer for NSLayoutConstraint
Available on crate feature
NSLayoutConstraint only.impl NSAnimatablePropertyContainer for NSLevelIndicator
Available on crate features
NSControl and NSResponder and NSView and NSLevelIndicator only.impl NSAnimatablePropertyContainer for NSMatrix
Available on crate features
NSControl and NSResponder and NSView and NSMatrix only.impl NSAnimatablePropertyContainer for NSOpenPanel
Available on crate features
NSPanel and NSResponder and NSSavePanel and NSWindow and NSOpenPanel only.impl NSAnimatablePropertyContainer for NSOutlineView
Available on crate features
NSControl and NSResponder and NSTableView and NSView and NSOutlineView only.impl NSAnimatablePropertyContainer for NSPageController
Available on crate features
NSResponder and NSViewController and NSPageController only.impl NSAnimatablePropertyContainer for NSPanel
Available on crate features
NSResponder and NSWindow and NSPanel only.impl NSAnimatablePropertyContainer for NSPathControl
Available on crate features
NSControl and NSResponder and NSView and NSPathControl only.impl NSAnimatablePropertyContainer for NSPopUpButton
Available on crate features
NSButton and NSControl and NSResponder and NSView and NSPopUpButton only.impl NSAnimatablePropertyContainer for NSPredicateEditor
Available on crate features
NSControl and NSResponder and NSRuleEditor and NSView and NSPredicateEditor only.impl NSAnimatablePropertyContainer for NSProgressIndicator
Available on crate features
NSResponder and NSView and NSProgressIndicator only.impl NSAnimatablePropertyContainer for NSRuleEditor
Available on crate features
NSControl and NSResponder and NSView and NSRuleEditor only.impl NSAnimatablePropertyContainer for NSRulerView
Available on crate features
NSResponder and NSView and NSRulerView only.impl NSAnimatablePropertyContainer for NSSavePanel
Available on crate features
NSPanel and NSResponder and NSWindow and NSSavePanel only.impl NSAnimatablePropertyContainer for NSScrollView
Available on crate features
NSResponder and NSView and NSScrollView only.impl NSAnimatablePropertyContainer for NSScroller
Available on crate features
NSControl and NSResponder and NSView and NSScroller only.impl NSAnimatablePropertyContainer for NSScrubber
Available on crate features
NSResponder and NSView and NSScrubber only.impl NSAnimatablePropertyContainer for NSScrubberArrangedView
Available on crate features
NSResponder and NSView and NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberImageItemView
Available on crate features
NSResponder and NSView and NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberItemView
Available on crate features
NSResponder and NSView and NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberSelectionView
Available on crate features
NSResponder and NSView and NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberTextItemView
Available on crate features
NSResponder and NSView and NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSSearchField
Available on crate features
NSControl and NSResponder and NSTextField and NSView and NSSearchField only.impl NSAnimatablePropertyContainer for NSSecureTextField
Available on crate features
NSControl and NSResponder and NSTextField and NSView and NSSecureTextField only.impl NSAnimatablePropertyContainer for NSSegmentedControl
Available on crate features
NSControl and NSResponder and NSView and NSSegmentedControl only.impl NSAnimatablePropertyContainer for NSSlider
Available on crate features
NSControl and NSResponder and NSView and NSSlider only.impl NSAnimatablePropertyContainer for NSSplitView
Available on crate features
NSResponder and NSView and NSSplitView only.impl NSAnimatablePropertyContainer for NSSplitViewItem
Available on crate feature
NSSplitViewItem only.impl NSAnimatablePropertyContainer for NSStackView
Available on crate features
NSResponder and NSView and NSStackView only.impl NSAnimatablePropertyContainer for NSStatusBarButton
Available on crate features
NSButton and NSControl and NSResponder and NSView and NSStatusBarButton only.impl NSAnimatablePropertyContainer for NSStepper
Available on crate features
NSControl and NSResponder and NSView and NSStepper only.impl NSAnimatablePropertyContainer for NSSwitch
Available on crate features
NSControl and NSResponder and NSView and NSSwitch only.impl NSAnimatablePropertyContainer for NSTabView
Available on crate features
NSResponder and NSView and NSTabView only.impl NSAnimatablePropertyContainer for NSTableCellView
Available on crate features
NSResponder and NSView and NSTableCellView only.impl NSAnimatablePropertyContainer for NSTableHeaderView
Available on crate features
NSResponder and NSView and NSTableHeaderView only.impl NSAnimatablePropertyContainer for NSTableRowView
Available on crate features
NSResponder and NSView and NSTableRowView only.impl NSAnimatablePropertyContainer for NSTableView
Available on crate features
NSControl and NSResponder and NSView and NSTableView only.impl NSAnimatablePropertyContainer for NSText
Available on crate features
NSResponder and NSView and NSText only.impl NSAnimatablePropertyContainer for NSTextField
Available on crate features
NSControl and NSResponder and NSView and NSTextField only.impl NSAnimatablePropertyContainer for NSTextInsertionIndicator
Available on crate features
NSResponder and NSView and NSTextInsertionIndicator only.impl NSAnimatablePropertyContainer for NSTextView
Available on crate features
NSResponder and NSText and NSView and NSTextView only.impl NSAnimatablePropertyContainer for NSTitlebarAccessoryViewController
Available on crate features
NSResponder and NSViewController and NSTitlebarAccessoryViewController only.impl NSAnimatablePropertyContainer for NSTokenField
Available on crate features
NSControl and NSResponder and NSTextField and NSView and NSTokenField only.impl NSAnimatablePropertyContainer for NSView
Available on crate features
NSResponder and NSView only.impl NSAnimatablePropertyContainer for NSVisualEffectView
Available on crate features
NSResponder and NSView and NSVisualEffectView only.impl NSAnimatablePropertyContainer for NSWindow
Available on crate features
NSResponder and NSWindow only.