MCPcopy Create free account
hub / github.com/KDAB/KDChart / PriorityComparator

Method PriorityComparator

src/KDChart/KDChartChart.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360{
361public:
362 PriorityComparator(QHash<AbstractCoordinatePlane *, LayoutGraphNode *> mapping)
363 : m_mapping(mapping)
364 {
365 }
366 bool operator()(AbstractCoordinatePlane *lhs, AbstractCoordinatePlane *rhs) const
367 {
368 const LayoutGraphNode *lhsNode = m_mapping[lhs];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected