|
|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/widgets/VertexTableWidget.h>
Inheritance diagram for VertexTableWidget:Public Slots | |
| void | makeContextMenu (QPoint pos) |
Signals | |
| void | edgeRemovalRequested (QList< QTableWidgetItem * > vertexItems, utils::EdgeDirection direction) |
| void | newEdgesRequested (QList< QPair< QTableWidgetItem *, QTableWidgetItem * > > edges) |
| void | newVertexRequested () |
Public Member Functions | |
| QTableWidgetItem * | addVertex () |
| void | removeVertex (GuiGraph::Vertex &vertex) |
| QList< QTableWidgetItem * > | selectedVertexItems () |
| void | updateVertex (GuiGraph::Vertex vertex) |
| VertexTableWidget () | |
Public Attributes | |
| QColor | bgColorDefault = default_colors::tableBackgroundDefault |
| QColor | bgColorSelected = default_colors::tableBackgroundSelected |
Definition at line 45 of file VertexTableWidget.h.
| QTableWidgetItem * addVertex | ( | ) |
Definition at line 79 of file VertexTableWidget.cpp.
|
signal |
Here is the caller graph for this function:
|
slot |
Definition at line 181 of file VertexTableWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:| void removeVertex | ( | GuiGraph::Vertex & | vertex | ) |
Definition at line 157 of file VertexTableWidget.cpp.
| QList< QTableWidgetItem * > selectedVertexItems | ( | ) |
Definition at line 169 of file VertexTableWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void updateVertex | ( | GuiGraph::Vertex | vertex | ) |
| QColor bgColorDefault = default_colors::tableBackgroundDefault |
Definition at line 84 of file VertexTableWidget.h.
| QColor bgColorSelected = default_colors::tableBackgroundSelected |
Definition at line 85 of file VertexTableWidget.h.