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

Latest commit

 

History

History
110 lines (90 loc) · 8.63 KB

cp.apple.finalcutpro.timeline.Toolbar.md

File metadata and controls

110 lines (90 loc) · 8.63 KB

docs » cp.apple.finalcutpro.timeline.Toolbar


Timeline Toolbar

Submodules

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.timeline.Toolbar.matches(element) -> boolean
Type Function
Description Checks if the element is a Toolbar.
Parameters
  • element - the axuielement to check.
Returns
  • true if it matches, otherwise false.

Constructors

Signature cp.apple.finalcutpro.timeline.Toolbar(timeline) -> cp.apple.finalcutpro.timeline.Toolbar
Type Constructor
Description Creates a new Toolbar with the specified parent.
Parameters
Returns
  • The new Toolbar instance.

Fields

Signature cp.apple.finalcutpro.timeline.Toolbar.appearance <cp.apple.finalcutpro.timeline.Appearance>
Type Field
Description The Appearance button/palette control.
Signature cp.apple.finalcutpro.timeline.Toolbar.appearanceToggle <cp.ui.CheckBox>
Type Field
Description A CheckBox field which will toggle the appearance popover.
Signature cp.apple.finalcutpro.timeline.Toolbar.back <cp.ui.Button>
Type Field
Description The Button for "go back in timeline history".
Signature cp.apple.finalcutpro.timeline.Toolbar.browser <cp.apple.finalcutpro.timeline.Toolbar.Browser>
Type Field
Description The Toolbar.Browser containing buttons that will toggle the Effects/Transitions browsers.
Signature cp.apple.finalcutpro.timeline.Toolbar.duration <cp.ui.StaticText>
Type Field
Description The duration StaticText from the Timeline Titlebar.
Signature cp.apple.finalcutpro.timeline.Toolbar.forward <cp.ui.Button>
Type Field
Description The Button for "go forward in timeline history".
Signature cp.apple.finalcutpro.timeline.Toolbar.index <cp.ui.CheckBox>
Type Field
Description The CheckBox which indicates if the Timeline Index is visible.
Signature cp.apple.finalcutpro.timeline.Toolbar.skimming <cp.apple.finalcutpro.timeline.Toolbar.Skimming>
Type Field
Description The Skimming group of checkbox items.
Signature cp.apple.finalcutpro.timeline.Toolbar.skimmingGroup <cp.ui.Group>
Type Field
Description A Group containing buttons relating to mouse skimming behaviour, waveforms, snapping, etc.
Signature cp.apple.finalcutpro.timeline.Toolbar.title <cp.ui.StaticText>
Type Field
Description The title StaticText from the Timeline Titlebar.