|
Brief description of class DebugDrawerConfigWidget. More...
#include <RobotAPI/libraries/DebugDrawerConfigWidget/DebugDrawerConfigWidget.h>
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 46 of file DebugDrawerConfigWidget.h.
DebugDrawerConfigWidget | ( | const DebugDrawerComponentPtr & | debugDrawer, |
QWidget * | parent = nullptr |
||
) |
Definition at line 29 of file DebugDrawerConfigWidget.cpp.
DebugDrawerComponentPtr getDebugDrawer | ( | ) | const |
Definition at line 79 of file DebugDrawerConfigWidget.cpp.
void loadSettings | ( | QSettings * | settings | ) |
Definition at line 44 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 134 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 116 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 125 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 148 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 107 of file DebugDrawerConfigWidget.cpp.
|
slot |
Definition at line 84 of file DebugDrawerConfigWidget.cpp.
void saveSettings | ( | QSettings * | settings | ) |
Definition at line 57 of file DebugDrawerConfigWidget.cpp.
void setDebugDrawer | ( | const DebugDrawerComponentPtr & | debugDrawer | ) |
Definition at line 68 of file DebugDrawerConfigWidget.cpp.
|
protected |
Definition at line 69 of file DebugDrawerConfigWidget.h.
|
protected |
Definition at line 70 of file DebugDrawerConfigWidget.h.