|
LMMS
|
#include <ivsteditcontroller.h>
Public Member Functions | |
| virtual tresult PLUGIN_API | setKnobMode (KnobMode mode)=0 |
| virtual tresult PLUGIN_API | openHelp (TBool onlyCheck)=0 |
| virtual tresult PLUGIN_API | openAboutBox (TBool onlyCheck)=0 |
| Public Member Functions inherited from Steinberg::FUnknown | |
| virtual tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 PLUGIN_API | addRef ()=0 |
| virtual uint32 PLUGIN_API | release ()=0 |
Static Public Attributes | |
| static const FUID | iid |
| Static Public Attributes inherited from Steinberg::FUnknown | |
| static const FUID | iid |
Edit controller component interface extension: Vst::IEditController2
Extension to allow the host to inform the plug-in about the host Knob Mode, and to open the plug-in about box or help documentation.
|
pure virtual |
Host could ask to open the plug-in about box. The host could call it with onlyCheck set to true for testing support of open AboutBox. Return kResultFalse means not supported function.
Implemented in Steinberg::Vst::EditController.
|
pure virtual |
Host could ask to open the plug-in help (could be: opening a PDF document or link to a web page). The host could call it with onlyCheck set to true for testing support of open Help. Return kResultFalse means not supported function.
Implemented in Steinberg::Vst::EditController.
|
pure virtual |
Host could set the Knob Mode for the plug-in. Return kResultFalse means not supported mode.
Implemented in Steinberg::Vst::EditController.