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 | |
int | ExecFromMain (wxString *pIn, wxString *pOut) |
Executes a command on the main (GUI) thread. More... | |
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.
int ExecFromMain | ( | wxString * | pIn, |
wxString * | pOut | ||
) |
Executes a command on the main (GUI) thread.
Definition at line 73 of file ScriptCommandRelay.cpp.
References ExecCommand().