|
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 () |
Public Member Functions inherited from gx_engine::ModuleSelector | |
| ModuleSelector (EngineControl &seq_) | |
| virtual | ~ModuleSelector () |
Public Attributes | |
| Plugin | plugin |
Additional Inherited Members | |
Protected Attributes inherited from gx_engine::ModuleSelector | |
| 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 387 of file gx_engine_audio.cpp.
| gx_engine::ModuleSelectorFromList::~ModuleSelectorFromList | ( | ) |
Definition at line 417 of file gx_engine_audio.cpp.
|
virtual |
Implements gx_engine::ModuleSelector.
Definition at line 440 of file gx_engine_audio.cpp.
| Plugin gx_engine::ModuleSelectorFromList::plugin |
Definition at line 49 of file gx_engine.h.
Referenced by ModuleSelectorFromList(), set_module(), and gx_engine::GxEngine::~GxEngine().