MCPcopy Create free account
hub / github.com/cneben/QuickQanava / getGraphView

Method getGraphView

src/qanGraph.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131QQuickItem* Graph::qmlGetGraphView() { return _graphView; }
132qan::GraphView* Graph::getGraphView() { return _graphView; }
133const qan::GraphView* Graph::getGraphView() const { return _graphView; }
134void Graph::setGraphView(qan::GraphView* graphView)
135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected