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

Method WidgetSettingBase

vkconfig_gui/widget_setting.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "widget_setting.h"
22
23WidgetSettingBase::WidgetSettingBase(QTreeWidget* tree, QTreeWidgetItem* item) : tree(tree), item(item) {
24 assert(tree != nullptr);
25 assert(item != nullptr);
26}
27
28void WidgetSettingBase::DisplayOverride(QWidget* widget, const SettingMeta& meta) const {
29 QCursor cursor = widget->cursor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected