Platforms to show: All Mac Windows Linux Cross-Platform

Back to QuartzFilterManagerMBS class.

QuartzFilterManagerMBS.filterPanel as NSPanelMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the panel where users can select a filter.
Example
dim m as QuartzFiltermanagerMBS
dim p as NSPanelMBS

m=new QuartzFiltermanagerMBS
p=m.filterPanel
p.Show

Returns nil on any error.

QuartzFilterManagerMBS.filterView as QuartzFilterViewMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The view which you can use to select views.

You can use the panel as an extra window or add this view to one of your settings windows.

QuartzFilterManagerMBS.selectedFilter as QuartzFilterMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The currently selected filter.

QuartzFilterManagerMBS.selectFilter(filter as QuartzFilterMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreGraphics MBS MacControls Plugin 8.6 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Selects a filter.

Returns true on success.

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


The biggest plugin in space...