#cp.apple.finalcutpro.inspector.info.InfoProjectInspector

Info Inspector Module when a Project is selected.


#API Overview

Functions - API calls offered directly by the extension

Constructors - API calls which return an object, typically one that offers API methods

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.inspector.info.InfoProjectInspector.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/inspector/info/InfoProjectInspector.lua line 31

#Constructors

Signaturecp.apple.finalcutpro.inspector.info.InfoProjectInspector.new(parent) -> InfoProjectInspector object
TypeConstructor
DescriptionCreates a new InfoProjectInspector object
Parameters
  • parent - The parent
Returns
  • A InfoProjectInspector object
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 46

#Fields

Signaturecp.apple.finalcutpro.inspector.info.InfoProjectInspector.modify <cp.ui.Button>
TypeField
DescriptionThe Modify Project button in the Info Inspector.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 84

#Methods

Signaturecp.apple.finalcutpro.inspector.info.InfoProjectInspector:doShow() -> cp.rx.go.Statment
TypeMethod
DescriptionA Statement that shows the panel.
Parameters
  • None
Returns
  • The Statement, resolving to true if successful and sending an error if not.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 97

Signaturecp.apple.finalcutpro.inspector.info.InfoProjectInspector:propertiesUI() -> hs.axuielement object
TypeMethod
DescriptionReturns the hs.axuielement object for the Properties UI.
Parameters
  • None
Returns
  • A hs.axuielement object.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 67