| 20 | { |
| 21 | |
| 22 | LayoutComputer::LayoutComputer(const NodeTree &tree, Layout &layout, const VisualFlags &nf) |
| 23 | : m_tree(tree), m_layout(layout), m_vis_flags(nf) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | bool LayoutComputer::isDirty(NodeID nid) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected