Platforms to show: All Mac Windows Linux Cross-Platform

QCCompositionRepositoryMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The system-wide Quartz Composer composition repository.
Example
dim r as QCCompositionRepositoryMBS = QCCompositionRepositoryMBS.sharedCompositionRepository
dim a() As QCCompositionMBS = r.allCompositions
MsgBox str(a.Ubound+1)+" compositions installed"

The QCCompositionRepository class represents a system-wide centralized repository of built-in and installed Quartz Composer compositions (/Library/Compositions and ~/Library/Compositions). The QCCompositionRepository class cannot be subclassed.

Compositions in the repository are represented by the QCComposition class. You can use the methods of the QCCompositionRepository class to fetch all compositions or only those that meet specific criteria.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Blog Entries


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


QCCompositionMBS   -   QCViewMBS


The biggest plugin in space...