|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/GuiGraph.h>
Public Member Functions | |
std::map< QTableWidgetItem *, Edge > | getTableItemToEdgeMap () |
std::map< QTableWidgetItem *, Vertex > | getTableItemToVertexMap () |
std::optional< Vertex > | getVertexFromTableItem (QTableWidgetItem *item) |
bool | hasChanged () const |
Definition at line 77 of file GuiGraph.h.
std::map< QTableWidgetItem *, GuiGraph::Edge > getTableItemToEdgeMap | ( | ) |
Definition at line 81 of file GuiGraph.cpp.
std::map< QTableWidgetItem *, GuiGraph::Vertex > getTableItemToVertexMap | ( | ) |
Definition at line 64 of file GuiGraph.cpp.
std::optional< GuiGraph::Vertex > getVertexFromTableItem | ( | QTableWidgetItem * | item | ) |
Definition at line 50 of file GuiGraph.cpp.
bool hasChanged | ( | ) | const |
Definition at line 33 of file GuiGraph.cpp.