| 103 | |
| 104 | |
| 105 | void resetCables() { |
| 106 | cableColors = { |
| 107 | color::fromHexString("#f3374b"), // red |
| 108 | color::fromHexString("#ffb437"), // yellow |
| 109 | color::fromHexString("#00b56e"), // green |
| 110 | color::fromHexString("#3695ef"), // blue |
| 111 | color::fromHexString("#8b4ade"), // purple |
| 112 | }; |
| 113 | cableLabels.clear(); |
| 114 | cableLabels.resize(cableColors.size()); |
| 115 | } |
| 116 | |
| 117 | |
| 118 | void init() { |
no test coverage detected