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

Method updated

tools/monitor/MonitorDataModel.cpp:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void
53MonitorDataModel::updated(
54 TreeNode* left, int lcol,
55 TreeNode* right, int rcol
56)
57{
58 QModelIndex topLeft = this->index( left, lcol);
59 QModelIndex bottomRight = this->index( right, rcol);
60
61 emit dataChanged( topLeft, bottomRight);
62}
63
64void
65MonitorDataModel::updated( TreeNode* node, int column)

Callers

nothing calls this directly

Calls 1

indexMethod · 0.95

Tested by

no test coverage detected