# cp.apple.finalcutpro.prefs.GeneralPanel

General Panel Module.


# API Overview

Constants - Useful values which cannot be changed

  • TIME_DISPLAY

Functions - API calls offered directly by the extension

  • timeDisplay

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

  • GeneralPanel

# API Documentation

# Constants

# TIME_DISPLAY

Signature cp.apple.finalcutpro.prefs.GeneralPanel.TIME_DISPLAY -> table
Type Constant
Description The time display options.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 20

# Functions

# timeDisplay

Signature cp.apple.finalcutpro.prefs.GeneralPanel.timeDisplay([value]) -> string | nil
Type Function
Description Gets 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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 30

# Constructors

# GeneralPanel

Signature cp.apple.finalcutpro.prefs.GeneralPanel(preferencesDialog) -> GeneralPanel
Type Constructor
Description Creates a new GeneralPanel instance.
Parameters
  • parent - The parent object.
Returns
  • A new GeneralPanel object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/GeneralPanel.lua line 76