| 826 | } |
| 827 | |
| 828 | void TraditionalView::debugCheckLayout() const |
| 829 | { |
| 830 | /// |
| 831 | const auto order = utils::any_order(tree_); |
| 832 | |
| 833 | for (const auto n : order) |
| 834 | { |
| 835 | auto bb = layout_->getBoundingBox(n); |
| 836 | // print("bb for {} is fine", n); |
| 837 | } |
| 838 | } |
| 839 | |
| 840 | void TraditionalView::setDebugMode(bool v) |
| 841 | { |
nothing calls this directly
no test coverage detected