List of all members.
Public Types |
typedef double(ParamInfo::* | toControlValue_t )(double) const |
typedef double(ParamInfo::* | toNativeValue_t )(double) const |
typedef std::string(ParamInfo::* | toString_t )(double) const |
Public Member Functions |
| ParamInfo (ParamID id, const char *szLabel, const char *szName, double arg1, double arg2, double defaultNativeValue, toControlValue_t toControlValue_proc, toNativeValue_t toNativeValue_proc, toString_t toString_proc) |
ParamID | getId () const |
const char * | getLabel () const |
const char * | getName () const |
double | getDefaultValue () const |
double | toControlValue (double nativeValue) const |
double | toNativeValue (double controlValue) const |
std::string | toString (double nativeValue) const |
double | clamp (double nativeValue) const |
double | Int_toControlValue (double nativeValue) const |
double | Int_toNativeValue (double controlValue) const |
double | Real_toControlValue (double nativeValue) const |
double | Real_toNativeValue (double controlValue) const |
double | Log_toControlValue (double nativeValue) const |
double | Log_toNativeValue (double controlValue) const |
double | Pow2_toControlValue (double nativeValue) const |
double | Pow2_toNativeValue (double controlValue) const |
std::string | Int_toString (double nativeValue) const |
std::string | Hz_toString (double nativeValue) const |
std::string | Real_toString (double nativeValue) const |
std::string | Db_toString (double nativeValue) const |
The documentation for this class was generated from the following file: