|
|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/widgets/EdgeTableWidget.h>
Inheritance diagram for EdgeTableWidget:Public Slots | |
| void | makeContextMenu (QPoint pos) |
Signals | |
| void | edgeRemovalRequested (QList< QTableWidgetItem * > edgeItems) |
Public Member Functions | |
| QTableWidgetItem * | addEdge (const core::VertexAttribs &sourceAttrib, const core::VertexAttribs &targetAttrib) |
| template<class EdgeT > | |
| QTableWidgetItem * | addEdge (const EdgeT &edge) |
| void | clearEdges () |
| EdgeTableWidget () | |
| void | removeEdge (GuiGraph::Edge &edge) |
| QList< QTableWidgetItem * > | selectedEdgeItems () |
| void | updateEdge (GuiGraph::Edge edge) |
Public Attributes | |
| QColor | bgColorDefault = default_colors::tableBackgroundDefault |
| QColor | bgColorSelected = default_colors::tableBackgroundSelected |
Definition at line 39 of file EdgeTableWidget.h.
| EdgeTableWidget | ( | ) |
| QTableWidgetItem * addEdge | ( | const core::VertexAttribs & | sourceAttrib, |
| const core::VertexAttribs & | targetAttrib | ||
| ) |
|
inline |
Definition at line 50 of file EdgeTableWidget.h.
| void clearEdges | ( | ) |
|
signal |
|
slot |
Definition at line 133 of file EdgeTableWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void removeEdge | ( | GuiGraph::Edge & | edge | ) |
Definition at line 115 of file EdgeTableWidget.cpp.
| QList< QTableWidgetItem * > selectedEdgeItems | ( | ) |
Definition at line 127 of file EdgeTableWidget.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void updateEdge | ( | GuiGraph::Edge | edge | ) |
Definition at line 93 of file EdgeTableWidget.cpp.
| QColor bgColorDefault = default_colors::tableBackgroundDefault |
Definition at line 80 of file EdgeTableWidget.h.
| QColor bgColorSelected = default_colors::tableBackgroundSelected |
Definition at line 81 of file EdgeTableWidget.h.