QCCompositionMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
QCCompositionMBS class
The composition class.
The QCComposition class represents a Quartz Composer composition that either:
-
comes from the system-wide composition repository (/Library/Compositions and ~/Library/Compositions) where it can be accessed by any application through the methods of the QCCompositionRepository class
-
is created from an arbitrary source (typically a file on disk) using one of its methods
This class cannot be subclassed.
A QCComposition object has the following information associated with it and that you can obtain by using the appropriate method of the QCComposition class:
-
Attributes include the name and description of the composition, copyright information, and whether or not its provided by OS X (built-in).
-
The protocols that the composition conforms to. A composition protocol defines a set of required and optional input parameters and output results.
Many methods of the QCRenderer, QCCompositionLayer, and QCView classes take a QCComposition object as a parameter.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 4 properties
- 6 methods
- 36 shared methods
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Blog Entries
The items on this page are in the following plugins: MBS MacControls Plugin.
PushButton
-
QCCompositionRepositoryMBS