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

Latest commit

 

History

History
63 lines (50 loc) · 4.2 KB

cp.blackmagic.resolve.main.PrimaryWindow.md

File metadata and controls

63 lines (50 loc) · 4.2 KB

docs » cp.blackmagic.resolve.main.PrimaryWindow


Primary Window Module.

API Overview

  • Functions - API calls offered directly by the extension
  • matches
  • Constructors - API calls which return an object, typically one that offers API methods
  • PrimaryWindow
  • Fields - Variables which can only be accessed from an object returned by a constructor
  • doShow
  • resolve
  • Methods - API calls which can only be made on an object returned by a constructor
  • show

API Documentation

Functions

Signature cp.blackmagic.resolve.main.PrimaryWindow.matches(w) -> boolean
Type Function
Description Checks to see if a window matches the PrimaryWindow requirements
Parameters
  • w - The window to check
Returns
  • true if matched otherwise false

Constructors

Signature cp.blackmagic.resolve.main.PrimaryWindow(app) -> PrimaryWindow object
Type Constructor
Description Creates a new PrimaryWindow.
Parameters
  • None
Returns
  • PrimaryWindow

Fields

Signature cp.blackmagic.resolve.main.PrimaryWindow:doShow() -> PrimaryWindow
Type Field
Description A Statement that attempts to show the Primary Window.
Returns
  • The Statement, which resolves as either true or sends an error.
Signature cp.blackmagic.resolve.main.PrimaryWindow.resolve -> cp.blackmagic.resolve
Type Field
Description The main Resolve application root.

Methods

Signature cp.blackmagic.resolve.main.PrimaryWindow:show() -> PrimaryWindow
Type Method
Description Shows the Primary Window.
Parameters
  • None
Returns
  • The PrimaryWindow instance.