iPlug2 - C++ Audio Plug-in Framework
|
This is the complete list of members for WebViewEditorDelegate, including all inherited members.
AddParam() | IEditorDelegate | inline |
BeginInformHostOfParamChangeFromUI(int paramIdx)=0 | IEditorDelegate | pure virtual |
CloseWebView() (defined in IWebView) | IWebView | |
CloseWindow() override | WebViewEditorDelegate | inlinevirtual |
completionHandlerFunc typedef (defined in IWebView) | IWebView | |
ConstrainEditorResize(int &w, int &h) const | IEditorDelegate | inlinevirtual |
DeferMidiMsg(const IMidiMsg &msg) | IEditorDelegate | inlinevirtual |
DeferSysexMsg(const ISysEx &msg) | IEditorDelegate | inlinevirtual |
DirtyParametersFromUI() | IEditorDelegate | inlinevirtual |
EditorResizeFromUI(int viewWidth, int viewHeight, bool needsPlatformResize) | IEditorDelegate | inlinevirtual |
EnableInteraction(bool enable) | IWebView | |
EnableScroll(bool enable) | IWebView | |
EndInformHostOfParamChangeFromUI(int paramIdx)=0 | IEditorDelegate | pure virtual |
EvaluateJavaScript(const char *scriptStr, completionHandlerFunc func=nullptr) | IWebView | |
GetCustomUrlScheme() const | IWebView | inline |
GetEditorHeight() const | IEditorDelegate | inline |
GetEditorWidth() const | IEditorDelegate | inline |
GetEnableDevTools() const | IWebView | inline |
GetMaxHeight() const (defined in IEditorDelegate) | IEditorDelegate | inline |
GetMaxWidth() const (defined in IEditorDelegate) | IEditorDelegate | inline |
GetMinHeight() const (defined in IEditorDelegate) | IEditorDelegate | inline |
GetMinWidth() const (defined in IEditorDelegate) | IEditorDelegate | inline |
GetParam(int paramIdx) | IEditorDelegate | inline |
GetParam(int paramIdx) const | IEditorDelegate | inline |
GetWebRoot(WDL_String &path) const | IWebView | |
HideWebView(bool hide) (defined in IWebView) | IWebView | |
IEditorDelegate(int nParams) (defined in IEditorDelegate) | IEditorDelegate | inline |
IEditorDelegate(const IEditorDelegate &)=delete (defined in IEditorDelegate) | IEditorDelegate | |
IsOpaque() const | IWebView | inline |
IWebView(bool opaque=true, bool enableDevTools=false, const char *customUrlScheme="") | IWebView | |
LoadFile(const char *fileName, const char *bundleID="") | IWebView | |
LoadHTML(const char *html) | IWebView | |
LoadIndexHtml(const char *pathOfPluginSrc, const char *bundleid) | WebViewEditorDelegate | inline |
LoadURL(const char *url) | IWebView | |
mEditorInitFunc (defined in WebViewEditorDelegate) | WebViewEditorDelegate | protected |
mMaxJSStringLength (defined in WebViewEditorDelegate) | WebViewEditorDelegate | protected |
mView (defined in WebViewEditorDelegate) | WebViewEditorDelegate | protected |
NParams() const | IEditorDelegate | inline |
OnCanDownloadMIMEType(const char *mimeType) | IWebView | inlinevirtual |
OnCanNavigateToURL(const char *url) | IWebView | inlinevirtual |
OnDownloadedFile(const char *path) | IWebView | inlinevirtual |
OnFailedToDownloadFile(const char *path) | IWebView | inlinevirtual |
OnGetLocalDownloadPathForFile(const char *fileName, WDL_String &localPath) | IWebView | virtual |
OnKeyDown(const IKeyPress &key) override | WebViewEditorDelegate | virtual |
OnKeyUp(const IKeyPress &key) override | WebViewEditorDelegate | virtual |
OnMessage(int msgTag, int ctrlTag, int dataSize, const void *pData) | IEditorDelegate | inlinevirtual |
OnMessageFromWebView(const char *jsonStr) override | WebViewEditorDelegate | inlinevirtual |
OnMidiMsgUI(const IMidiMsg &msg) | IEditorDelegate | inlinevirtual |
OnParamChange(int paramIdx, EParamSource source, int sampleOffset=-1) | IEditorDelegate | inlinevirtual |
OnParamChange(int paramIdx) | IEditorDelegate | inlinevirtual |
OnParamChangeUI(int paramIdx, EParamSource source=kUnknown) | IEditorDelegate | inlinevirtual |
OnParamReset(EParamSource source) | IEditorDelegate | inlinevirtual |
OnParentWindowResize(int width, int height) override | WebViewEditorDelegate | virtual |
OnReceivedData(size_t numBytesReceived, size_t totalNumBytes) | IWebView | inlinevirtual |
OnRestoreState() | IEditorDelegate | inlinevirtual |
OnSysexMsgUI(const ISysEx &msg) | IEditorDelegate | inlinevirtual |
OnUIClose() | IEditorDelegate | inlinevirtual |
OnUIOpen() | IEditorDelegate | inlinevirtual |
OnWebContentLoaded() override | WebViewEditorDelegate | inlinevirtual |
OnWebViewReady() override | WebViewEditorDelegate | inlinevirtual |
OpenWebView(void *pParent, float x, float y, float w, float h, float scale=1.0f) (defined in IWebView) | IWebView | |
OpenWindow(void *pParent) override | WebViewEditorDelegate | virtual |
operator=(const IEditorDelegate &)=delete (defined in IEditorDelegate) | IEditorDelegate | |
ReloadPageContent() | IWebView | |
RemoveParam(int idx) | IEditorDelegate | inline |
Resize(int width, int height) (defined in WebViewEditorDelegate) | WebViewEditorDelegate | |
SendArbitraryMsgFromDelegate(int msgTag, int dataSize, const void *pData) override | WebViewEditorDelegate | inlinevirtual |
SendArbitraryMsgFromUI(int msgTag, int ctrlTag=kNoTag, int dataSize=0, const void *pData=nullptr) | IEditorDelegate | inlinevirtual |
SendControlMsgFromDelegate(int ctrlTag, int msgTag, int dataSize, const void *pData) override | WebViewEditorDelegate | inlinevirtual |
SendControlValueFromDelegate(int ctrlTag, double normalizedValue) override | WebViewEditorDelegate | inlinevirtual |
SendCurrentParamValuesFromDelegate() | IEditorDelegate | inline |
SendJSONFromDelegate(const nlohmann::json &jsonMessage) (defined in WebViewEditorDelegate) | WebViewEditorDelegate | inline |
SendMidiMsgFromDelegate(const IMidiMsg &msg) override | WebViewEditorDelegate | inlinevirtual |
SendMidiMsgFromUI(const IMidiMsg &msg) | IEditorDelegate | inlinevirtual |
SendParameterValueFromDelegate(int paramIdx, double value, bool normalized) override | WebViewEditorDelegate | inlinevirtual |
SendParameterValueFromUI(int paramIdx, double normalizedValue) | IEditorDelegate | inlinevirtual |
SendSysexMsgFromDelegate(const ISysEx &msg) | IEditorDelegate | inlinevirtual |
SendSysexMsgFromUI(const ISysEx &msg) | IEditorDelegate | inlinevirtual |
SerializeEditorState(IByteChunk &chunk) const | IEditorDelegate | inlinevirtual |
SetCustomUrlScheme(const char *customUrlScheme) | IWebView | inline |
SetEditorSize(int width, int height) (defined in IEditorDelegate) | IEditorDelegate | inline |
SetEnableDevTools(bool enable) | IWebView | inline |
SetMaxJSStringLength(int length) (defined in WebViewEditorDelegate) | WebViewEditorDelegate | inline |
SetScreenScale(float scale) | IEditorDelegate | inlinevirtual |
SetSizeConstraints(int widthLo, int widthHi, int heightLo, int heightHi) | IEditorDelegate | inline |
SetWebViewBounds(float x, float y, float w, float h, float scale=1.) | IWebView | |
UnserializeEditorState(const IByteChunk &chunk, int startPos) | IEditorDelegate | inlinevirtual |
WebViewEditorDelegate(int nParams) (defined in WebViewEditorDelegate) | WebViewEditorDelegate | |
~IEditorDelegate() (defined in IEditorDelegate) | IEditorDelegate | inlinevirtual |
~IWebView() (defined in IWebView) | IWebView | virtual |
~WebViewEditorDelegate() (defined in WebViewEditorDelegate) | WebViewEditorDelegate | virtual |