|
|
#include <QList>#include <QString>#include <qhashfunctions.h>#include <qlist.h>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::navigation |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::qt_plugins |
| namespace | armarx::navigation::qt_plugins::location_graph_editor |
| namespace | armarx::navigation::qt_plugins::location_graph_editor::utils |
Enumerations | |
| enum class | EdgeDirection { From , To , Bidirectional } |
Functions | |
| QList< QTableWidgetItem * > | getSelectedItemsOfColumn (QTableWidget *widget, int column) |
Variables | |
| const QString | arrowBoth = QStringLiteral("\u21C4") |
| <-> | |
| const QString | arrowLeft = QStringLiteral("\u2190") |
| <- | |
| const QString | arrowRight = QStringLiteral("\u2192") |
| -> | |