#include <juce_KnownPluginList.h>
◆ CustomScanner()
KnownPluginList::CustomScanner::CustomScanner |
( |
| ) |
|
◆ ~CustomScanner()
virtual KnownPluginList::CustomScanner::~CustomScanner |
( |
| ) |
|
|
virtual |
◆ findPluginTypesFor()
Attempts to load the given file and find a list of plugins in it.
- Returns
- true if the plugin loaded, false if it crashed
◆ scanFinished()
virtual void KnownPluginList::CustomScanner::scanFinished |
( |
| ) |
|
|
virtual |
Called when a scan has finished, to allow clean-up of resources.
◆ shouldExit()
bool KnownPluginList::CustomScanner::shouldExit |
( |
| ) |
const |
|
noexcept |
Returns true if the current scan should be abandoned.
Any blocking methods should check this value repeatedly and return if if becomes true.
The documentation for this class was generated from the following file: