40 int otherSortPos = mantidOther ? mantidOther->
getSortPos() : 0;
41 bool otherShouldBeSorted = otherSortPos == 0;
48 if (!thisShouldBeSorted && !otherShouldBeSorted) {
53 }
else if (thisShouldBeSorted && !otherShouldBeSorted) {
58 }
else if (!thisShouldBeSorted && otherShouldBeSorted) {
67 return QString::compare(text(0), other.text(0), Qt::CaseInsensitive) < 0;
76 if (childCount() > 0 && other.childCount() > 0) {
77 const QTreeWidgetItem *other_ptr = &other;
81 }
catch (std::out_of_range &e) {
This class stores information about the Workspace History used by algorithms on a workspace and the e...
size_t size() const
How many entries are there.