Platforms to show: All Mac Windows Linux Cross-Platform

Back to QCCompositionRepositoryMBS class.

QCCompositionRepositoryMBS.loadPlugIn(file as folderitem) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Attempts to load a Quartz Composer plug-in from a .plugin bundle at the specified path and returns true on success.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.plugin")
dim r as Boolean = QCCompositionRepositoryMBS.loadPlugIn(f)

if r then
MsgBox "OK"
else
MsgBox "Failed"
end if

This method will do nothing if the plug-in was already loaded.

See also:

QCCompositionRepositoryMBS.loadPlugIn(path as string) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Attempts to load a Quartz Composer plug-in from a .plugin bundle at the specified path and returns true on success.

This method will do nothing if the plug-in was already loaded.

See also:

QCCompositionRepositoryMBS.QCCompositionRepositoryDidUpdateNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The new of the notification which is posted whenever the list of compositions in the composition repository is updated.

QCCompositionRepositoryMBS.sharedCompositionRepository as QCCompositionRepositoryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Quartz Composer MBS MacControls Plugin 15.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the shared instance of the composition repository.

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


The biggest plugin in space...