|
#include "AbstractController.h"
#include "../View/SettingTab.h"
#include "../Environment.h"
#include "VirtualRobot/RobotNodeSet.h"
#include "../Util/WheelEventFilter.h"
#include <memory>
#include <QComboBox>
#include <QVariant>
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 > |