NDEVR
API Documentation
NDEVRApplication.h
1#pragma once
2#include "DLLInfo.h"
3#include <QApplication>
4namespace NDEVR
5{
9 class NDEVR_WIDGETS_API NDEVRApplication : public QApplication
10 {
11 public:
17 NDEVRApplication(int& argc, char** argv);
24 bool notify(QObject* receiver, QEvent* event) override;
25 };
26}
NDEVRApplication(int &argc, char **argv)
Constructs the NDEVR application.
bool notify(QObject *receiver, QEvent *event) override
Overrides QApplication::notify to add exception handling around event delivery.
The primary namespace for the NDEVR SDK.