docs » cp.apple.finalcutpro.main.PrimaryToolbar
Timeline Toolbar.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- PrimaryToolbar
- Fields - Variables which can only be accessed from an object returned by a constructor
- backgroundTasksWindow
- browserShowing
- extensions
- inspectorShowing
- keywordEditor
- mediaImport
- shareButton
- timelineShowing
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks to see if an element matches what we think it should be. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar(parent) -> PrimaryToolbar |
|---|---|
| Type | Constructor |
| Description | Creates a new PrimaryToolbar instance. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.backgroundTasksWindow <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | The CheckBox that will open the BackgroundTasksWindow dialog |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.browserShowing <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | The CheckBox indicating if the Browser is showing |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.extensions <cp.ui.Button> |
|---|---|
| Type | Field |
| Description | The Button that will open the "Available Extensions" dialog, or trigger the only extension, if only one is installed. |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.inspectorShowing <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | The CheckBox indicating if the Inspector is showing |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.keywordEditor <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | The CheckBox that will open the KeywordEditor dialog when checked. |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.mediaImport <cp.ui.Button> |
|---|---|
| Type | Field |
| Description | The Button that will open the MediaImport dialog |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.shareButton <cp.ui.Button> |
|---|---|
| Type | Field |
| Description | The Share Button. |
| Signature | cp.apple.finalcutpro.main.PrimaryToolbar.timelineShowing <cp.ui.CheckBox> |
|---|---|
| Type | Field |
| Description | The CheckBox indicating if the Timeline is showing |