#include <hpp/plot/graph-widget.hh>
◆ GraphWidget()
hpp::plot::GraphWidget::GraphWidget |
( |
QString |
name = QString () , |
|
|
QWidget * |
parent = NULL |
|
) |
| |
References buttonBox_, constraintInfo_, edgeContextMenu(), edgeDoubleClick(), elmtInfo_, loggingInfo_, nodeContextMenu(), nodeDoubleClick(), saveDotFile(), scene_, updateEdges(), and updateGraph().
◆ ~GraphWidget()
hpp::plot::GraphWidget::~GraphWidget |
( |
| ) |
|
◆ edgeContextMenu
void hpp::plot::GraphWidget::edgeContextMenu |
( |
QGVEdge * |
edge | ) |
|
|
protectedvirtualslot |
◆ edgeDoubleClick
void hpp::plot::GraphWidget::edgeDoubleClick |
( |
QGVEdge * |
edge | ) |
|
|
protectedvirtualslot |
◆ fillScene()
void hpp::plot::GraphWidget::fillScene |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in hpp::plot::HppManipulationGraphWidget.
References QGVScene::addEdge(), QGVSubGraph::addNode(), QGVScene::addNode(), QGVScene::addSubGraph(), QGVSubGraph::addSubGraph(), scene_, QGVEdge::setAttribute(), QGVSubGraph::setAttribute(), QGVScene::setEdgeAttribute(), QGVScene::setGraphAttribute(), QGVNode::setIcon(), and QGVScene::setNodeAttribute().
Referenced by updateGraph().
◆ nodeContextMenu
void hpp::plot::GraphWidget::nodeContextMenu |
( |
QGVNode * |
node | ) |
|
|
protectedvirtualslot |
◆ nodeDoubleClick
void hpp::plot::GraphWidget::nodeDoubleClick |
( |
QGVNode * |
node | ) |
|
|
protectedvirtualslot |
◆ saveDotFile
void hpp::plot::GraphWidget::saveDotFile |
( |
| ) |
|
|
slot |
◆ updateEdges
void hpp::plot::GraphWidget::updateEdges |
( |
| ) |
|
|
slot |
◆ updateGraph
void hpp::plot::GraphWidget::updateGraph |
( |
| ) |
|
|
slot |
◆ buttonBox_
QWidget* hpp::plot::GraphWidget::buttonBox_ |
|
protected |
◆ constraintInfo_
QTextEdit* hpp::plot::GraphWidget::constraintInfo_ |
|
protected |
◆ elmtInfo_
QTextEdit* hpp::plot::GraphWidget::elmtInfo_ |
|
protected |
◆ loggingInfo_
QTextEdit* hpp::plot::GraphWidget::loggingInfo_ |
|
protected |
◆ scene_
QGVScene* hpp::plot::GraphWidget::scene_ |
|
protected |
Referenced by fillScene(), hpp::plot::HppManipulationGraphWidget::fillScene(), GraphWidget(), hpp::plot::HppManipulationGraphWidget::HppManipulationGraphWidget(), saveDotFile(), hpp::plot::HppManipulationGraphWidget::selectionChanged(), hpp::plot::HppManipulationGraphWidget::showEdge(), hpp::plot::HppManipulationGraphWidget::showNodeOfConfiguration(), updateEdges(), updateGraph(), hpp::plot::HppManipulationGraphWidget::updateStatistics(), and ~GraphWidget().