Lines Matching defs:value
163 * @param value Indicates the value matching the key.
167 void SetKnobStyle(uint8_t key, int64_t value);
179 * @brief Obtains the value of a knob style.
182 * @return Returns the value of the style.
304 * @param value Indicates the current value of the slider.
308 virtual void OnChange(int32_t value) {}
312 * @param value Indicates the current value of the slider.
316 virtual void OnRelease(int32_t value) {}