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