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

Method getPar

static_libs/thermal/thermalnode.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233QModelIndex ThermalNode::index(int column) const { return model->createIndex(row(), column, reinterpret_cast<quintptr>(this)); }
234
235ThParam ThermalNode::getPar() const
236{
237 return par;
238}

Callers 1

thParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected