| 192 | } |
| 193 | |
| 194 | void SessionsGraph::TreeDraw() const |
| 195 | { |
| 196 | if (layoutDirection == LayoutTopToBottom) |
| 197 | LayoutTreeTop::draw(this->rootItem); |
| 198 | else |
| 199 | LayoutTreeLeft::draw(this->rootItem); |
| 200 | } |
| 201 | |
| 202 | void SessionsGraph::SetLayoutDirection(GraphLayoutDirection direction) |
| 203 | { |
no outgoing calls
no test coverage detected