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

Method resizeEvent

vkconfig_gui/widget_setting_enum.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void WidgetSettingEnum::resizeEvent(QResizeEvent* event) {
191 this->last_resize = event->size();
192
193 this->Resize();
194}
195
196void WidgetSettingEnum::OnIndexChanged(int index) {
197 if (meta.default_value == "${VP_DEFAULT}") {

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.95

Tested by

no test coverage detected