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

Info Inspector Module when a Project is selected.


# API Overview

Functions - API calls offered directly by the extension

  • matches

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

  • new

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

  • modify

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

  • doShow
  • propertiesUI

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector.matches(element) -> boolean
Type Function
Description Checks to see if an element matches what we think it should be.
Parameters
  • element - An axuielementObject to check.
Returns
  • true if matches otherwise false
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 31

# Constructors

# new

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector.new(parent) -> InfoProjectInspector object
Type Constructor
Description Creates a new InfoProjectInspector object
Parameters
  • parent - The parent
Returns
  • A InfoProjectInspector object
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 46

# Fields

# modify

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector.modify <cp.ui.Button>
Type Field
Description The Modify Project button in the Info Inspector.
Notes None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 84

# Methods

# doShow

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector:doShow() -> cp.rx.go.Statment
Type Method
Description A Statement that shows the panel.
Parameters
  • None
Returns
  • The Statement, resolving to true if successful and sending an error if not.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 97

# propertiesUI

Signature cp.apple.finalcutpro.inspector.info.InfoProjectInspector:propertiesUI() -> hs.axuielement object
Type Method
Description Returns the hs.axuielement object for the Properties UI.
Parameters
  • None
Returns
  • A hs.axuielement object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/info/InfoProjectInspector.lua line 67