|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/widgets/EdgeTableWidget.h>
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 35 of file EdgeTableWidget.h.
EdgeTableWidget | ( | ) |
QTableWidgetItem * addEdge | ( | const core::VertexAttribs & | sourceAttrib, |
const core::VertexAttribs & | targetAttrib | ||
) |
|
inline |
Definition at line 47 of file EdgeTableWidget.h.
void clearEdges | ( | ) |
|
signal |
|
slot |
Definition at line 123 of file EdgeTableWidget.cpp.
void removeEdge | ( | GuiGraph::Edge & | edge | ) |
Definition at line 103 of file EdgeTableWidget.cpp.
QList< QTableWidgetItem * > selectedEdgeItems | ( | ) |
Definition at line 116 of file EdgeTableWidget.cpp.
void updateEdge | ( | GuiGraph::Edge | edge | ) |
Definition at line 80 of file EdgeTableWidget.cpp.
QColor bgColorDefault = default_colors::tableBackgroundDefault |
Definition at line 77 of file EdgeTableWidget.h.
QColor bgColorSelected = default_colors::tableBackgroundSelected |
Definition at line 78 of file EdgeTableWidget.h.