pub unsafe trait NSAnimatablePropertyContainer {
// Provided methods
fn animator(&self) -> Retained<Self>
where Self: Sized + Message { ... }
fn animations(
&self,
) -> Retained<NSDictionary<NSAnimatablePropertyKey, AnyObject>>
where Self: Sized + Message { ... }
unsafe fn setAnimations(
&self,
animations: &NSDictionary<NSAnimatablePropertyKey, AnyObject>,
)
where Self: Sized + Message { ... }
fn animationForKey(
&self,
key: &NSAnimatablePropertyKey,
) -> Option<Retained<AnyObject>>
where Self: Sized + Message { ... }
fn defaultAnimationForKey(
key: &NSAnimatablePropertyKey,
) -> Option<Retained<AnyObject>>
where Self: Sized + ClassType { ... }
}Available on crate feature
NSAnimation only.Expand description
Provided Methods§
fn animator(&self) -> Retained<Self>
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.
This is copied when set.
§Safety
animations generic should be of the correct type.
fn animationForKey( &self, key: &NSAnimatablePropertyKey, ) -> Option<Retained<AnyObject>>
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 NSBackgroundExtensionView
Available on crate feature
NSBackgroundExtensionView only.impl NSAnimatablePropertyContainer for NSBox
Available on crate feature
NSBox only.impl NSAnimatablePropertyContainer for NSBrowser
Available on crate feature
NSBrowser only.impl NSAnimatablePropertyContainer for NSButton
Available on crate feature
NSButton only.impl NSAnimatablePropertyContainer for NSClipView
Available on crate feature
NSClipView only.impl NSAnimatablePropertyContainer for NSCollectionView
Available on crate feature
NSCollectionView only.impl NSAnimatablePropertyContainer for NSColorPanel
Available on crate feature
NSColorPanel only.impl NSAnimatablePropertyContainer for NSColorWell
Available on crate feature
NSColorWell only.impl NSAnimatablePropertyContainer for NSComboBox
Available on crate feature
NSComboBox only.impl NSAnimatablePropertyContainer for NSComboButton
Available on crate feature
NSComboButton only.impl NSAnimatablePropertyContainer for NSControl
Available on crate feature
NSControl only.impl NSAnimatablePropertyContainer for NSDatePicker
Available on crate feature
NSDatePicker only.impl NSAnimatablePropertyContainer for NSFontPanel
Available on crate feature
NSFontPanel only.impl NSAnimatablePropertyContainer for NSForm
Available on crate feature
NSForm only.impl NSAnimatablePropertyContainer for NSGlassEffectContainerView
Available on crate feature
NSGlassEffectView only.impl NSAnimatablePropertyContainer for NSGlassEffectView
Available on crate feature
NSGlassEffectView only.impl NSAnimatablePropertyContainer for NSGridView
Available on crate feature
NSGridView only.impl NSAnimatablePropertyContainer for NSImageView
Available on crate feature
NSImageView only.impl NSAnimatablePropertyContainer for NSLayoutConstraint
Available on crate feature
NSLayoutConstraint only.impl NSAnimatablePropertyContainer for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.impl NSAnimatablePropertyContainer for NSMatrix
Available on crate feature
NSMatrix only.impl NSAnimatablePropertyContainer for NSOpenGLView
Available on crate feature
NSOpenGLView only.impl NSAnimatablePropertyContainer for NSOpenPanel
Available on crate feature
NSOpenPanel only.impl NSAnimatablePropertyContainer for NSOutlineView
Available on crate feature
NSOutlineView only.impl NSAnimatablePropertyContainer for NSPageController
Available on crate feature
NSPageController only.impl NSAnimatablePropertyContainer for NSPanel
Available on crate feature
NSPanel only.impl NSAnimatablePropertyContainer for NSPathControl
Available on crate feature
NSPathControl only.impl NSAnimatablePropertyContainer for NSPopUpButton
Available on crate feature
NSPopUpButton only.impl NSAnimatablePropertyContainer for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.impl NSAnimatablePropertyContainer for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.impl NSAnimatablePropertyContainer for NSRuleEditor
Available on crate feature
NSRuleEditor only.impl NSAnimatablePropertyContainer for NSRulerView
Available on crate feature
NSRulerView only.impl NSAnimatablePropertyContainer for NSSavePanel
Available on crate feature
NSSavePanel only.impl NSAnimatablePropertyContainer for NSScrollView
Available on crate feature
NSScrollView only.impl NSAnimatablePropertyContainer for NSScroller
Available on crate feature
NSScroller only.impl NSAnimatablePropertyContainer for NSScrubber
Available on crate feature
NSScrubber only.impl NSAnimatablePropertyContainer for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.impl NSAnimatablePropertyContainer for NSSearchField
Available on crate feature
NSSearchField only.impl NSAnimatablePropertyContainer for NSSecureTextField
Available on crate feature
NSSecureTextField only.impl NSAnimatablePropertyContainer for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.impl NSAnimatablePropertyContainer for NSSlider
Available on crate feature
NSSlider only.impl NSAnimatablePropertyContainer for NSSplitView
Available on crate feature
NSSplitView only.impl NSAnimatablePropertyContainer for NSSplitViewItem
Available on crate feature
NSSplitViewItem only.impl NSAnimatablePropertyContainer for NSSplitViewItemAccessoryViewController
Available on crate feature
NSSplitViewItemAccessoryViewController only.impl NSAnimatablePropertyContainer for NSStackView
Available on crate feature
NSStackView only.impl NSAnimatablePropertyContainer for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.impl NSAnimatablePropertyContainer for NSStepper
Available on crate feature
NSStepper only.impl NSAnimatablePropertyContainer for NSSwitch
Available on crate feature
NSSwitch only.impl NSAnimatablePropertyContainer for NSTabView
Available on crate feature
NSTabView only.impl NSAnimatablePropertyContainer for NSTableCellView
Available on crate feature
NSTableCellView only.impl NSAnimatablePropertyContainer for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.impl NSAnimatablePropertyContainer for NSTableRowView
Available on crate feature
NSTableRowView only.impl NSAnimatablePropertyContainer for NSTableView
Available on crate feature
NSTableView only.impl NSAnimatablePropertyContainer for NSText
Available on crate feature
NSText only.impl NSAnimatablePropertyContainer for NSTextField
Available on crate feature
NSTextField only.impl NSAnimatablePropertyContainer for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.impl NSAnimatablePropertyContainer for NSTextView
Available on crate feature
NSTextView only.impl NSAnimatablePropertyContainer for NSTitlebarAccessoryViewController
Available on crate feature
NSTitlebarAccessoryViewController only.impl NSAnimatablePropertyContainer for NSTokenField
Available on crate feature
NSTokenField only.impl NSAnimatablePropertyContainer for NSView
Available on crate feature
NSView only.impl NSAnimatablePropertyContainer for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.impl NSAnimatablePropertyContainer for NSWindow
Available on crate feature
NSWindow only.