A class that allows users to edit the input parameters of a composition in real time. The composition can be rendering in any of the following objects: QCRenderer, QCView, or QCCompositionLayer.
QCRenderer
QCView
QCCompositionLayer
SDK
Framework
On This Page
class QCCompositionParameterView : NSView
func setCompositionRenderer(QCCompositionRenderer!)
Sets the composition parameter view for editing the input parameters of the provided renderer object.
func compositionRenderer() -> QCCompositionRenderer!
Returns the renderer object associated with the composition parameter view.
func hasParameters() -> Bool
Checks whether the composition that is currently edited by the composition parameter view has any input parameters.
func setDelegate(Any!)
Sets the composition parameter view delegate.
func delegate() -> Any!
Returns the composition parameter view delegate.
func setDrawsBackground(Bool)
Sets whether the composition parameter view draws its background.
func drawsBackground() -> Bool
Returns whether the composition parameter view draws its background.
func setBackgroundColor(NSColor!)
Sets the background color of the composition parameter view.
func backgroundColor() -> NSColor!
Retrieves the background color of the composition parameter view.
NSView
CVarArg
Equatable
Hashable
NSStandardKeyBindingResponding
NSTouchBarProvider
NSUserActivityRestoring