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

Latest commit

 

History

History
92 lines (75 loc) · 7.13 KB

cp.apple.finalcutpro.main.PrimaryToolbar.md

File metadata and controls

92 lines (75 loc) · 7.13 KB

docs » cp.apple.finalcutpro.main.PrimaryToolbar


Timeline Toolbar.

API Overview

API Documentation

Functions

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
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false

Constructors

Signature cp.apple.finalcutpro.main.PrimaryToolbar(parent) -> PrimaryToolbar
Type Constructor
Description Creates a new PrimaryToolbar instance.
Parameters
  • parent - The parent object.
Returns
  • A new PrimaryToolbar object.

Fields

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