Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
QModelIndex ThermalNode::index(int column) const { return model->createIndex(row(), column, reinterpret_cast<quintptr>(this)); }
234
235
ThParam ThermalNode::getPar() const
236
{
237
return par;
238
}
Callers
1
thParam
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected