MCPcopy Create free account
hub / github.com/comaps/comaps / OnLayerEnabled

Method OnLayerEnabled

qt/mainwindow.cpp:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893void MainWindow::OnLayerEnabled(LayerType layer)
894{
895 SetLayerEnabled(layer, m_layers->isChecked(layer));
896}
897
898void MainWindow::OnRulerEnabled()
899{

Callers

nothing calls this directly

Calls 1

isCheckedMethod · 0.45

Tested by

no test coverage detected