#include <Counter.h>
scv::Counter::Counter |
( |
double |
minValue, |
|
|
double |
maxValue, |
|
|
double |
startValue, |
|
|
double |
stepValue |
|
) |
| |
scv::Counter::~Counter |
( |
void |
| ) |
|
|
virtual |
void scv::Counter::DecrementStep |
( |
void |
| ) |
|
double scv::Counter::getMaxValue |
( |
void |
| ) |
const |
|
inline |
double scv::Counter::getMinValue |
( |
void |
| ) |
const |
|
inline |
double scv::Counter::getStartValue |
( |
void |
| ) |
const |
|
inline |
double scv::Counter::getStepValue |
( |
void |
| ) |
const |
|
inline |
double scv::Counter::getValue |
( |
void |
| ) |
const |
|
inlinevirtual |
void scv::Counter::IncrementStep |
( |
void |
| ) |
|
virtual void scv::Counter::onValueChange |
( |
void |
| ) |
|
|
pure virtual |
void scv::Counter::setMaxValue |
( |
double |
value | ) |
|
|
inline |
void scv::Counter::setMinValue |
( |
double |
value | ) |
|
|
inline |
void scv::Counter::setStepValue |
( |
double |
value | ) |
|
|
inline |
void scv::Counter::setValue |
( |
double |
value | ) |
|
|
virtual |
The documentation for this class was generated from the following files: