Guitarix
|
#include <gx_engine.h>
Public Member Functions | |
ModuleSelectorFromList (EngineControl &seq, const char *id, const char *name, const char *category, plugindef_creator module_ids[], const char *select_id, const char *select_name, uiloader loader, const char **groups=0, int flags=0) | |
~ModuleSelectorFromList () | |
void | set_module () |
![]() | |
ModuleSelector (EngineControl &seq_) | |
virtual | ~ModuleSelector () |
Public Attributes | |
Plugin | plugin |
Additional Inherited Members | |
![]() | |
EngineControl & | seq |
Definition at line 38 of file gx_engine.h.
gx_engine::ModuleSelectorFromList::ModuleSelectorFromList | ( | EngineControl & | seq, |
const char * | id, | ||
const char * | name, | ||
const char * | category, | ||
plugindef_creator | module_ids[], | ||
const char * | select_id, | ||
const char * | select_name, | ||
uiloader | loader, | ||
const char ** | groups = 0 , |
||
int | flags = 0 |
||
) |
Definition at line 396 of file gx_engine_audio.cpp.
gx_engine::ModuleSelectorFromList::~ModuleSelectorFromList | ( | ) |
Definition at line 426 of file gx_engine_audio.cpp.
|
virtual |
Implements gx_engine::ModuleSelector.
Definition at line 449 of file gx_engine_audio.cpp.
Plugin gx_engine::ModuleSelectorFromList::plugin |
Definition at line 51 of file gx_engine.h.
Referenced by ModuleSelectorFromList(), and set_module().