#include <collision_linear_model.hpp>
|
| | SortFilterProxyModel (QObject *parent=nullptr) |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| |
| void | sort (int column, Qt::SortOrder order) override |
| |
| void | setShowAll (bool show_all) |
| |
| void | setEnabled (const QItemSelection &selection, bool value) |
| |
|
| bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
| |
| bool | lessThan (const QModelIndex &src_left, const QModelIndex &src_right) const override |
| |
proxy model to allow for sorting of CollisionLinearModel, considering sorting history
Definition at line 83 of file collision_linear_model.hpp.
◆ SortFilterProxyModel()
| moveit_setup::srdf_setup::SortFilterProxyModel::SortFilterProxyModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ filterAcceptsRow()
| bool moveit_setup::srdf_setup::SortFilterProxyModel::filterAcceptsRow |
( |
int |
source_row, |
|
|
const QModelIndex & |
source_parent |
|
) |
| const |
|
overrideprotected |
◆ headerData()
| QVariant moveit_setup::srdf_setup::SortFilterProxyModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ lessThan()
| bool moveit_setup::srdf_setup::SortFilterProxyModel::lessThan |
( |
const QModelIndex & |
src_left, |
|
|
const QModelIndex & |
src_right |
|
) |
| const |
|
overrideprotected |
◆ setEnabled()
| void moveit_setup::srdf_setup::SortFilterProxyModel::setEnabled |
( |
const QItemSelection & |
selection, |
|
|
bool |
value |
|
) |
| |
◆ setShowAll()
| void moveit_setup::srdf_setup::SortFilterProxyModel::setShowAll |
( |
bool |
show_all | ) |
|
◆ sort()
| void moveit_setup::srdf_setup::SortFilterProxyModel::sort |
( |
int |
column, |
|
|
Qt::SortOrder |
order |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: