#cp.apple.finalcutpro.prefs.PreferencesWindow

Preferences Window Module.


#API Overview

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

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


#API Documentation

#Fields

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.editingPanel <EditingPanel>
TypeField
DescriptionThe EditingPanel for the Preferences Window.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 79

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.generalPanel <GeneralPanel>
TypeField
DescriptionThe GeneralPanel for the Preferences Window.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 72

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.importPanel <ImportPanel>
TypeField
DescriptionThe ImportPanel for the Preferences Window.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 93

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.playbackPanel <PlaybackPanel>
TypeField
DescriptionThe PlaybackPanel for the Preferences Window.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 86

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.title <cp.ui.StaticText>
TypeField
DescriptionThe StaticText for the Preferences Window title.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 50

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow.toolbar <cp.ui.Toolbar>
TypeField
DescriptionThe Toolbar for the Preferences Window.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 61

#Methods

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow:doHide() -> cp.rx.go.Statement
TypeMethod
DescriptionA Statement that attempts to hide the Preferences window.
Parameters
  • None
Returns
  • The Statement.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 157

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow:doShow() -> cp.rx.go.Statement
TypeMethod
DescriptionA Statement that attempts to show the Preferences window.
Parameters
  • None
Returns
  • The Statement.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 121

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow:hide() -> PreferencesWindow
TypeMethod
DescriptionAttempts to hide the Preferences window.
Parameters
  • None
Returns
  • The same PreferencesWindow, for chaining.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 138

Signaturecp.apple.finalcutpro.prefs.PreferencesWindow:show() -> PreferencesWindow
TypeMethod
DescriptionAttempts to show the Preferences window.
Parameters
  • None
Returns
  • The same PreferencesWindow, for chaining.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/prefs/PreferencesWindow.lua line 100