#include <slider.h>
Inheritance diagram for VDKSlider:

| VDKSlider::VDKSlider | ( | VDKForm * | owner, | |
| float | defValue, | |||
| float | lower, | |||
| float | upper, | |||
| float | step_increment, | |||
| int | mode = h_box, |
|||
| int | w = 100, |
|||
| int | h = 30 | |||
| ) |
Constructor
| owner | ||
| defValue | default value on start up | |
| lower | lower bound | |
| upper | upper bound | |
| step_increment | increment | |
| mode | either v_box or h_box | |
| w | width | |
| h | height |
| VDKSlider::~VDKSlider | ( | ) | [virtual] |
Destructor
| VDKReadWriteValueProp<VDKSlider,float> VDKSlider::Value |
Sets/gets slider value (defaults to value passed into constructor)
| VDKReadWriteValueProp<VDKSlider, int> VDKSlider::Digits |
Sets/gets slider precision (defaults to 1)
| VDKReadWriteValueProp<VDKSlider, VDKUpdateType> VDKSlider::UpdatePolicy |
Sets/gets updating policy (defaults to update_discontinuos) Can be:
| VDKReadWriteValueProp<VDKSlider, float> VDKSlider::LowerBound |
Sets/gets slider lower bound
| VDKReadWriteValueProp<VDKSlider, float> VDKSlider::UpperBound |
Sets/gets slider upper bound
| VDKReadWriteValueProp<VDKSlider, float> VDKSlider::Step |
Sets/gets slider step increment (using arrow keys)
1.5.1