#include <SimpleOscillator.hxx>
Public Types | |
enum | tEnum { pitch = 0, amplitude, modidx, phase } |
Public Member Functions | |
EOscillatorControls () | |
EOscillatorControls (tValue v) | |
EOscillatorControls (std::string s) | |
~EOscillatorControls () | |
Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Definition at line 37 of file SimpleOscillator.hxx.
Definition at line 50 of file SimpleOscillator.hxx.
CLAM::EOscillatorControls::EOscillatorControls | ( | ) | [inline] |
Definition at line 41 of file SimpleOscillator.hxx.
CLAM::EOscillatorControls::EOscillatorControls | ( | tValue | v | ) | [inline] |
Definition at line 42 of file SimpleOscillator.hxx.
CLAM::EOscillatorControls::EOscillatorControls | ( | std::string | s | ) | [inline] |
Definition at line 43 of file SimpleOscillator.hxx.
CLAM::EOscillatorControls::~EOscillatorControls | ( | ) | [inline] |
Definition at line 44 of file SimpleOscillator.hxx.
Component* CLAM::EOscillatorControls::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 46 of file SimpleOscillator.hxx.
static tEnumValue* CLAM::EOscillatorControls::ValueTable | ( | ) | [inline, static] |