|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This is the complete list of members for juce::ModalCallbackFunction, including all inherited members.
| create(CallbackFn &&fn) | juce::ModalCallbackFunction | static |
| create(void(*functionToCall)(int, ParamType), ParamType parameterValue) | juce::ModalCallbackFunction | static |
| forComponent(void(*functionToCall)(int, ComponentType *), ComponentType *component) | juce::ModalCallbackFunction | static |
| forComponent(void(*functionToCall)(int, ComponentType *, ParamType), ComponentType *component, ParamType param) | juce::ModalCallbackFunction | static |
| withParam(void(*functionToCall)(int, ParamType1, ParamType2), ParamType1 parameterValue1, ParamType2 parameterValue2) | juce::ModalCallbackFunction | static |