33#include <NDEVR/Button.h>
34#include <NDEVR/QTTools.h>
35#include <NDEVR/Pointer.h>
37#include <NDEVR/MouseController.h>
86 QAction* m_look_around;
87 QAction* m_advanced_button;
88 QActionGroup* m_action_group;
CameraActionCombo(Button *combo)
Constructs a CameraActionCombo attached to the given button.
void setup()
Initializes the menu actions and connects signals.
void requestMenuSignal()
Emitted when the action menu should be shown.
void setController(const DynamicPointer< MouseController > &controller)
Sets the mouse controller whose action mode will be changed.
virtual ~CameraActionCombo()
Destructor.
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
A ResourceListener which will always be executed on the main UI thread and can be tied to a Qt Object...
The primary namespace for the NDEVR SDK.