|
#include "AbstractController.h"
#include "../View/Perspectives.h"
#include "../Util/WheelEventFilter.h"
#include <QMouseEvent>
#include <QComboBox>
#include <QPushButton>
#include <QCheckBox>
Go to the source code of this file.
Classes | |
class | ViewController |
Subcontroller which handles all user interaction with the view selection area 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 | ViewControllerPtr = std::shared_ptr< ViewController > |