docs » cp.apple.finalcutpro.timeline.IndexClips
Extends IndexSection
Provides access to the 'Clips' section of the Timeline Index
- Constructors - API calls which return an object, typically one that offers API methods
- IndexClips
- Fields - Variables which can only be accessed from an object returned by a constructor
- activate
- all
- audio
- list
- titles
- type
- video
- Methods - API calls which can only be made on an object returned by a constructor
- doFindAuditions
- doFindClipsContaining
- doFindCompoundClips
- doFindMissingMedia
- doFindMulticams
- doFindSynchronized
- doLayout
- doShowAll
- doShowAudio
- doShowTitles
- doShowVideo
- saveLayout
Signature | cp.apple.finalcutpro.timeline.IndexClips(index) -> IndexClips |
---|---|
Type | Constructor |
Description | Creates the IndexClips instance. |
Parameters |
|
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. |
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 |
|
Returns |
|
Notes |
|
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 |
|
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 |
|