#include <collision_matrix_model.hpp>
|
| | CollisionMatrixModel (LinkPairMap &pairs, const std::vector< std::string > &names, QObject *parent=nullptr) |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| DisabledReason | reason (const QModelIndex &index) const |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| bool | setData (const QModelIndex &, const QVariant &value, int role) override |
| void | setEnabled (const QItemSelection &selection, bool value) |
| void | setEnabled (const QModelIndexList &indexes, bool value) |
Definition at line 50 of file collision_matrix_model.hpp.
◆ CollisionMatrixModel()
| moveit_setup::srdf_setup::CollisionMatrixModel::CollisionMatrixModel |
( |
LinkPairMap & | pairs, |
|
|
const std::vector< std::string > & | names, |
|
|
QObject * | parent = nullptr ) |
◆ columnCount()
| int moveit_setup::srdf_setup::CollisionMatrixModel::columnCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
override |
◆ data()
| QVariant moveit_setup::srdf_setup::CollisionMatrixModel::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
|
override |
◆ flags()
| Qt::ItemFlags moveit_setup::srdf_setup::CollisionMatrixModel::flags |
( |
const QModelIndex & | index | ) |
const |
|
override |
◆ headerData()
| QVariant moveit_setup::srdf_setup::CollisionMatrixModel::headerData |
( |
int | section, |
|
|
Qt::Orientation | orientation, |
|
|
int | role ) const |
|
override |
◆ reason()
| DisabledReason moveit_setup::srdf_setup::CollisionMatrixModel::reason |
( |
const QModelIndex & | index | ) |
const |
◆ rowCount()
| int moveit_setup::srdf_setup::CollisionMatrixModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
override |
◆ setData()
| bool moveit_setup::srdf_setup::CollisionMatrixModel::setData |
( |
const QModelIndex & | index, |
|
|
const QVariant & | value, |
|
|
int | role ) |
|
override |
◆ setEnabled() [1/2]
| void moveit_setup::srdf_setup::CollisionMatrixModel::setEnabled |
( |
const QItemSelection & | selection, |
|
|
bool | value ) |
◆ setEnabled() [2/2]
| void moveit_setup::srdf_setup::CollisionMatrixModel::setEnabled |
( |
const QModelIndexList & | indexes, |
|
|
bool | value ) |
◆ setFilterRegularExpression
| void moveit_setup::srdf_setup::CollisionMatrixModel::setFilterRegularExpression |
( |
const QString & | filter | ) |
|
|
slot |
The documentation for this class was generated from the following files: