#cp.apple.finalcutpro.timeline.IndexMode

Timeline Index Mode Radio Group Module.


#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.timeline.IndexMode.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element is the IndexMode.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches, otherwise false.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 30

#Constructors

Signaturecp.apple.finalcutpro.timeline.IndexMode(index) -> cp.apple.finalcutpro.timeline.IndexMode
TypeConstructor
DescriptionCreates a new IndexMode instance.
Parameters
  • index - The Index that contains the mode.
Returns
  • The new IndexMode instance.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 47

#Fields

Signaturecp.apple.finalcutpro.timeline.IndexMode.captions <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Captions" mode.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 120

Signaturecp.apple.finalcutpro.timeline.IndexMode.clips <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Clips" mode.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 66

Signaturecp.apple.finalcutpro.timeline.IndexMode.roles <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Roles" mode.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 102

Signaturecp.apple.finalcutpro.timeline.IndexMode.tags <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Tags" mode.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexMode.lua line 84