Subclass QTableWidgetItem for checkboxes to allow custom sorting by implementing the < operator. More...
Public Member Functions | |
| bool | operator< (const QTableWidgetItem &other) const |
| Override the standard comparision operator. | |
Subclass QTableWidgetItem for checkboxes to allow custom sorting by implementing the < operator.
Definition at line 60 of file default_collisions_widget.cpp.
| bool moveit_setup_assistant::CheckboxSortWidgetItem::operator< | ( | const QTableWidgetItem & | other | ) | const [inline] |
Override the standard comparision operator.
Definition at line 66 of file default_collisions_widget.cpp.