Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
111 lines (90 loc) · 8.49 KB

File metadata and controls

111 lines (90 loc) · 8.49 KB

docs » cp.apple.finalcutpro.timeline.SpeedPopover


Extends Timeline

Represents the Speed Popover.

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.timeline.SpeedPopover.matches(element) -> boolean
Type Function
Description Checks if the element is a "Video" Role.

Constructors

Signature cp.apple.finalcutpro.timeline.SpeedPopover(parent, uiFinder)
Type Constructor
Description Creates a new instance with the specified parent and uiFinder.
Parameters
  • parent - the parent Element.
  • uiFinder - a function or cp.prop containing the axuielement
Returns
  • The new SpeedPopover.

Fields

Signature cp.apple.finalcutpro.timeline.SpeedPopover:direction <cp.ui.RadioGroup>
Type Field
Description The RadioGroup for the "Direction" radio group.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:duration <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Forward" radio button.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:durationValue <cp.ui.RadioButton>
Type Field
Description The TextField for the "Duration" text field.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:forward <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Forward" radio button.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:rate <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Forward" radio button.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:rateValue <cp.ui.RadioButton>
Type Field
Description The TextField for the "Rate" text field.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:reverse <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Reverse" radio button.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:ripple <cp.ui.RadioGroup>
Type Field
Description The CheckBox for the "Ripple" checkbox.
Signature cp.apple.finalcutpro.timeline.SpeedPopover:setSpeed <cp.ui.RadioGroup>
Type Field
Description The RadioGroup for the "Set Speed" radio group.

Methods

Signature cp.apple.finalcutpro.timeline.SpeedPopover:doShow() -> cp.rx.go.Statement <boolean>
Type Method
Description Returns a Statement that will show the Speed Popover.
Parameters
  • None
Returns
  • A Statement which will send true if it successful, or false otherwise.