docs » cp.apple.finalcutpro.timeline.Toolbar
Timeline Toolbar
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- Toolbar
- Fields - Variables which can only be accessed from an object returned by a constructor
- appearance
- appearanceToggle
- back
- browser
- duration
- forward
- index
- skimming
- skimmingGroup
- title
| Signature | cp.apple.finalcutpro.timeline.Toolbar.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks if the element is a Toolbar. |
| Parameters |
|
| Returns |
|
| 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 |
|
| 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. |