|
XenevaOS
|
#include <slider.h>

Public Attributes | |
| ChWidget | base |
| ChRect | bound |
| int | thumbX |
| int | thumbY |
| int | lastThumbX |
| int | lastThumbY |
| float | max |
| float | min |
| float | currentVal |
| int | progressPixel |
| float | stepSize |
| bool | thumbVisible |
| bool | useCustomColor |
| uint32_t | customColor1 |
| uint32_t | customColor2 |
| uint32_t | outlineColor |
| uint8_t | type |
| ChWidget _slider_::base |
| ChRect _slider_::bound |
| float _slider_::currentVal |
| uint32_t _slider_::customColor1 |
| uint32_t _slider_::customColor2 |
| int _slider_::lastThumbX |
| int _slider_::lastThumbY |
| float _slider_::max |
| float _slider_::min |
| uint32_t _slider_::outlineColor |
| int _slider_::progressPixel |
| float _slider_::stepSize |
| bool _slider_::thumbVisible |
| int _slider_::thumbX |
| int _slider_::thumbY |
| uint8_t _slider_::type |
| bool _slider_::useCustomColor |