| 132 | qan::GraphView* Graph::getGraphView() { return _graphView; } |
| 133 | const qan::GraphView* Graph::getGraphView() const { return _graphView; } |
| 134 | void Graph::setGraphView(qan::GraphView* graphView) |
| 135 | { |
| 136 | _graphView = graphView; |
| 137 | emit graphViewChanged(); |
| 138 | } |
| 139 | |
| 140 | void Graph::setContainerItem(QQuickItem* containerItem) |
| 141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected