Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
170 lines (141 loc) · 14.7 KB

cp.apple.finalcutpro.timeline.IndexClips.md

File metadata and controls

170 lines (141 loc) · 14.7 KB

docs » cp.apple.finalcutpro.timeline.IndexClips


Extends IndexSection

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

Submodules

API Overview

API Documentation

Constructors

Signature cp.apple.finalcutpro.timeline.IndexClips(index) -> IndexClips
Type Constructor
Description Creates the IndexClips instance.
Parameters
  • index - The Index instance.

Fields

Signature cp.apple.finalcutpro.timeline.IndexClips.activate <cp.ui.RadioButton>
Type Field
Description The RadioButton that activates the 'Clips' section.
Signature cp.apple.finalcutpro.timeline.IndexClips.all <cp.ui.RadioButton>
Type Field
Description The RadioButton that will show "All" types of media.
Signature cp.apple.finalcutpro.timeline.IndexClips.audio <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Audio" filter.
Signature cp.apple.finalcutpro.timeline.IndexClips.list <cp.ui.Table>
Type Field
Description The list of clips as a Table.
Signature cp.apple.finalcutpro.timeline.IndexClips.titles <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Titles" filter.
Signature cp.apple.finalcutpro.timeline.IndexClips.type <cp.apple.finalcutpro.timeline.IndexClips.Type>
Type Field
Description The IndexClips.Type.
Signature cp.apple.finalcutpro.timeline.IndexClips.video <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Video" filter.

Methods

Signature cp.apple.finalcutpro.timeline.IndexClips:doFindAuditions() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for all "Auditions".
Signature cp.apple.finalcutpro.timeline.IndexClips:doFindClipsContaining(text) -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for clips containing the specified text.
Parameters
  • text - The text to search for.
Returns
Notes
  • Because the text can change each time, this result is not cached automatically. However as long as you are searching for the same text the result can be safely cached. The [#toFindMissingMedia] method does this, for example.
Signature cp.apple.finalcutpro.timeline.IndexClips:doFindCompoundClips() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for all "Compound Clips".
Signature cp.apple.finalcutpro.timeline.IndexClips:doFindMissingMedia() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for all "Missing Media".
Signature cp.apple.finalcutpro.timeline.IndexClips:doFindMulticams() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for all "Multicam" clips.
Signature cp.apple.finalcutpro.timeline.IndexClips:doFindSynchronized() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will use the index to search for all "Synchronized" Clips.
Signature cp.apple.finalcutpro.timeline.IndexClips:doLayout(layout) -> cp.rx.go.Statement
Type Method
Description Returns 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
Signature cp.apple.finalcutpro.timeline.IndexClips:doShowAll() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will set the clip index to "All" media types.
Signature cp.apple.finalcutpro.timeline.IndexClips:doShowAudio() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will set the clip index to "Audio" media types.
Signature cp.apple.finalcutpro.timeline.IndexClips:doShowTitles() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will set the clip index to "Titles" media types.
Signature cp.apple.finalcutpro.timeline.IndexClips:doShowVideo() -> cp.rx.go.Statement
Type Method
Description Returns a Statement that will set the clip index to "Video" media types.
Signature cp.apple.finalcutpro.timeline.IndexClips:saveLayout() -> table
Type Method
Description Returns a table containing the layout configuration for this class.
Returns
  • The layout configuration table.