utils.h File Reference
#include <QList>
#include <QString>
+ 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

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::navigation
 This file is part of ArmarX.
 
 armarx::navigation::qt_plugins
 
 armarx::navigation::qt_plugins::location_graph_editor
 
 armarx::navigation::qt_plugins::location_graph_editor::utils
 

Enumerations

enum  EdgeDirection { From, To, Bidirectional }
 

Functions

QList< QTableWidgetItem * > getSelectedItemsOfColumn (QTableWidget *widget, int column)
 

Variables

const QString arrowBoth = QStringLiteral("\u21C4")
 <-> More...
 
const QString arrowLeft = QStringLiteral("\u2190")
 <- More...
 
const QString arrowRight = QStringLiteral("\u2192")
 -> More...