Final Cut Pro HUD.
Constants - Useful values which cannot be changed
​position​
Functions - API calls offered directly by the extension
​assignButton​
​choices​
​delete​
​generateHTML​
​getButton​
​getButtonCommand​
​getButtonText​
​getButtonURL​
​hide​
​init​
​javaScriptCallback​
​new​
​refresh​
​setButton​
​show​
​update​
​updateVisibility​
​visible​
Fields - Variables which can only be accessed from an object returned by a constructor
​buttonsShown​
​dropTargetsShown​
​enabled​
​inspectorShown​
Signature |
|
Type | Constant |
Description | Returns the last HUD frame saved in settings. |
Signature |
|
Type | Function |
Description | Assigns a HUD button. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Choices for the Assign HUD Button chooser. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Deletes the existing HUD if it exists |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Generate the HTML for the HUD. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Gets the button values from settings. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Gets the button command. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Gets the button text. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Gets the button URL. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Hide the HUD. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Initialise HUD Module. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Javascript Callback |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Creates a new HUD |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Refresh the HUD's content. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Sets the button. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Show the HUD. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Enables or Disables the HUD. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Update the visibility of the HUD. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Is the HUD visible? |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Field |
Description | Should Buttons in the HUD be shown? |
Signature |
|
Type | Field |
Description | Should Drop Targets in the HUD be enabled? |
Signature |
|
Type | Field |
Description | Is the HUD enabled in the settings? |
Signature |
|
Type | Field |
Description | Should the Inspector in the HUD be shown? |