Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
93 lines (77 loc) · 7.07 KB

cp.apple.finalcutpro.prefs.PreferencesWindow.md

File metadata and controls

93 lines (77 loc) · 7.07 KB

docs » cp.apple.finalcutpro.prefs.PreferencesWindow


Preferences Window Module.

API Overview

API Documentation

Fields

Signature cp.apple.finalcutpro.prefs.PreferencesWindow.editingPanel <EditingPanel>
Type Field
Description The EditingPanel for the Preferences Window.
Signature cp.apple.finalcutpro.prefs.PreferencesWindow.generalPanel <GeneralPanel>
Type Field
Description The GeneralPanel for the Preferences Window.
Signature cp.apple.finalcutpro.prefs.PreferencesWindow.importPanel <ImportPanel>
Type Field
Description The ImportPanel for the Preferences Window.
Signature cp.apple.finalcutpro.prefs.PreferencesWindow.playbackPanel <PlaybackPanel>
Type Field
Description The PlaybackPanel for the Preferences Window.
Signature cp.apple.finalcutpro.prefs.PreferencesWindow.title <cp.ui.StaticText>
Type Field
Description The StaticText for the Preferences Window title.
Signature cp.apple.finalcutpro.prefs.PreferencesWindow.toolbar <cp.ui.Toolbar>
Type Field
Description The Toolbar for the Preferences Window.

Methods

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.
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.
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.
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.