MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / ProcessInputValue

Method ProcessInputValue

vkconfig_gui/widget_setting_float.cpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175SettingInputError WidgetSettingFloat::ProcessInputValue() { return this->data().ProcessInput(this->value_buffer); }
176
177void WidgetSettingFloat::OnTextEdited(const QString& new_value) {
178 this->timer_error->stop();

Callers 2

OnErrorValueMethod · 0.95
OnTextEditedMethod · 0.95

Calls 1

ProcessInputMethod · 0.45

Tested by

no test coverage detected