YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
informationdialog.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: GPL-3.0-or-later
4 */
5
6#ifndef INFORMATIONDIALOG_H
7#define INFORMATIONDIALOG_H
8
9#include <QDialog>
11#include <yarp/profiler/Graph.h>
12
13namespace Ui {
15}
16
17class InformationDialog : public QDialog
18{
19 Q_OBJECT
20
21public:
22 explicit InformationDialog(QWidget *parent = 0);
24 Ui::InformationDialog* getUi();
25
29
30private:
31 Ui::InformationDialog *ui;
32};
33
34#endif // INFORMATIONDIALOG_H
void setEdgeInfo(yarp::profiler::graph::Edge *edge)
void setPortVertexInfo(yarp::profiler::graph::PortVertex *vertex)
Ui::InformationDialog * getUi()
void setProcessVertexInfo(yarp::profiler::graph::ProcessVertex *vertex)
The yarp::profiler::graph::Edge class.
Definition Graph.h:45
Definition aboutdlg.h:11