|
dRonin
adbada4
dRonin GCS
|
#include <uavobjectbrowserwidget.h>
Public Slots | |
| void | showMetaData (bool show) |
| UAVObjectBrowserWidget::showMetaData Shows UAVO metadata. More... | |
| void | showNotPresent (bool show) |
| UAVObjectBrowserWidget::showNotPresent Shows or hides object not present on the hardware. More... | |
| void | doRefreshHiddenObjects () |
Signals | |
| void | viewOptionsChanged (bool scientific, bool metadata, bool hideNotPresent) |
Public Member Functions | |
| UAVObjectBrowserWidget (QWidget *parent=nullptr) | |
| ~UAVObjectBrowserWidget () | |
| void | setRecentlyUpdatedColor (QColor color) |
| void | setManuallyChangedColor (QColor color) |
| void | setNotPresentOnHwColor (QColor color) |
| void | setOnlyHighlightChangedValues (bool highlight) |
| void | setViewOptions (bool scientific, bool metadata, bool hideNotPresent) |
| UAVObjectBrowserWidget::setViewOptions Sets the viewing options. More... | |
| void | initialize () |
| Initializes the model and makes the necessary signal/slot connections. More... | |
| void | refreshHiddenObjects () |
| Refreshes the hidden object display. More... | |
Definition at line 88 of file uavobjectbrowserwidget.h.