ViewController.h File Reference
#include "AbstractController.h"
#include "../View/Perspectives.h"
#include "../Util/WheelEventFilter.h"
#include <QMouseEvent>
#include <QComboBox>
#include <QPushButton>
#include <QCheckBox>
+ 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 >