#cp.apple.finalcutpro.prefs.GeneralPanel

General Panel Module.


#API Overview

Constants - Useful values which cannot be changed

Functions - API calls offered directly by the extension

Constructors - API calls which return an object, typically one that offers API methods


#API Documentation

#Constants

Signaturecp.apple.finalcutpro.prefs.GeneralPanel.TIME_DISPLAY -> table
TypeConstant
DescriptionThe time display options.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 20

#Functions

Signaturecp.apple.finalcutpro.prefs.GeneralPanel.timeDisplay([value]) -> string | nil
TypeFunction
DescriptionGets to sets the Time Display value.
Parameters
  • value - An optional value to set the Time Display.
Returns
  • The time display if successful, otherwise nil if an error occurs.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 30

#Constructors

Signaturecp.apple.finalcutpro.prefs.GeneralPanel(preferencesDialog) -> GeneralPanel
TypeConstructor
DescriptionCreates a new GeneralPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new GeneralPanel object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 76