#cp.apple.finalcutpro.export.SaveSheet

Save Sheet


#API Overview

Functions - API calls offered directly by the extension

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

#Functions

Signaturecp.apple.finalcutpro.export.SaveSheet.matches(element) -> boolean
TypeFunction
DescriptionChecks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 21

Signaturecp.apple.finalcutpro.export.SaveSheet(app) -> SaveSheet
TypeFunction
DescriptionCreates a new SaveSheet object.
Parameters
  • app - The cp.apple.finalcutpro object.
Returns
  • A new SaveSheet object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 34

#Fields

Signaturecp.apple.finalcutpro.export.SaveSheet.cancel <cp.ui.Button>
TypeField
DescriptionThe "Cancel" Button.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 62

Signaturecp.apple.finalcutpro.export.SaveSheet.filename <cp.ui.TextField>
TypeField
DescriptionThe Save Sheet Filename Text Field.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 71

Signaturecp.apple.finalcutpro.export.SaveSheet.goToPrompt <GoToPrompt>
TypeField
DescriptionThe Go To Prompt object.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 108

Signaturecp.apple.finalcutpro.export.SaveSheet.replaceAlert <ReplaceAlert>
TypeField
DescriptionThe Replace Alert object.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 101

Signaturecp.apple.finalcutpro.export.SaveSheet.save <cp.ui.Button>
TypeField
DescriptionThe "Save" Button.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 53

#Methods

Signaturecp.apple.finalcutpro.export.SaveSheet:setPath(path) -> cp.apple.finalcutpro.export.SaveSheet
TypeMethod
DescriptionSets the path.
Parameters
  • path - The path as a string.
Returns
  • The cp.apple.finalcutpro.export.SaveSheet object for method chaining.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/export/SaveSheet.lua line 80