EasyLocalpp
3.0
|
#include <Parameters.h>
Public Attributes | |
Shortint * | valueptr |
Shortint | curvalue |
Shortint | defaultvalue |
Shortint | minvalue |
Shortint | maxvalue |
data for int parameters
Definition at line 58 of file Parameters.h.
Shortint ShortintParam::curvalue |
stores the current parameter value if it is not stored in *valueptr
Definition at line 60 of file Parameters.h.
Shortint ShortintParam::defaultvalue |
default value of the parameter
Definition at line 61 of file Parameters.h.
Shortint ShortintParam::maxvalue |
maximum value for parameter
Definition at line 63 of file Parameters.h.
Shortint ShortintParam::minvalue |
minimum value for parameter
Definition at line 62 of file Parameters.h.
Shortint* ShortintParam::valueptr |
pointer to store the current parameter value, or NULL
Definition at line 59 of file Parameters.h.