Generic View Widget. More...
Public Slots | |
void | onModified (bool mod) |
Signals | |
void | modified (bool) |
Public Member Functions | |
GenericViewWidget (QWidget *parent=0) | |
yarp::manager::NodeType | getType () |
return the type of the list | |
bool | isModified () |
void | setModified (bool mod) |
Protected Attributes | |
yarp::manager::NodeType | type |
bool | m_modified |
Generic View Widget.
This class represent a generic View Widget that could be a Module View, a Resource View or an Application View
Definition at line 19 of file genericviewwidget.h.
|
explicit |
Definition at line 8 of file genericviewwidget.cpp.
yarp::manager::NodeType GenericViewWidget::getType | ( | ) |
return the type of the list
Definition at line 14 of file genericviewwidget.cpp.
bool GenericViewWidget::isModified | ( | ) |
Definition at line 19 of file genericviewwidget.cpp.
|
signal |
|
slot |
Definition at line 29 of file genericviewwidget.cpp.
void GenericViewWidget::setModified | ( | bool | mod | ) |
Definition at line 24 of file genericviewwidget.cpp.
|
protected |
Definition at line 30 of file genericviewwidget.h.
|
protected |
Definition at line 29 of file genericviewwidget.h.