MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / disable

Method disable

static_libs/thermal/thermalnode.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215bool ThermalNode::createFile() const { return m_checked && m_item; }
216
217void ThermalNode::disable()
218{
219 m_checked = false;
220 model->dataChanged(index(), index(), {});
221 model->dataChanged(parentItem()->index(), parentItem()->index(), {});
222}
223
224void ThermalNode::enable()
225{

Callers 2

contextMenuEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected