MCPcopy Create free account
hub / github.com/OpenBoardView/OpenBoardView / SetXZZPCBKey

Method SetXZZPCBKey

src/openboardview/GUI/Config.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Config::SetXZZPCBKey(const std::string &keytext) {
59 try {
60 XZZPCBKey = std::stoul(keytext, nullptr, 0);
61 XZZPCBKeyStr = keytext;
62 } catch (const std::invalid_argument &e) {
63
64 }
65}
66
67void Config::readFromConfig(Confparse &obvconfig) {
68 // Special test here, in case we've already set the dpi from external

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected