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

Latest commit

 

History

History
122 lines (101 loc) · 9.62 KB

cp.apple.finalcutpro.timeline.Index.md

File metadata and controls

122 lines (101 loc) · 9.62 KB

docs » cp.apple.finalcutpro.timeline.Index


Timeline Index Module.

API Overview

API Documentation

Functions

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
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false

Constructors

Signature cp.apple.finalcutpro.timeline.Index(parent, uiFinder) -> cp.apple.finalcutpro.timeline.Index
Type Constructor
Description Creates a new Timeline Index.
Parameters
Returns
  • A new Index instance.

Fields

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.

Methods

Signature cp.apple.finalcutpro.timeline.Index:activeTab() -> object
Type Method
Description Gets the active tab.
Parameters
  • None
Returns
  • The active tab or nil.
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
  • layout - the table containing the layout configuration. Usually created via the [#saveLayout] method.
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
  • None
Returns
  • The layout configuration table.