armarx::navigation::qt_plugins::location_graph_editor::utils Namespace Reference

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...
 

Enumeration Type Documentation

◆ EdgeDirection

enum EdgeDirection
strong
Enumerator
From 
To 
Bidirectional 

Definition at line 42 of file utils.h.

Function Documentation

◆ getSelectedItemsOfColumn()

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

Definition at line 40 of file utils.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ arrowBoth

const QString arrowBoth = QStringLiteral("\u21C4")

<->

Definition at line 36 of file utils.cpp.

◆ arrowLeft

const QString arrowLeft = QStringLiteral("\u2190")

<-

Definition at line 32 of file utils.cpp.

◆ arrowRight

const QString arrowRight = QStringLiteral("\u2192")

->

Definition at line 34 of file utils.cpp.