# cp.apple.finalcutpro.prefs.PreferencesWindow

Preferences Window Module.


# API Overview

Fields - Variables which can only be accessed from an object returned by a constructor

  • editingPanel
  • generalPanel
  • importPanel
  • playbackPanel
  • title
  • toolbar

Methods - API calls which can only be made on an object returned by a constructor

  • doHide
  • doShow
  • hide
  • show

# API Documentation

# Fields

# editingPanel

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.editingPanel <EditingPanel>
Type Field
Description The EditingPanel for the Preferences Window.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 79

# generalPanel

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.generalPanel <GeneralPanel>
Type Field
Description The GeneralPanel for the Preferences Window.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 72

# importPanel

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.importPanel <ImportPanel>
Type Field
Description The ImportPanel for the Preferences Window.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 93

# playbackPanel

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.playbackPanel <PlaybackPanel>
Type Field
Description The PlaybackPanel for the Preferences Window.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 86

# title

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.title <cp.ui.StaticText>
Type Field
Description The StaticText for the Preferences Window title.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 50

# toolbar

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.toolbar <cp.ui.Toolbar>
Type Field
Description The Toolbar for the Preferences Window.
Notes None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 61

# Methods

# doHide

Signature cp.apple.finalcutpro.prefs.PreferencesWindow:doHide() -> cp.rx.go.Statement
Type Method
Description A Statement that attempts to hide the Preferences window.
Parameters
  • None
Returns
  • The Statement.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 157

# doShow

Signature cp.apple.finalcutpro.prefs.PreferencesWindow:doShow() -> cp.rx.go.Statement
Type Method
Description A Statement that attempts to show the Preferences window.
Parameters
  • None
Returns
  • The Statement.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 121

# hide

Signature cp.apple.finalcutpro.prefs.PreferencesWindow:hide() -> PreferencesWindow
Type Method
Description Attempts to hide the Preferences window.
Parameters
  • None
Returns
  • The same PreferencesWindow, for chaining.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 138

# show

Signature cp.apple.finalcutpro.prefs.PreferencesWindow:show() -> PreferencesWindow
Type Method
Description Attempts to show the Preferences window.
Parameters
  • None
Returns
  • The same PreferencesWindow, for chaining.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 100