#cp.apple.finalcutpro.timeline.IndexCaptions

Provides access to the 'Captions' section of the Timeline Index


#API Overview

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

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Fields

Signaturecp.apple.finalcutpro.timeline.IndexCaptions.activate <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton that activates the 'Captions' section.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexCaptions.lua line 22

Signaturecp.apple.finalcutpro.timeline.IndexCaptions.list <cp.ui.OldTable>
TypeField
DescriptionThe list of captions as a Table.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexCaptions.lua line 29

Signaturecp.apple.finalcutpro.timeline.IndexCaptions.viewErrors <cp.ui.Button>
TypeField
DescriptionThe Button that will allow viewing errors in the Captions list.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexCaptions.lua line 43

#Methods

Signaturecp.apple.finalcutpro.timeline.IndexCaptions:doLayout(layout) -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will apply the layout provided, if possible.
Parameters
  • layout - the table containing the layout configuration. Usually created via the [#saveLayout] method.
Returns
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexCaptions.lua line 69

Signaturecp.apple.finalcutpro.timeline.IndexCaptions:saveLayout() -> table
TypeMethod
DescriptionReturns a table containing the layout configuration for this class.
Parameters
  • None
Returns
  • The layout configuration table.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexCaptions.lua line 54