Platforms to show: All Mac Windows Linux Cross-Platform

Back to QCViewMBS class.

QCViewMBS.autostartsRendering as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether the composition that is in the view starts rendering automatically when the view is put on the screen.

Available in Mac OS X v10.4 and later.
(Read and Write property)

Some examples using this property:

QCViewMBS.eraseColor as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The color used to erase the view.

Available in Mac OS X v10.4 and later.
(Read and Write property)

QCViewMBS.eventForwardingMask as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The mask used to filter which types of events are forwarded from the view to the composition during rendering.

mask: An event filtering mask. The mask can be a combination of any of the mask constants listed in Table below (defined in NSEventMBS) or the constant NSAnyEventMask.

ConstantDescription
NSLeftMouseDownMaskThe user pressed the left button.
NSLeftMouseDraggedMaskThe user moved the mouse with the left button down.
NSLeftMouseUpMaskThe user released the left button.
NSRightMouseDownMaskThe user pressed the right button.
NSRightMouseDraggedMaskThe user moved the mouse with the right button down.
NSRightMouseUpMaskThe user released the right button.
NSOtherMouseDownMaskThe user pressed the middle button, or some button other than the left or right button.
NSOtherMouseDraggedMaskThe user moved the mouse with the middle button down, or some button other than the left or right button.
NSOtherMouseUpMaskThe user released the middle button, or some button other than the left or right button.
NSMouseMovedMaskThe user moved the mouse without holding down a mouse button.
NSScrollWheelMaskThe user moved the mouse scroll wheel.
NSKeyDownMaskThe user generated a character or characters by pressing a key.
NSKeyUpMaskThe user released a key.
NSFlagsChangedMaskThe user pressed or released a modifier key, or toggled the Caps Lock key.
(Read and Write property)

QCViewMBS.isPausedRendering as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns whether or not the rendering in the view is paused.

True if the rendering is paused; otherwise false.
Available in Mac OS X v10.5 and later.
(Read only property)

Some examples using this property:

QCViewMBS.isRendering as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Checks whether a composition is rendering in the view.

Returns true if a composition is rendering in the view; false otherwise.
Available in Mac OS X v10.5 and later.
(Read only property)

Some examples using this property:

QCViewMBS.loadedComposition as QCCompositionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the composition loaded in the view.

(Read only property)

QCViewMBS.maxRenderingFrameRate as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The maximum rendering frame rate.

Pass 0.0 to specify that there is no limit.
Available in Mac OS X v10.4 and later.
(Read and Write property)

QCViewMBS.snapshotImage as NSImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Quartz Composer MBS MacControls Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns an NSImage object of the current image in the view.

Available in Mac OS X v10.5 and later.
(Read only property)

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...