docs » cp.apple.finalcutpro.timeline.Index
Timeline Index Module.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- Index
- Fields - Variables which can only be accessed from an object returned by a constructor
- captions
- clips
- mode
- roles
- search
- tags
- Methods - API calls which can only be made on an object returned by a constructor
- activeTab
- doHide
- doLayout
- doShow
- saveLayout
| Signature | cp.apple.finalcutpro.timeline.Index.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks to see if an element matches what we think it should be. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.Index(parent, uiFinder) -> cp.apple.finalcutpro.timeline.Index |
|---|---|
| Type | Constructor |
| Description | Creates a new Timeline Index. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.Index.captions <cp.apple.finalcutpro.timeline.IndexCaptions> |
|---|---|
| Type | Field |
| Description | The IndexCaptions. |
| Signature | cp.apple.finalcutpro.timeline.Index.clips <cp.apple.finalcutpro.timeline.IndexClips> |
|---|---|
| Type | Field |
| Description | The IndexClips. |
| Signature | cp.apple.finalcutpro.timeline.Index.mode <cp.apple.finalcutpro.timeline.IndexMode> |
|---|---|
| Type | Field |
| Description | The IndexMode for the Index. |
| Signature | cp.apple.finalcutpro.timeline.Index.roles <cp.apple.finalcutpro.timeline.IndexRoles> |
|---|---|
| Type | Field |
| Description | The IndexRoles. |
| Signature | cp.apple.finalcutpro.timeline.Index.search <cp.ui.SearchField> |
|---|---|
| Type | Field |
| Description | The SearchField for the Timeline Index. |
| Signature | cp.apple.finalcutpro.timeline.Index.tags <cp.apple.finalcutpro.timeline.IndexTags> |
|---|---|
| Type | Field |
| Description | The IndexTags. |
| Signature | cp.apple.finalcutpro.timeline.Index:activeTab() -> object |
|---|---|
| Type | Method |
| Description | Gets the active tab. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.Index:doHide() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | Returns a Statement which will hide the Index if possible. |
| Signature | cp.apple.finalcutpro.timeline.Index: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.Index:doShow() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | Returns a Statement which will show the Index if possible. |
| Signature | cp.apple.finalcutpro.timeline.Index:saveLayout() -> table |
|---|---|
| Type | Method |
| Description | Returns a table containing the layout configuration for this class. |
| Parameters |
|
| Returns |
|