#include <luascripting.h>
Definition at line 31 of file luascripting.h.
◆ ScriptSubType
Enumerator |
---|
None | |
RouteSetup | |
SessionSetup | |
Definition at line 45 of file luascripting.h.
◆ ScriptType
Enumerator |
---|
Invalid | |
DSP | |
Session | |
EditorHook | |
EditorAction | |
Snippet | |
SessionInit | |
Definition at line 34 of file luascripting.h.
◆ LuaScriptInfo()
ARDOUR::LuaScriptInfo::LuaScriptInfo |
( |
ScriptType |
t, |
|
|
const std::string & |
n, |
|
|
const std::string & |
p, |
|
|
const std::string & |
uid |
|
) |
| |
|
inline |
◆ ~LuaScriptInfo()
virtual ARDOUR::LuaScriptInfo::~LuaScriptInfo |
( |
| ) |
|
|
inlinevirtual |
◆ str2type()
static ScriptType ARDOUR::LuaScriptInfo::str2type |
( |
const std::string & |
str | ) |
|
|
static |
◆ type2str()
static std::string ARDOUR::LuaScriptInfo::type2str |
( |
const ScriptType |
t | ) |
|
|
static |
◆ author
std::string ARDOUR::LuaScriptInfo::author |
◆ category
std::string ARDOUR::LuaScriptInfo::category |
◆ description
std::string ARDOUR::LuaScriptInfo::description |
◆ license
std::string ARDOUR::LuaScriptInfo::license |
◆ name
std::string ARDOUR::LuaScriptInfo::name |
◆ path
std::string ARDOUR::LuaScriptInfo::path |
◆ subtype
uint32_t ARDOUR::LuaScriptInfo::subtype |
◆ type
◆ unique_id
std::string ARDOUR::LuaScriptInfo::unique_id |
The documentation for this class was generated from the following file: