Main Page |
Namespaces |
Classes |
Compounds |
Files |
Compound Members |
Related
SynthGUI::modList Class ReferenceContainter for the 'mods' displayed on the main UI window.
More...
#include <MainDialog.h>
List of all members.
|
Public Methods |
void | addMod (mod *m) |
| Adds mod to vector.
|
void | addModule (Module *m) |
| modList () |
| Constructor.
|
| ~modList () |
| Destructor.
|
void | print () |
| Debugging information.
|
void | setChosen (int i) |
| Set currently selected 'mod'.
|
int | getMod (Module *m) |
int | getFirstModule (int ID) |
| return index of a module in the first voice with a given index.
|
Public Attributes |
int | chosen |
| Number of currently selected mod (if any).
|
std::vector< mod * > | mods |
| The actual mod vector.
|
Detailed Description
Containter for the 'mods' displayed on the main UI window.
Definition at line 89 of file MainDialog.h.
Member Function Documentation
void SynthGUI::modList::addModule |
( |
Module * |
m |
) |
[inline] |
|
int SynthGUI::modList::getMod |
( |
Module * |
m |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Syntopia Project. Visit the web page,
or the SourceForge page.
Docs made by Doxygen.
Email: Mikael Christensen
|