![]() |
Audacity 3.2.0
|
Contains declarations for ScriptCommandRelay. More...
#include <memory>
Go to the source code of this file.
Classes | |
class | ScriptCommandRelay |
ScriptCommandRelay is just a way to move some of the scripting-specific code out of ModuleManager. More... | |
Typedefs | |
typedef int(* | tpExecScriptServerFunc) (wxString *pIn, wxString *pOut) |
typedef int(* | tpRegScriptServerFunc) (tpExecScriptServerFunc pFn) |
Functions | |
void * | ExecForLisp (char *pIn) |
void * | nyq_make_opaque_string (int size, unsigned char *src) |
void * | nyq_reformat_aud_do_response (const wxString &Str) |
Contains declarations for ScriptCommandRelay.
Definition in file ScriptCommandRelay.h.
typedef int(* tpExecScriptServerFunc) (wxString *pIn, wxString *pOut) |
Definition at line 25 of file ScriptCommandRelay.h.
typedef int(* tpRegScriptServerFunc) (tpExecScriptServerFunc pFn) |
Definition at line 26 of file ScriptCommandRelay.h.
void * ExecForLisp | ( | char * | pIn | ) |
Definition at line 95 of file ScriptCommandRelay.cpp.
References ExecFromMain(), nyq_reformat_aud_do_response(), and Str2.
Referenced by xlc_aud_do().
void * nyq_make_opaque_string | ( | int | size, |
unsigned char * | src | ||
) |
Definition at line 3564 of file Nyquist.cpp.
References size.
void * nyq_reformat_aud_do_response | ( | const wxString & | Str | ) |
Definition at line 3578 of file Nyquist.cpp.
Referenced by ExecForLisp().