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

Latest commit

 

History

History
114 lines (95 loc) · 8.79 KB

File metadata and controls

114 lines (95 loc) · 8.79 KB

docs » cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover


Browser Marker Popup.

API Overview

  • Functions - API calls offered directly by the extension
  • matches
  • Constructors - API calls which return an object, typically one that offers API methods
  • BrowserMarkerPopover
  • Fields - Variables which can only be accessed from an object returned by a constructor
  • chapter
  • completed
  • delete
  • done
  • name
  • standard
  • toDo
  • Methods - API calls which can only be made on an object returned by a constructor
  • hide
  • show

API Documentation

Functions

Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.matches(element) -> boolean
Type Function
Description Checks to see if a GUI element is the Browser Marker Popover or not
Parameters
  • element - The element you want to check
Returns
  • true if the element is the Browser Marker Popover otherwise false

Constructors

Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover(parent) -> BrowserMarkerPopover
Type Constructor
Description Constructs a new Browser Marker Popover
Parameters
  • parent - The parent object
Returns
  • The new BrowserMarkerPopover instance.

Fields

Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.chapter <cp.ui.RadioButton>
Type Field
Description The "Chapter" Marker button.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.completed <cp.ui.CheckBox>
Type Field
Description Gets the "Completed" checkbox. This only available if you have a "To Do" marker selected.
Parameters
  • None
Returns
  • A Button object.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.delete <cp.ui.Button>
Type Field
Description Gets the "Delete" Button.
Parameters
  • None
Returns
  • A Button object.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.done <cp.ui.Button>
Type Field
Description The "Done" Button.
Parameters
  • None
Returns
  • A Button object.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.name <cp.ui.TextField>
Type Field
Description Gets the Marker Name TextField.
Parameters
  • None
Returns
  • A TextField object.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.standard <cp.ui.RadioButton>
Type Field
Description The "Standard" Marker button.
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover.toDo <cp.ui.RadioButton>
Type Field
Description The "To Do" Marker button.

Methods

Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover:hide() -> BrowserMarkerPopover
Type Method
Description Hides the Browser Marker Popover by clicking "Done" on the popover.
Parameters
  • None
Returns
  • BrowserMarkerPopover object
Signature cp.apple.finalcutpro.main.Browser.BrowserMarkerPopover:show() -> BrowserMarkerPopover
Type Method
Description Shows the Browser Marker Popover by triggering "Add Marker and Modify" from the menu bar.
Parameters
  • None
Returns
  • BrowserMarkerPopover object