|
roviz
0.7
Code Documentation of roviz
|
roviz backend for a Trim More...
#include <trim_impl_dev.h>


Public Member Functions | |
| TrimImplDev (RovizItemBaseDev *item, std::string name, double default_value, double min, double max, int steps, bool logarithmic, std::function< void(double)> notifier_func=[](double){}) | |
| Constructs an implementation. More... | |
| QLayout * | layout (void) const |
| double | value (void) override |
| TrimImplDev::TrimImplDev | ( | RovizItemBaseDev * | item, |
| std::string | name, | ||
| double | default_value, | ||
| double | min, | ||
| double | max, | ||
| int | steps, | ||
| bool | logarithmic, | ||
| std::function< void(double)> | notifier_func = [](double){} |
||
| ) |
Constructs an implementation.
| QLayout * TrimImplDev::layout | ( | void | ) | const |

|
overridevirtual |
Implements TrimImpl.

1.8.13