GuiGraph Class Reference

#include <armarx/navigation/gui-plugins/LocationGraphEditor/GuiGraph.h>

+ Inheritance diagram for GuiGraph:

Public Member Functions

std::map< QTableWidgetItem *, Edge > getTableItemToEdgeMap ()
 
std::map< QTableWidgetItem *, Vertex > getTableItemToVertexMap ()
 
std::optional< Vertex > getVertexFromTableItem (QTableWidgetItem *item)
 
bool hasChanged () const
 

Detailed Description

Definition at line 77 of file GuiGraph.h.

Member Function Documentation

◆ getTableItemToEdgeMap()

std::map< QTableWidgetItem *, GuiGraph::Edge > getTableItemToEdgeMap ( )

Definition at line 81 of file GuiGraph.cpp.

◆ getTableItemToVertexMap()

std::map< QTableWidgetItem *, GuiGraph::Vertex > getTableItemToVertexMap ( )

Definition at line 64 of file GuiGraph.cpp.

◆ getVertexFromTableItem()

std::optional< GuiGraph::Vertex > getVertexFromTableItem ( QTableWidgetItem *  item)

Definition at line 50 of file GuiGraph.cpp.

◆ hasChanged()

bool hasChanged ( ) const

Definition at line 33 of file GuiGraph.cpp.


The documentation for this class was generated from the following files: