QCCompositionRepositoryMBS shared methods

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

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.


💬 Ask a question or report a problem