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

Method doSort

tools/monitor/MonitorDataModel.cpp:358–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void
359MonitorDataModel::doSort(
360 int column,
361 Qt::SortOrder order,
362 const QModelIndex& index
363)
364{
365 TreeNode* node = this->getNode( index);
366 if( !node) {
367 node = this->root_;
368 }
369 node->sort( column, order);
370 emit layoutChanged();
371}
372
373QMimeData*
374MonitorDataModel::mimeData( const QModelIndexList& indexes) const

Callers 1

sortMethod · 0.95

Calls 2

getNodeMethod · 0.95
sortMethod · 0.45

Tested by

no test coverage detected