|
|
#include <memory>#include <QComboBox>#include <QVariant>#include "../Environment.h"#include "../Util/WheelEventFilter.h"#include "../View/SettingTab.h"#include "AbstractController.h"#include "VirtualRobot/RobotNodeSet.h"
Include dependency graph for SettingController.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SettingController |
| Subcontroller which handles all user interaction with the setting tab in the GUI, communicates with other controllers via signals and slots. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | SettingControllerPtr = std::shared_ptr< SettingController > |