SCV
4.2.1
Simple Components for Visual
|
This is the complete list of members for scv::Counter, including all inherited members.
Counter(double minValue, double maxValue, double startValue, double stepValue) | scv::Counter | |
DecrementStep(void) | scv::Counter | |
getMaxValue(void) const | scv::Counter | inline |
getMinValue(void) const | scv::Counter | inline |
getStartValue(void) const | scv::Counter | inline |
getStepValue(void) const | scv::Counter | inline |
getValue(void) const | scv::Counter | inlinevirtual |
IncrementStep(void) | scv::Counter | |
onValueChange(void)=0 | scv::Counter | pure virtual |
setMaxValue(double value) | scv::Counter | inline |
setMinValue(double value) | scv::Counter | inline |
setStepValue(double value) | scv::Counter | inline |
setValue(double value) | scv::Counter | virtual |
~Counter(void) | scv::Counter | virtual |