docs » cp.apple.finalcutpro.timeline.SpeedPopover
Extends Timeline
Represents the Speed Popover.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- SpeedPopover
- Fields - Variables which can only be accessed from an object returned by a constructor
- direction
- duration
- durationValue
- forward
- rate
- rateValue
- reverse
- ripple
- setSpeed
- Methods - API calls which can only be made on an object returned by a constructor
- doShow
| Signature | cp.apple.finalcutpro.timeline.SpeedPopover.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks if the element is a "Video" Role. |
| Signature | cp.apple.finalcutpro.timeline.SpeedPopover(parent, uiFinder) |
|---|---|
| Type | Constructor |
| Description | Creates a new instance with the specified parent and uiFinder. |
| Parameters |
|
| Returns |
|
| 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. |
| 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 |
|
| Returns |
|