Inheritance diagram for InformationDialog:Public Member Functions | |
| InformationDialog (QWidget *parent=0) | |
| ~InformationDialog () | |
| Ui::InformationDialog * | getUi () |
| void | setProcessVertexInfo (yarp::profiler::graph::ProcessVertex *vertex) |
| void | setPortVertexInfo (yarp::profiler::graph::PortVertex *vertex) |
| void | setEdgeInfo (yarp::profiler::graph::Edge *edge) |
Definition at line 17 of file informationdialog.h.
|
explicit |
Definition at line 10 of file informationdialog.cpp.
| InformationDialog::~InformationDialog | ( | ) |
Definition at line 19 of file informationdialog.cpp.
| Ui::InformationDialog * InformationDialog::getUi | ( | ) |
Definition at line 24 of file informationdialog.cpp.
| void InformationDialog::setEdgeInfo | ( | yarp::profiler::graph::Edge * | edge | ) |
Definition at line 87 of file informationdialog.cpp.
| void InformationDialog::setPortVertexInfo | ( | yarp::profiler::graph::PortVertex * | vertex | ) |
Definition at line 70 of file informationdialog.cpp.
| void InformationDialog::setProcessVertexInfo | ( | yarp::profiler::graph::ProcessVertex * | vertex | ) |
Definition at line 28 of file informationdialog.cpp.