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

Method value

file_plugins/dxf/dxf_codedata.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178CodeData::Type CodeData::type() const { return static_cast<Type>(varVal.index()); }
179
180QVariant CodeData::value() const
181{
182 return std::visit([](auto&& arg) { return QVariant::fromValue(arg); }, varVal);
183}
184
185}

Callers 1

updateFormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected