YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
genericviewwidget.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 GENERICVIEWWIDGET_H
7#define GENERICVIEWWIDGET_H
8
9#include <QWidget>
11#include "safe_manager.h"
12
19class GenericViewWidget : public QWidget
20{
21 Q_OBJECT
22public:
23 explicit GenericViewWidget(QWidget *parent = 0);
25 bool isModified();
26 void setModified(bool mod);
27
28protected:
31signals:
32 void modified(bool);
33
34public slots:
35 void onModified(bool mod);
36
37};
38
39#endif // GENERICVIEWWIDGET_H
Generic View Widget.
void modified(bool)
void onModified(bool mod)
yarp::manager::NodeType type
yarp::manager::NodeType getType()
return the type of the list
void setModified(bool mod)
enum yarp::manager::__NodeType NodeType