|
Krita Source Code Documentation
|
#include <KisWidgetConnectionUtils.h>
Public Member Functions | |
| template<typename T > | |
| ControlState< std::decay_t< T > > | operator() (T &&value, bool enabled) |
ToControlState is a functor that automatically converts a pair of values into a ControlState<T>. Supposed to be used in lager::with(...).map(ToControlState{})
Definition at line 63 of file KisWidgetConnectionUtils.h.
|
inline |