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

Method OnClicked

vkconfig_gui/widget_setting_bool.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void WidgetSettingBool::OnClicked() {
63 this->data().value = this->field->isChecked();
64
65 Configurator& configurator = Configurator::Get();
66
67 ::CheckMessage(configurator.ignored_messages, this->meta, this->data_set);
68
69 emit refreshEnableOnly();
70}
71
72SettingDataBool& WidgetSettingBool::data() {
73 SettingDataBool* data = FindSetting<SettingDataBool>(this->data_set, this->meta.key.c_str());

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
CheckMessageFunction · 0.85

Tested by

no test coverage detected