docs » cp.apple.finalcutpro.main.FullScreenWindow
Full Screen Window Player.
Triggered by the "View > Playback > Play Full Screen" menubar item.
Functions - API calls offered directly by the extension
matches
Constructors - API calls which return an object, typically one that offers API methods
FullScreenWindow
Fields - Variables which can only be accessed from an object returned by a constructor
isFullScreen
rootGroupUI
viewerGroupUI
Methods - API calls which can only be made on an object returned by a constructor
doShow
show
Signature
cp.apple.finalcutpro.main.FullScreenWindow.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
Signature
cp.apple.finalcutpro.main.FullScreenWindow(app) -> FullScreenWindow
Type
Constructor
Description
Creates a new FCPX FullScreenWindow
instance.
Parameters
app - The FCP app instance.
Returns
The new FullScreenWindow
.
Signature
cp.apple.finalcutpro.main.FullScreenWindow.isFullScreen <cp.prop; boolean; read-only; live>
Type
Field
Description
Checks if the window is full-screen.
Signature
cp.apple.finalcutpro.main.FullScreenWindow.rootGroupUI <cp.prop: hs._asm.axuielement; read-only; live>
Type
Field
Description
The root AXGroup
.
Signature
cp.apple.finalcutpro.main.FullScreenWindow.viewerGroupUI <cp.prop: hs._asm.axuielement; read-only; live>
Type
Field
Description
The Viewer's group UI element.
Signature
cp.apple.finalcutpro.main.FullScreenWindow:doShow() -> <cp.rx.go.Statement>
Type
Method
Description
A Statement
that attempts to show the full screen window.
Parameters
Returns
The Statement
to execute.
Signature
cp.apple.finalcutpro.main.FullScreenWindow:show() -> cp.apple.finalcutpro
Type
Method
Description
Attempts to show the full screen window.
Parameters
Returns