#cp.apple.finalcutpro.timeline.IndexTags

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


#Submodules


#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.IndexTags.activate <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton that activates the 'Tags' section.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 23

Signaturecp.apple.finalcutpro.timeline.IndexTags.all <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton that will show "All" types of media.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 44

Signaturecp.apple.finalcutpro.timeline.IndexTags.analysisKeywords <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Auto-analysis keywords" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 166

Signaturecp.apple.finalcutpro.timeline.IndexTags.chapters <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Chapter markers" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 187

Signaturecp.apple.finalcutpro.timeline.IndexTags.completeTodos <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Complete todo marker" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 180

Signaturecp.apple.finalcutpro.timeline.IndexTags.incompleteTodos <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Incomplete todo marker" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 173

Signaturecp.apple.finalcutpro.timeline.IndexTags.keywords <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Keywords" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 159

Signaturecp.apple.finalcutpro.timeline.IndexTags.list <cp.ui.OldTable>
TypeField
DescriptionThe list of tags as a Table.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 30

Signaturecp.apple.finalcutpro.timeline.IndexTags.standardMarkers <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Standard markers" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 152

Signaturecp.apple.finalcutpro.timeline.IndexTags.type <cp.apple.finalcutpro.timeline.IndexTags.Type>
TypeField
DescriptionThe IndexTags.Type.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 145

#Methods

Signaturecp.apple.finalcutpro.timeline.IndexTags: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/IndexTags.lua line 328

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowAll() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "All" media types.
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 194

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowAnalysisKeywords() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Analysis Keywords".
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 242

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowChapters() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Chapter" markers.
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 290

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowCompleteTodos() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Complete Todos".
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 274

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowIncompleteTodos() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Incomplete Todo Markers".
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 258

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowKeywords() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Keywords".
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 226

Signaturecp.apple.finalcutpro.timeline.IndexTags:doShowStandardMarkers() -> cp.rx.go.Statement
TypeMethod
DescriptionReturns a Statement that will set the tag index to "Standard" markers.
Parameters
  • None
Returns
  • Statement
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 210

Signaturecp.apple.finalcutpro.timeline.IndexTags: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/IndexTags.lua line 306