#cp.apple.finalcutpro.main.PrimaryToolbar

Timeline Toolbar.


#API Overview

Functions - API calls offered directly by the extension

Constructors - API calls which return an object, typically one that offers API methods

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.matches(element) -> boolean
TypeFunction
DescriptionChecks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 23

#Constructors

Signaturecp.apple.finalcutpro.main.PrimaryToolbar(parent) -> PrimaryToolbar
TypeConstructor
DescriptionCreates a new PrimaryToolbar instance.
Parameters
  • parent - The parent object.
Returns
  • A new PrimaryToolbar object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 49

#Fields

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.backgroundTasksWindow <cp.ui.CheckBox>
TypeField
DescriptionThe CheckBox that will open the BackgroundTasksWindow dialog
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 120

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.browserShowing <cp.ui.CheckBox>
TypeField
DescriptionThe CheckBox indicating if the Browser is showing
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 142

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.extensions <cp.ui.Button>
TypeField
DescriptionThe Button that will open the "Available Extensions" dialog, or trigger the only extension, if only one is installed.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 133

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.inspectorShowing <cp.ui.CheckBox>
TypeField
DescriptionThe CheckBox indicating if the Inspector is showing
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 170

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.keywordEditor <cp.ui.CheckBox>
TypeField
DescriptionThe CheckBox that will open the KeywordEditor dialog when checked.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 107

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.mediaImport <cp.ui.Button>
TypeField
DescriptionThe Button that will open the MediaImport dialog
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 98

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.shareButton <cp.ui.Button>
TypeField
DescriptionThe Share Button.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 184

Signaturecp.apple.finalcutpro.main.PrimaryToolbar.timelineShowing <cp.ui.CheckBox>
TypeField
DescriptionThe CheckBox indicating if the Timeline is showing
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/main/PrimaryToolbar.lua line 156