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

Method ProcessInputValue

vkconfig_gui/widget_setting_int.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164SettingInputError WidgetSettingInt::ProcessInputValue() { return this->data().ProcessInput(this->value_buffer); }
165
166void WidgetSettingInt::OnTextEdited(const QString& new_value) {
167 this->timer_error->stop();

Callers 2

OnErrorValueMethod · 0.95
OnTextEditedMethod · 0.95

Calls 1

ProcessInputMethod · 0.45

Tested by

no test coverage detected