|
|
#include <QCheckBox>#include <QComboBox>#include <QMouseEvent>#include <QPushButton>#include "../Util/WheelEventFilter.h"#include "../View/Perspectives.h"#include "AbstractController.h"
Include dependency graph for ViewController.h:
This graph shows which files directly or indirectly include this file: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 > |