|
TracktionEngine
|
#include <tracktion_PluginManager.h>
Public Member Functions | |
| BuiltInType (const juce::String &type) | |
| virtual | ~BuiltInType () |
| virtual Plugin::Ptr | create (PluginCreationInfo)=0 |
Public Attributes | |
| const juce::String | type |
| engine::PluginManager::BuiltInType::BuiltInType | ( | const juce::String & | type | ) |
|
virtual |
|
pure virtual |
Implemented in engine::PluginManager::BuiltInTypeBase< Type >.
| const juce::String engine::PluginManager::BuiltInType::type |