#include <KisWidgetConnectionUtils.h>
Definition at line 107 of file KisWidgetConnectionUtils.h.
◆ operator()()
template<typename T >
| SpinBoxState< std::decay_t< T > > KisWidgetConnectionUtils::ToSpinBoxState::operator() |
( |
T && | value, |
|
|
T && | min, |
|
|
T && | max, |
|
|
bool | enabled ) |
|
inline |
Definition at line 109 of file KisWidgetConnectionUtils.h.
109 {
110 return {std::forward<T>(
value), std::forward<T>(min), std::forward<T>(max), enabled};
111 }
float value(const T *src, size_t ch)
References value().
The documentation for this struct was generated from the following file: