|
|
Brief description of class DebugDrawerConfigWidget. More...
#include <RobotAPI/libraries/DebugDrawerConfigWidget/DebugDrawerConfigWidget.h>
Inheritance diagram for DebugDrawerConfigWidget:Public Slots | |
| void | onAddDefaultLayerVisibility () |
| void | onDefaultLayerVisibilityChanged (int checkState) |
| void | onDefaultLayerVisibilityPerLayerChanged (QListWidgetItem *item) |
| void | onRemoveDefaultLayerVisibility () |
| void | onVisibilityChanged (QListWidgetItem *item) |
| void | refresh () |
Public Member Functions | |
| DebugDrawerConfigWidget (const DebugDrawerComponentPtr &debugDrawer, QWidget *parent=nullptr) | |
| DebugDrawerComponentPtr | getDebugDrawer () const |
| void | loadSettings (QSettings *settings) |
| void | saveSettings (QSettings *settings) |
| void | setDebugDrawer (const DebugDrawerComponentPtr &debugDrawer) |
Protected Attributes | |
| DebugDrawerComponentPtr | debugDrawer |
| Ui::DebugDrawerConfigWidget | ui |
Brief description of class DebugDrawerConfigWidget.
Detailed description of class DebugDrawerConfigWidget.
Definition at line 44 of file DebugDrawerConfigWidget.h.
| DebugDrawerConfigWidget | ( | const DebugDrawerComponentPtr & | debugDrawer, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 30 of file DebugDrawerConfigWidget.cpp.
Here is the call graph for this function:| DebugDrawerComponentPtr getDebugDrawer | ( | ) | const |
Definition at line 104 of file DebugDrawerConfigWidget.cpp.
| void loadSettings | ( | QSettings * | settings | ) |
Definition at line 62 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 168 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 147 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 157 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 190 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 137 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:
|
slot |
Definition at line 110 of file DebugDrawerConfigWidget.cpp.
Here is the caller graph for this function:| void saveSettings | ( | QSettings * | settings | ) |
Definition at line 79 of file DebugDrawerConfigWidget.cpp.
| void setDebugDrawer | ( | const DebugDrawerComponentPtr & | debugDrawer | ) |
Definition at line 92 of file DebugDrawerConfigWidget.cpp.
Here is the call graph for this function:
|
protected |
Definition at line 68 of file DebugDrawerConfigWidget.h.
|
protected |
Definition at line 69 of file DebugDrawerConfigWidget.h.