MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / updateEdges

Method updateEdges

tools/monitor/Node.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void
51Monitor::Node::updateEdges()
52{
53 for (unsigned int i = 0; i < edges_.size(); ++i) {
54 edges_[i]->adjust();
55 edges_[i]->update();
56 }
57}
58
59void
60Monitor::Node::paint(QPainter *painter,const QStyleOptionGraphicsItem *option,QWidget *widget)

Callers

nothing calls this directly

Calls 3

adjustMethod · 0.80
sizeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected