YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
moduleviewwidget.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#ifndef MODULEVIEWWIDGET_H
7#define MODULEVIEWWIDGET_H
9#include <QWidget>
10#include "genericviewwidget.h"
11
12namespace Ui {
14}
15
20{
21 Q_OBJECT
22
23public:
24 explicit ModuleViewWidget(yarp::manager::Module *mod, QWidget *parent = 0);
26
27private:
29 Ui::ModuleViewWidget *ui;
30};
31
32#endif // MODULEVIEWWIDGET_H
Generic View Widget.
The Module View Widget.
Class Module.
Definition module.h:99
Definition aboutdlg.h:11