3#include <NDEVR/KeyController.h>
4#include <NDEVR/String.h>
13 class QCustomScrollArea;
25 bool event(QEvent* event)
override;
35 bool m_is_init =
false;
38 QBoxLayout* m_scroll_area_layout =
nullptr;
39 QGridLayout* m_layout =
nullptr;
41 bool m_show_grab_volume_keys =
false;
The core class for assigning actions to key-presses and registering them as a program-wide service.
Definition KeyController.h:71
A core class where all Design Objects including models, materials, and geometries are stored....
Definition DesignObjectLookup.h:65
Base class for KeyController, a service which provides functionality based on user key-presses.
Definition KeyController.h:51
A high-level controller that stores many sub controllers that can be used to modify behaviors on user...
Definition KeyController.h:93
A class which describes a user key press.
Definition Event.h:49
The core String class for the NDEVR API.
Definition String.h:69