34#include <NDEVR/BaseValues.h>
36#if NDEVR_USE_OGL_WIDGET_BASE
37 #include <QOpenGLWidget>
43#if NDEVR_USE_OGL_WIDGET_BASE
NDEVRWindow(QWidget *parent=nullptr)
Constructs an NDEVRWindow.
void lockSizeToScreen()
Constrains the window size so it does not exceed the available screen dimensions.
void centerToMonitor(uint04 monitor_index)
Centers this window on the specified monitor.
void onClosedSignal()
Emitted when the window is closed.
virtual void closeEvent(QCloseEvent *event) override
Handles the window close event and emits onClosedSignal.
void resizeEvent(QResizeEvent *event) override
Handles resize events, constraining the window to screen bounds if locked.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...