Trait NSAnimatablePropertyContainer

Source
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§

Source

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

Source

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

Source

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

Setter for animations.

Source

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

Source

unsafe fn defaultAnimationForKey( key: &NSAnimatablePropertyKey, ) -> Option<Retained<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. Read more
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 feature NSBox only.
Source§

impl NSAnimatablePropertyContainer for NSBrowser

Available on crate feature NSBrowser only.
Source§

impl NSAnimatablePropertyContainer for NSButton

Available on crate feature NSButton only.
Source§

impl NSAnimatablePropertyContainer for NSClipView

Available on crate feature NSClipView only.
Source§

impl NSAnimatablePropertyContainer for NSCollectionView

Available on crate feature NSCollectionView only.
Source§

impl NSAnimatablePropertyContainer for NSColorPanel

Available on crate feature NSColorPanel only.
Source§

impl NSAnimatablePropertyContainer for NSColorWell

Available on crate feature NSColorWell only.
Source§

impl NSAnimatablePropertyContainer for NSComboBox

Available on crate feature NSComboBox only.
Source§

impl NSAnimatablePropertyContainer for NSComboButton

Available on crate feature NSComboButton only.
Source§

impl NSAnimatablePropertyContainer for NSControl

Available on crate feature NSControl only.
Source§

impl NSAnimatablePropertyContainer for NSDatePicker

Available on crate feature NSDatePicker only.
Source§

impl NSAnimatablePropertyContainer for NSFontPanel

Available on crate feature NSFontPanel only.
Source§

impl NSAnimatablePropertyContainer for NSForm

Available on crate feature NSForm only.
Source§

impl NSAnimatablePropertyContainer for NSGridView

Available on crate feature NSGridView only.
Source§

impl NSAnimatablePropertyContainer for NSImageView

Available on crate feature NSImageView only.
Source§

impl NSAnimatablePropertyContainer for NSLayoutConstraint

Available on crate feature NSLayoutConstraint only.
Source§

impl NSAnimatablePropertyContainer for NSLevelIndicator

Available on crate feature NSLevelIndicator only.
Source§

impl NSAnimatablePropertyContainer for NSMatrix

Available on crate feature NSMatrix only.
Source§

impl NSAnimatablePropertyContainer for NSOpenPanel

Available on crate feature NSOpenPanel only.
Source§

impl NSAnimatablePropertyContainer for NSOutlineView

Available on crate feature NSOutlineView only.
Source§

impl NSAnimatablePropertyContainer for NSPageController

Available on crate feature NSPageController only.
Source§

impl NSAnimatablePropertyContainer for NSPanel

Available on crate feature NSPanel only.
Source§

impl NSAnimatablePropertyContainer for NSPathControl

Available on crate feature NSPathControl only.
Source§

impl NSAnimatablePropertyContainer for NSPopUpButton

Available on crate feature NSPopUpButton only.
Source§

impl NSAnimatablePropertyContainer for NSPredicateEditor

Available on crate feature NSPredicateEditor only.
Source§

impl NSAnimatablePropertyContainer for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
Source§

impl NSAnimatablePropertyContainer for NSRuleEditor

Available on crate feature NSRuleEditor only.
Source§

impl NSAnimatablePropertyContainer for NSRulerView

Available on crate feature NSRulerView only.
Source§

impl NSAnimatablePropertyContainer for NSSavePanel

Available on crate feature NSSavePanel only.
Source§

impl NSAnimatablePropertyContainer for NSScrollView

Available on crate feature NSScrollView only.
Source§

impl NSAnimatablePropertyContainer for NSScroller

Available on crate feature NSScroller only.
Source§

impl NSAnimatablePropertyContainer for NSScrubber

Available on crate feature NSScrubber only.
Source§

impl NSAnimatablePropertyContainer for NSScrubberArrangedView

Available on crate feature NSScrubberItemView only.
Source§

impl NSAnimatablePropertyContainer for NSScrubberImageItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSAnimatablePropertyContainer for NSScrubberItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSAnimatablePropertyContainer for NSScrubberSelectionView

Available on crate feature NSScrubberItemView only.
Source§

impl NSAnimatablePropertyContainer for NSScrubberTextItemView

Available on crate feature NSScrubberItemView only.
Source§

impl NSAnimatablePropertyContainer for NSSearchField

Available on crate feature NSSearchField only.
Source§

impl NSAnimatablePropertyContainer for NSSecureTextField

Available on crate feature NSSecureTextField only.
Source§

impl NSAnimatablePropertyContainer for NSSegmentedControl

Available on crate feature NSSegmentedControl only.
Source§

impl NSAnimatablePropertyContainer for NSSlider

Available on crate feature NSSlider only.
Source§

impl NSAnimatablePropertyContainer for NSSplitView

Available on crate feature NSSplitView only.
Source§

impl NSAnimatablePropertyContainer for NSSplitViewItem

Available on crate feature NSSplitViewItem only.
Source§

impl NSAnimatablePropertyContainer for NSStackView

Available on crate feature NSStackView only.
Source§

impl NSAnimatablePropertyContainer for NSStatusBarButton

Available on crate feature NSStatusBarButton only.
Source§

impl NSAnimatablePropertyContainer for NSStepper

Available on crate feature NSStepper only.
Source§

impl NSAnimatablePropertyContainer for NSSwitch

Available on crate feature NSSwitch only.
Source§

impl NSAnimatablePropertyContainer for NSTabView

Available on crate feature NSTabView only.
Source§

impl NSAnimatablePropertyContainer for NSTableCellView

Available on crate feature NSTableCellView only.
Source§

impl NSAnimatablePropertyContainer for NSTableHeaderView

Available on crate feature NSTableHeaderView only.
Source§

impl NSAnimatablePropertyContainer for NSTableRowView

Available on crate feature NSTableRowView only.
Source§

impl NSAnimatablePropertyContainer for NSTableView

Available on crate feature NSTableView only.
Source§

impl NSAnimatablePropertyContainer for NSText

Available on crate feature NSText only.
Source§

impl NSAnimatablePropertyContainer for NSTextField

Available on crate feature NSTextField only.
Source§

impl NSAnimatablePropertyContainer for NSTextInsertionIndicator

Available on crate feature NSTextInsertionIndicator only.
Source§

impl NSAnimatablePropertyContainer for NSTextView

Available on crate feature NSTextView only.
Source§

impl NSAnimatablePropertyContainer for NSTitlebarAccessoryViewController

Available on crate feature NSTitlebarAccessoryViewController only.
Source§

impl NSAnimatablePropertyContainer for NSTokenField

Available on crate feature NSTokenField only.
Source§

impl NSAnimatablePropertyContainer for NSView

Available on crate feature NSView only.
Source§

impl NSAnimatablePropertyContainer for NSVisualEffectView

Available on crate feature NSVisualEffectView only.
Source§

impl NSAnimatablePropertyContainer for NSWindow

Available on crate feature NSWindow only.