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

Method setGraphView

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

Source from the content-addressed store, hash-verified

132qan::GraphView* Graph::getGraphView() { return _graphView; }
133const qan::GraphView* Graph::getGraphView() const { return _graphView; }
134void Graph::setGraphView(qan::GraphView* graphView)
135{
136 _graphView = graphView;
137 emit graphViewChanged();
138}
139
140void Graph::setContainerItem(QQuickItem* containerItem)
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected