#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
- doLayout
- doShowAll
- doShowAnalysisKeywords
- doShowChapters
- doShowCompleteTodos
- doShowIncompleteTodos
- doShowKeywords
- doShowStandardMarkers
- saveLayout
#API Documentation
#Fields
Signature | cp.apple.finalcutpro.timeline.IndexTags.activate <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton that activates the 'Tags' section. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 23 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.all <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton that will show "All" types of media. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 44 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.analysisKeywords <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Auto-analysis keywords" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 166 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.chapters <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Chapter markers" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 187 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.completeTodos <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Complete todo marker" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 180 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.incompleteTodos <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Incomplete todo marker" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 173 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.keywords <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Keywords" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 159 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.list <cp.ui.OldTable> |
Type | Field |
Description | The list of tags as a Table. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 30 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.standardMarkers <cp.ui.RadioButton> |
Type | Field |
Description | The RadioButton for the "Standard markers" filter. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 152 |
Signature | cp.apple.finalcutpro.timeline.IndexTags.type <cp.apple.finalcutpro.timeline.IndexTags.Type> |
Type | Field |
Description | The IndexTags.Type. |
Notes | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 145 |
#Methods
Signature | cp.apple.finalcutpro.timeline.IndexTags:doLayout(layout) -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will apply the layout provided, if possible. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 328 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowAll() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "All" media types. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 194 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowAnalysisKeywords() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Analysis Keywords". |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 242 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowChapters() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Chapter" markers. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 290 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowCompleteTodos() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Complete Todos". |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 274 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowIncompleteTodos() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Incomplete Todo Markers". |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 258 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowKeywords() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Keywords". |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 226 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:doShowStandardMarkers() -> cp.rx.go.Statement |
Type | Method |
Description | Returns a Statement that will set the tag index to "Standard" markers. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 210 |
Signature | cp.apple.finalcutpro.timeline.IndexTags:saveLayout() -> table |
Type | Method |
Description | Returns a table containing the layout configuration for this class. |
Parameters |
|
Returns |
|
Notes | None |
Examples | None |
Source | src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 306 |