30 #include "../ifc/xml/vabstractpattern.h"
40 if (other.column() == 0)
44 return int(thisVisible) < int(otherVisible);
46 else if (other.column() == 1)
50 return int(thisLocked) < int(otherLocked);
52 else if (other.column() == 2)
56 return int(!thisEmpty) < int(!otherEmpty);
58 else if (other.column() == 3)
60 return this->data(Qt::UserRole).toString() < other.data(Qt::UserRole).toString();
bool getGroupLock(quint32 id)
bool isGroupEmpty(quint32 id)
Returns true if the given group is empty.
bool getGroupVisibility(quint32 id)