docs » cp.apple.finalcutpro.prefs.PreferencesWindow
Preferences Window Module.
- 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
| 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. |
| Signature | cp.apple.finalcutpro.prefs.PreferencesWindow:doHide() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that attempts to hide the Preferences window. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.prefs.PreferencesWindow:doShow() -> cp.rx.go.Statement |
|---|---|
| Type | Method |
| Description | A Statement that attempts to show the Preferences window. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.prefs.PreferencesWindow:hide() -> PreferencesWindow |
|---|---|
| Type | Method |
| Description | Attempts to hide the Preferences window. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.prefs.PreferencesWindow:show() -> PreferencesWindow |
|---|---|
| Type | Method |
| Description | Attempts to show the Preferences window. |
| Parameters |
|
| Returns |
|