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

Latest commit

 

History

History
87 lines (70 loc) · 6.57 KB

cp.apple.finalcutpro.viewer.InfoBar.md

File metadata and controls

87 lines (70 loc) · 6.57 KB

docs » cp.apple.finalcutpro.viewer.InfoBar


Represents the bar of information about the Viewer (format, title, viewing options).

See also ControlBar.

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.viewer.InfoBar.matches(element) -> boolean
Type Function
Description Checks if the element is an InfoBar instance.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches the pattern for a Viewer InfoBar.

Constructors

Signature cp.apple.finalcutpro.viewer.InfoBar(viewer)
Type Constructor
Description Creates a new InfoBar instance.
Parameters
Returns
  • The new InfoBar.

Fields

Signature cp.apple.finalcutpro.viewer.InfoBar.format <cp.prop: number; read-only>
Type Field
Description Provides the full format text value, or nil if not available.
Signature cp.apple.finalcutpro.viewer.InfoBar.formatField <cp.ui.StaticText>
Type Field
Description The "Field" value for the current clip, as a StaticText
Signature cp.apple.finalcutpro.viewer.InfoBar.framerate <cp.prop: number; read-only>
Type Field
Description Provides the framerate as a number, or nil if not available.
Signature cp.apple.finalcutpro.viewer.InfoBar.title <cp.prop: string; read-only; live?>
Type Field
Description Provides the Title of the clip in the Viewer as a StaticText.
Signature cp.apple.finalcutpro.viewer.InfoBar.titleField <cp.ui.StaticText>
Type Field
Description Provides the Title of the clip in the Viewer as a StaticText.
Signature cp.apple.finalcutpro.viewer.InfoBar:viewMenu <cp.ui.MenuButton>
Type Field
Description The MenuButton for the "View" menu.
Signature cp.apple.finalcutpro.viewer.InfoBar:zoomwMenu <cp.ui.MenuButton>
Type Field
Description The MenuButton for the "Zoom Level" menu.