#include "collision_matrix_model.h"#include <boost/unordered_map.hpp>#include <boost/assign.hpp>#include <QVector>#include <QBrush>#include <QColor>#include <QPalette>#include <QApplication>#include <QItemSelection>
Go to the source code of this file.
Variables | |
| static const boost::unordered_map< moveit_setup_assistant::DisabledReason, QVariant > | longReasonsToBrush |
| Boost mapping of reasons to a background color. More... | |
| static const boost::unordered_map< moveit_setup_assistant::DisabledReason, const char * > | longReasonsToString |
| Boost mapping of reasons for disabling a link pair to strings. More... | |
|
static |
Boost mapping of reasons to a background color.
Definition at line 60 of file collision_matrix_model.cpp.
|
static |
Boost mapping of reasons for disabling a link pair to strings.
Definition at line 50 of file collision_matrix_model.cpp.