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

Method qmlGetGraphView

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

Source from the content-addressed store, hash-verified

129}
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected