| VST 3 Interfaces VST 3.7
    SDK for developing VST plug-in | 
Test Helper extension. More...
#include <ivsttestplugprovider.h>
 Inheritance diagram for ITestPlugProvider2:
 Inheritance diagram for ITestPlugProvider2:| Public Member Functions | |
| virtual IPluginFactory * | getPluginFactory ()=0 | 
| get the plugin factory.  More... | |
|  Public Member Functions inherited from ITestPlugProvider | |
| virtual IComponent * | getComponent ()=0 | 
| get the component of the plug-in.  More... | |
| virtual IEditController * | getController ()=0 | 
| get the controller of the plug-in.  More... | |
| virtual tresult | releasePlugIn (IComponent *component, IEditController *controller)=0 | 
| release the component and/or controller  More... | |
| virtual tresult | getSubCategories (IStringResult &result) const =0 | 
| get the sub categories of the plug-in  More... | |
| virtual tresult | getComponentUID (FUID &uid) const =0 | 
| get the component UID of the plug-in  More... | |
|  Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 | 
| virtual uint32 | addRef ()=0 | 
| virtual uint32 | release ()=0 | 
| Static Public Attributes | |
| static const FUID | iid | 
|  Static Public Attributes inherited from ITestPlugProvider | |
| static const FUID | iid | 
|  Static Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
Test Helper extension.
| 
 | pure virtual | 
get the plugin factory.
The reference count of the returned factory object is not increased when calling this function.
| 
 | static |