#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>
#include <QtCore/QRegularExpression>
Go to the source code of this file.
|
template<typename Container > |
auto | find (Container &pairs, const std::string &link1, const std::string &link2) |
|
◆ find()
template<typename Container >
auto find |
( |
Container & |
pairs, |
|
|
const std::string & |
link1, |
|
|
const std::string & |
link2 |
|
) |
| |
◆ LONG_REASONS_TO_BRUSH
Initial value:=
boost::assign::map_list_of
Boost mapping of reasons to a background color.
Definition at line 49 of file collision_matrix_model.cpp.